-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix images_test using inconsistent alpine:latest #9620
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, giuseppe The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
At some point, somehow the `quay.io/libpod/apline:latest` image changed. This is causing some integration tests to fail on this branch. Mainly these failures are caused by missed-expectations w/ the test image. Fix these test by using a specific, fixed, named image tag instead of 'latest' (which can change unpredictably). Signed-off-by: Chris Evich <[email protected]>
57889b6
to
c318b30
Compare
/lgtm |
We should start thinking of a deprecation of the v2.2 branch upstream in the next month or so. |
I'm all for it, just say the word. |
As I think about it more, I think we can do it now. We have to retain v2.2.1-rhel until RHEL 8.4 releases upstream, but I don't see us doing another 2.2.x release now that 3.0.x is out. |
@cevich Should we formalize this somewhere? We only support branch X until a newer branch, Y, is created and has a release done from it? |
I think it's a great idea. That would help me out, and set community expectations. Maybe we go one more step and also update the README.md to indicate the release is not supported? |
Closing in favor of #9664 |
At some point, somehow the
quay.io/libpod/apline:latest
image changed.This is causing integration tests to fail on this branch. Mainly
these failures are caused by missed-expectations w/ the test image. Fix
these test by using a specific, fixed, named image tag instead of
'latest' (which can change unpredictably).