Skip to content
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
wants to merge 3,250 commits into from
Closed

Almalinux auto-update - 121820 #1

wants to merge 3,250 commits into from

Conversation

yuravk
Copy link
Collaborator

@yuravk yuravk commented Mar 12, 2024

This is an auto-generated commit. Any concern or issues, please contact or email AlmaLinux OS Foundation [email protected] (@AlmaLinux)

yosifkit and others added 30 commits February 16, 2024 11:30
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]>
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
….4.6.0

Update JRuby 9.4 to 9.4.6.0 and 9.3 to 9.3.14.0
yosifkit and others added 27 commits March 8, 2024 13:49
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
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
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
@yuravk yuravk closed this Mar 12, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.