Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

bug 1406546: ensure image can be pulled prior to deployment#4587

Merged
jwhitlock merged 1 commit into
mdn:masterfrom
escattone:check-image-pull-prior-to-push-1406546
Dec 6, 2017
Merged

bug 1406546: ensure image can be pulled prior to deployment#4587
jwhitlock merged 1 commit into
mdn:masterfrom
escattone:check-image-pull-prior-to-push-1406546

Conversation

@escattone

@escattone escattone commented Dec 5, 2017

Copy link
Copy Markdown
Contributor

The aim of this PR is to prevent a pitfall, when pushing to stage and production, that occurs when the image specified by the tag determined from the latest commit hash was not successfully pushed to the Docker image registry. The deployment succeeds, but the pods affected by the deployment loop in an image-pull error. This PR prevents that. I wanted to put this in place before we create the prod-push branch.

@jwhitlock jwhitlock left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This looks like it will work, and we can try it on the next stage push. Thanks, @escattone!

@jwhitlock jwhitlock merged commit ef9e857 into mdn:master Dec 6, 2017
@escattone escattone deleted the check-image-pull-prior-to-push-1406546 branch December 6, 2017 23:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants