Welcome to the Linux Foundation Forum!

Image not saved in local repository after rebooting nodes

Options

Hi,

after pushing the simpleapp to local repository
sudo podman push $repo/simpleapp

I can verify that the image is in the repository with this command
curl $repo/v2/_catalog

but after restarting the master and worker nodes the repository is empty.

Has anyone had similar issue?

Thanks

Comments

  • chrispokorni
    Options

    Hi @iv41879,

    The repository is not persistent across node restarts.

    Regards,
    -Chris

  • iv41879
    Options

    @chrispokorni said:
    Hi @iv41879,

    The repository is not persistent across node restarts.

    Regards,
    -Chris

    Oh thanks... :-) actually it makes sense when thinking about it again. Also I see that all the nodes should be restarted in order for repository to be deleted. If only master or worker node is restarted repository is preserved - which also makes sense, yeah...

Categories

Upcoming Training