-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
docker: Add Fedora 41 40 and Ubuntu 2410 static dockerfiles #3694
docker: Add Fedora 41 40 and Ubuntu 2410 static dockerfiles #3694
Conversation
The f39 and u1804 dockerstatic gh actions should fail as I have deleted those dockerfiles. The files changed tab suggests that I have renamed them, but Ive deleted them |
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.
Interesting - I didn't realise the F39 and U24.10 images were available. Surprised they do that without having to pull a specific tag while it's pre-release (You can tell by the PRETTY_NAME="Fedora Linux 41 (Container Image Prerelease)"
or rawhide
in /etc/os-release for Fedora, or PRETTY_NAME="Ubuntu Oracular Oriole (development branch)"
for Ubuntu).
Was there a specific reason for bumping the version of ant in this update?
We should remember to look at switching the containers for the final ones once they are released (so perhaps we shouldn't close the related issues for those versions once we merge this)
For fedora, it looks like weve been using Line 13 in 832baf2
1.10.5
|
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.
Was there a specific reason for bumping the version of ant in this update?
For fedora, it looks like weve been using
1.10.12
for a while,Line 13 in 832baf2
RUN wget -q -O /tmp/ant.zip 'https://archive.apache.org/dist/ant/binaries/apache-ant-1.10.12-bin.zip'
. Since I merely changed the f39 dockerfile to 40 and 41 i didnt realise there was a difference in ant versions between the fedora and ubuntu static dockerfiles. The AQA pipelines ran fine (some failures), but if youd prefer a consistent version, I can change it back to1.10.5
I've been thinking we should consider this upgrade for a while, but we should look at doing it across the board - and since we've already been using it on Fedora for a while there's a reasonable chance it's working well enough, so I'm ok with leaving it in here for now :-)
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.
Looks good.
ref #3689 #3690 #3691