forked from docker-library/official-images
-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Almalinux auto-update - 121820 #1
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/openjdk@7221722: Update 23 to 23-ea+10 - docker-library/openjdk@e582736: Update 22
Changes: - docker-library/ghost@f09bb44: Update to 5.79.3, ghost-cli 1.25.3
Update Clear Linux OS latest+base images to release 41040
Changes: - docker-library/ghost@03e10bf: Update to 5.79.4, ghost-cli 1.25.3
Changes: - docker-library/tomcat@2922893: Update 8.5 to 8.5.99 - docker-library/tomcat@1dc76a9: Update 10.1 to 10.1.19 - docker-library/tomcat@8e66158: Update 9.0 to 9.0.86 - docker-library/tomcat@d4878dc: Update 11.0 to 11.0.0-M17
Changes: - tianon/docker-bash@d69b105: Update devel to 20240216, commit e1dd98a1dba28310c78157070c5566a43ed86ca6
Fedora 37 is EOL, Fedora 41 is the new rawhide. Signed-off-by: Clement Verna <[email protected]>
add elixir tag name
Update photon image
…1040 Update Clear Linux OS to 41040
Update CrateDB to 5.6.2
Update API Firewall to v0.6.15
Changes: - docker-library/ruby@a27888b: Merge pull request docker-library/ruby#439 from osyoyu/fix-crash-3.3.0 - docker-library/ruby@cfdac1e: Workaround 3.3.0 crash on arm64
Changes: - docker-library/wordpress@8af90c8: Update beta to 6.5-beta2
11.3.2 is stable 11.4.1 is RC
…0220 Fedora Update 20240220
Telegraf v1.29.5
….4.6.0 Update JRuby 9.4 to 9.4.6.0 and 9.3 to 9.3.14.0
Changes: - docker-library/hello-world@6cbbe90: Merge pull request docker-library/hello-world#113 from infosiftr/arm32v6 - docker-library/hello-world@61f3ba2: Add explicit arm32v6
Changes: - docker-library/mongo@015164a: Update 7.0-rc to 7.0.7-rc2
Changes: - docker-library/haproxy@3fa21bc: Update 3.0 to 3.0-dev5
Update Clear Linux OS latest+base images to release 41190
Node: feat: Node.js 21.7.1
…1190 Update Clear Linux OS to 41190
chore: Update to Rustup version 1.27.0
Updated Packages for Amazon Linux 2: - cpio-2.12-11.amzn2.0.1 - openssl-libs-1.0.2k-24.amzn2.0.12 - glib2-2.56.1-9.amzn2.0.7 - libpsl-0.21.5-1.amzn2 - libcurl-8.3.0-1.amzn2.0.6 - ncurses-base-6.0-8.20170212.amzn2.1.8 - ncurses-libs-6.0-8.20170212.amzn2.1.8 - ncurses-6.0-8.20170212.amzn2.1.8 - publicsuffix-list-dafsa-20240208-1.amzn2.0.1 - curl-8.3.0-1.amzn2.0.6 Updated Packages for Amazon Linux 2023: - ncurses-base-6.2-4.20200222.amzn2023.0.6 - amazon-linux-repo-cdn-2023.3.20240304-0.amzn2023 - libcurl-minimal-8.5.0-1.amzn2023.0.2 - publicsuffix-list-dafsa-20240212-61.amzn2023 - ncurses-libs-6.2-4.20200222.amzn2023.0.6 - system-release-2023.3.20240304-0.amzn2023 - libpsl-0.21.1-3.amzn2023.0.2 - curl-minimal-8.5.0-1.amzn2023.0.2
…-world Update hello-world
erlang/otp 26.2.3
Add amazonlinux releases
Changes: - docker-library/wordpress@fffc9b5: Merge pull request docker-library/wordpress#886 from infosiftr/imagick-3.7.0 - docker-library/wordpress@509adb5: Update imagick package to 3.7.0 - docker-library/wordpress@8b7fb41: Apply upstream URL changes
…ress Update wordpress
Update Debian
almalinuxautobot
pushed a commit
that referenced
this pull request
Oct 25, 2024
Support for this was implemented in my images back in tianon/dockerfiles@8c85466 as a PoC (and support for it was kept in tianon/dockerfiles@2b78191 when the explicit 0.13 builds were added), and I've actually been using it pretty heavily since without issue, both locally *and* for all of my `tianon/xxx` personal image builds (including building of `tianon/buildkit` itself, for maximum meta 😂). The primary benefit is that we get the exact same architecture support matrix as our BuildKit images (and the same set of applied patches, if they happen to impact the frontend code as well). $ docker buildx build --pull --no-cache --build-arg BUILDKIT_SYNTAX=tianon/buildkit:0.13 - <<<$'FROM bash\nRUN echo see, it works!' #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 71B done #1 DONE 0.0s #2 [internal] load .dockerignore #2 transferring context: 2B done #2 DONE 0.0s #3 resolve image config for docker.io/tianon/buildkit:0.13 #3 DONE 0.2s #4 docker-image://docker.io/tianon/buildkit:0.13@sha256:95db7c7b47f142af3fe0cae7de217996dadde8c44ef9e331ddd564857ca277ab #4 resolve docker.io/tianon/buildkit:0.13@sha256:95db7c7b47f142af3fe0cae7de217996dadde8c44ef9e331ddd564857ca277ab 0.0s done #4 CACHED #5 [internal] load metadata for docker.io/library/bash:latest #5 DONE 0.2s docker-library#6 [1/2] FROM docker.io/library/bash:latest@sha256:ce062497c248eb1cf4d32927f8c1780cce158d3ed0658c586a5be7308d583cbb docker-library#6 CACHED docker-library#7 [2/2] RUN echo see, it works! see, it works! docker-library#7 DONE 0.3s docker-library#8 exporting to image docker-library#8 exporting layers 0.0s done docker-library#8 writing image sha256:ceb5fb7b6904a68eeedd25c253e54e9ae1160c404c7e9fbb26c142d8a8143ef8 done docker-library#8 DONE 0.0s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an auto-generated commit. Any concern or issues, please contact or email AlmaLinux OS Foundation [email protected] (@AlmaLinux)