-
Notifications
You must be signed in to change notification settings - Fork 191
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
Add docker v26.1.4, v27.0.1, v27.0.2, v27.0.3, v27.1.0, v27.1.1 #150
Conversation
3e2b9bb
to
2193dfc
Compare
be6d5f0
to
a384995
Compare
* Replace centos repo with RHEL * Remove custom code for release version 7 * Update RHEL to 9.4 * Add 26.1.x in excluded versions
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.
Posted one question and would be also best to split commits into 2:
- one removes centos for all versions
- adding new versions
@@ -33,7 +33,7 @@ jobs: | |||
run: | | |||
python -u workflow_scripts/check-for-new-versions.py | |||
env: | |||
EXCLUDED_VERSIONS: "v20.10.x,v23.0.x" | |||
EXCLUDED_VERSIONS: "v20.10.x,v23.0.x,v26.1.x" |
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.
Why are we adding only v26.1.x
and not v26.0.x
?
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.
Because there was a release for 26.1.5 https://github.com/moby/moby/releases/tag/v26.1.5, but there were no packages uploaded for the same at https://download.docker.com/linux/rhel/9/x86_64/stable/Packages/
@@ -3,7 +3,7 @@ | |||
|
|||
# Constants | |||
DIST_FOLDER = './dist' | |||
EXCLUDED_VERSIONS = os.environ.get('EXCLUDED_VERSIONS', 'v20.10.x,v23.0.x') | |||
EXCLUDED_VERSIONS = os.environ.get('EXCLUDED_VERSIONS', 'v20.10.x,v23.0.x,v26.1.x') |
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.
Same question here
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.
Because there was a release for 26.1.5 https://github.com/moby/moby/releases/tag/v26.1.5, but there were no packages uploaded for the same at https://download.docker.com/linux/rhel/9/x86_64/stable/Packages/
Updates
Issue