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

fixup!: Don't pull app images if offline update #317

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

mike-sul
Copy link
Contributor

Do not pull compose app images through the docker compose pull for sake of their registration in the docker store in case of the offline update. The offline update client does image registration through writing image digest URIs directly to the docker daemon's registration file. As result, no internet connectivity is required for this process.

Do not pull compose app images through the `docker compose pull` for
sake of their registration in the docker store in case of the offline
update. The offline update client does image registration through
writing image digest URIs directly to the docker daemon's registration
file. As result, no internet connectivity is required for this process.

Signed-off-by: Mike Sul <mike.sul@foundries.io>
@mike-sul mike-sul requested a review from detsch April 24, 2024 14:32
Copy link
Member

@detsch detsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mike-sul mike-sul merged commit 305682a into v91 Apr 24, 2024
5 checks passed
@mike-sul mike-sul deleted the dont-pull-images-if-offline branch April 24, 2024 14:49
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.

None yet

2 participants