Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not remove just created Docker image #168

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

iqqmuT
Copy link
Contributor

@iqqmuT iqqmuT commented Jun 14, 2024

docker image prune -f command removes just created spliit2 Docker image. We probably want to keep the image.

Fixes #151

@justcallmelarry
Copy link
Contributor

The command docker image prune only removes dangling images, ie images that are not tagged.
The command is there to clean up previous builds of the image, as they are no longer tagged with the latest tag

While I disagree that removing this will fix #151, I also think that running prune every time is good practice, as it also removes any other dangling images (not only for spliit).

TLDR: I would be completely OK with this removal, but I doubt that it will solve the issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pull access denied for spliit2 when attempting to run in a container
2 participants