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

[Lazy] Stop trying to pull local builded images #468

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

nervo
Copy link
Member

@nervo nervo commented Nov 21, 2024

Tired of this message during the first build ?

! system Warning pull access denied for project, repository does not exist or may require 'docker login': denied: requested access to the resource is denied  

Well, docker compose has THE option: https://docs.docker.com/reference/compose-file/services/#pull_policy

"What happen exactly ?" you may ask.
Well, by setting an image in the docker compose service with a variable date, we ensure the image will be re-built after each manala up. But even if the service has a build parameter, docker compose tries to pull the image on the docker registry, leading to the infamous error...

BUT that was BEFORE this marvellous pull request.

@nervo nervo force-pushed the lazy/stop-trying-to-pull-local-docker-images branch from f8a3016 to 54c8b2c Compare November 21, 2024 13:44
@nervo nervo merged commit 3c96868 into master Nov 21, 2024
6 checks passed
@nervo nervo deleted the lazy/stop-trying-to-pull-local-docker-images branch November 21, 2024 14:01
@greedybro
Copy link
Contributor

life is easier without warnings <3

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.

3 participants