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

Terraform tries to remove image that is in use #90

Open
flx5 opened this issue Dec 5, 2023 · 0 comments
Open

Terraform tries to remove image that is in use #90

flx5 opened this issue Dec 5, 2023 · 0 comments

Comments

@flx5
Copy link
Owner

flx5 commented Dec 5, 2023

When removing authentik in db7812a the following error occured:

│ Error: Unable to remove Docker image: Error response from daemon: conflict: unable to remove repository reference "redis:7.0" (must force) - container 7b0511c9d857 is using its referenced image c2342258f8ca

The container still using the redis image is nextcloud:
7b0511c9d857 c2342258f8ca "docker-entrypoint.s…" 12 months ago Up 2 months (unhealthy) 6379/tcp nextcloud-redis

This is correct, however in terraform there are apparently two image resources but one image on the docker host.

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

No branches or pull requests

1 participant