-
Notifications
You must be signed in to change notification settings - Fork 17
CLOUDP-338090 - remove operator images from update_supported_dockerfiles.py
+ fix recurrency
#347
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
Conversation
…iles.py` + fix recurrency
MCK 1.3.0 Release NotesBug Fixes
Other Changes
|
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.
Left some nits, but feel free to merge without addressing them.
ENTRYPOINT [ "sleep infinity" ] | ||
|
||
|
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.
ENTRYPOINT [ "sleep infinity" ] | |
ENTRYPOINT [ "sleep infinity" ] |
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.
If you take a look at existing Dockerfiles in that folder, all of them have unnecessary empty lines. This due to how Sonar combines the Dockerfiles. I would like to keep it that way and not reformat them. New Dockerfiles that we will use instead of generated ones by Sonar don't have this issue.
ENTRYPOINT [ "sleep infinity" ] | ||
|
||
|
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.
ENTRYPOINT [ "sleep infinity" ] | |
ENTRYPOINT [ "sleep infinity" ] |
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.
|
||
|
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.
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.
|
||
|
||
|
||
|
||
|
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.
q: should we remove these unnecessary newlines? I see this in other files as well.
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.
Summary
Because we are not pushing
Dockerfiles
to S3 for operator related images, I needed to remove them fromSUPPORTED_IMAGES
.SUPPORTED_IMAGES
currently only contains:because they are still build using legacy pipeline.py that sends them to S3. All other
Dockerfiles
need to be added manually during release or stop adding them topublic/dockerfiles/
anymore and add them for example as GitHub assets during release.This PR also:
1.2.0
release andagent
+om
from recent bumpProof of Work
Passing script before:
and after removing operator related images:
Checklist
skip-changelog
label if not needed