Skip to content

Commit

Permalink
Merge pull request #840 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Nov 2, 2024
2 parents aa07a28 + 5ff3b5f commit e069acf
Show file tree
Hide file tree
Showing 10 changed files with 87 additions and 87 deletions.
16 changes: 8 additions & 8 deletions containerd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ RUN set -eux; \
chmod +x /usr/local/bin/dind

# https://github.com/opencontainers/runc/releases
ENV RUNC_VERSION 1.2.0
ENV RUNC_VERSION 1.2.1
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
case "$dpkgArch" in \
'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.amd64'; sha256='3bbb68e49bc89dd2607f11d2ff0fa699963ebada39c32ad8a6aab0d40435c1ed' ;; \
'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.386'; sha256='76b9457f98fe791f30bf8067fd17e7fabd85500dc1caf941e0387ad51643a3b1' ;; \
'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.arm64'; sha256='3d4f66dc1d91f1b2a46713d185a506a604f1fe9f2f2b89c281eb1c5c13677ff0' ;; \
'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.armhf'; sha256='3c908e8c937c9e6a741b95420a808f7458398dcbad7e8afcfb1ce84d5b5f7234' ;; \
'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.ppc64le'; sha256='0bd876309958ec00a0e86df3f549f025ad7ae32d981536c1a2932465b479be70' ;; \
'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.riscv64'; sha256='c787d64229b2e4321bd8f2603b33688b02acee71c34d1ede8d9148b96e7bf2c7' ;; \
's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.s390x'; sha256='57c6d428f486907f85a65754436a2f83508503ba386cc9243729150ac10b22df' ;; \
'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.amd64'; sha256='b106d49c60e688022f5909432a77bd3260f29687199d47213ed87269588af781' ;; \
'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.386'; sha256='943c6a6ea01a04c5f2ea5f490695b3df9f5dbd384c773482eca18d54a07e0c4a' ;; \
'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.arm64'; sha256='8c0d81c80ffdaab986629a9c787d8468ab41851e7aab8f9617a4c3674e192aaa' ;; \
'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.armhf'; sha256='f9675583f99809335840087a5ec3840376251439e7276c140643ffcca4e50325' ;; \
'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.ppc64le'; sha256='652920e145b461151b7e87b28b339594e62129cfc87370b03651a37c39bbc0df' ;; \
'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.riscv64'; sha256='e7ebf16be651f823ca3458a3888850545a1f53fff4f136a7bb0d01f8f28f92c6' ;; \
's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.s390x'; sha256='d411b71ffdfd3f6c675aa4fb652f31b48097a0693d36294772b536261939077b' ;; \
*) echo >&2 "error: unsupported architecture: '$dpkgArch'"; exit 1 ;; \
esac; \
# TODO $url.asc (see https://github.com/opencontainers/runc/releases)
Expand Down
16 changes: 8 additions & 8 deletions containerd/Dockerfile.1.6
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ RUN set -eux; \
chmod +x /usr/local/bin/dind

# https://github.com/opencontainers/runc/releases
ENV RUNC_VERSION 1.2.0
ENV RUNC_VERSION 1.2.1
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
case "$dpkgArch" in \
'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.amd64'; sha256='3bbb68e49bc89dd2607f11d2ff0fa699963ebada39c32ad8a6aab0d40435c1ed' ;; \
'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.386'; sha256='76b9457f98fe791f30bf8067fd17e7fabd85500dc1caf941e0387ad51643a3b1' ;; \
'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.arm64'; sha256='3d4f66dc1d91f1b2a46713d185a506a604f1fe9f2f2b89c281eb1c5c13677ff0' ;; \
'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.armhf'; sha256='3c908e8c937c9e6a741b95420a808f7458398dcbad7e8afcfb1ce84d5b5f7234' ;; \
'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.ppc64le'; sha256='0bd876309958ec00a0e86df3f549f025ad7ae32d981536c1a2932465b479be70' ;; \
'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.riscv64'; sha256='c787d64229b2e4321bd8f2603b33688b02acee71c34d1ede8d9148b96e7bf2c7' ;; \
's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.s390x'; sha256='57c6d428f486907f85a65754436a2f83508503ba386cc9243729150ac10b22df' ;; \
'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.amd64'; sha256='b106d49c60e688022f5909432a77bd3260f29687199d47213ed87269588af781' ;; \
'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.386'; sha256='943c6a6ea01a04c5f2ea5f490695b3df9f5dbd384c773482eca18d54a07e0c4a' ;; \
'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.arm64'; sha256='8c0d81c80ffdaab986629a9c787d8468ab41851e7aab8f9617a4c3674e192aaa' ;; \
'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.armhf'; sha256='f9675583f99809335840087a5ec3840376251439e7276c140643ffcca4e50325' ;; \
'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.ppc64le'; sha256='652920e145b461151b7e87b28b339594e62129cfc87370b03651a37c39bbc0df' ;; \
'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.riscv64'; sha256='e7ebf16be651f823ca3458a3888850545a1f53fff4f136a7bb0d01f8f28f92c6' ;; \
's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.s390x'; sha256='d411b71ffdfd3f6c675aa4fb652f31b48097a0693d36294772b536261939077b' ;; \
*) echo >&2 "error: unsupported architecture: '$dpkgArch'"; exit 1 ;; \
esac; \
# TODO $url.asc (see https://github.com/opencontainers/runc/releases)
Expand Down
16 changes: 8 additions & 8 deletions containerd/Dockerfile.rc
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ RUN set -eux; \
chmod +x /usr/local/bin/dind

# https://github.com/opencontainers/runc/releases
ENV RUNC_VERSION 1.2.0
ENV RUNC_VERSION 1.2.1
RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
case "$dpkgArch" in \
'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.amd64'; sha256='3bbb68e49bc89dd2607f11d2ff0fa699963ebada39c32ad8a6aab0d40435c1ed' ;; \
'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.386'; sha256='76b9457f98fe791f30bf8067fd17e7fabd85500dc1caf941e0387ad51643a3b1' ;; \
'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.arm64'; sha256='3d4f66dc1d91f1b2a46713d185a506a604f1fe9f2f2b89c281eb1c5c13677ff0' ;; \
'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.armhf'; sha256='3c908e8c937c9e6a741b95420a808f7458398dcbad7e8afcfb1ce84d5b5f7234' ;; \
'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.ppc64le'; sha256='0bd876309958ec00a0e86df3f549f025ad7ae32d981536c1a2932465b479be70' ;; \
'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.riscv64'; sha256='c787d64229b2e4321bd8f2603b33688b02acee71c34d1ede8d9148b96e7bf2c7' ;; \
's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.s390x'; sha256='57c6d428f486907f85a65754436a2f83508503ba386cc9243729150ac10b22df' ;; \
'amd64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.amd64'; sha256='b106d49c60e688022f5909432a77bd3260f29687199d47213ed87269588af781' ;; \
'i386') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.386'; sha256='943c6a6ea01a04c5f2ea5f490695b3df9f5dbd384c773482eca18d54a07e0c4a' ;; \
'arm64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.arm64'; sha256='8c0d81c80ffdaab986629a9c787d8468ab41851e7aab8f9617a4c3674e192aaa' ;; \
'armhf') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.armhf'; sha256='f9675583f99809335840087a5ec3840376251439e7276c140643ffcca4e50325' ;; \
'ppc64el') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.ppc64le'; sha256='652920e145b461151b7e87b28b339594e62129cfc87370b03651a37c39bbc0df' ;; \
'riscv64') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.riscv64'; sha256='e7ebf16be651f823ca3458a3888850545a1f53fff4f136a7bb0d01f8f28f92c6' ;; \
's390x') url='https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.s390x'; sha256='d411b71ffdfd3f6c675aa4fb652f31b48097a0693d36294772b536261939077b' ;; \
*) echo >&2 "error: unsupported architecture: '$dpkgArch'"; exit 1 ;; \
esac; \
# TODO $url.asc (see https://github.com/opencontainers/runc/releases)
Expand Down
36 changes: 18 additions & 18 deletions containerd/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,44 +112,44 @@
}
},
"runc": {
"commit": "0b9fa21be2bcba45f6d9d748b4bcf70cfbffbc19",
"ref": "refs/tags/v1.2.0^{}",
"tag": "v1.2.0",
"version": "1.2.0",
"commit": "d7735e388ef5eecbd60d93bfbe5afe0f3fbc8a6b",
"ref": "refs/tags/v1.2.1^{}",
"tag": "v1.2.1",
"version": "1.2.1",
"arches": {
"amd64": {
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.amd64",
"sha256": "3bbb68e49bc89dd2607f11d2ff0fa699963ebada39c32ad8a6aab0d40435c1ed",
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.amd64",
"sha256": "b106d49c60e688022f5909432a77bd3260f29687199d47213ed87269588af781",
"dpkgArch": "amd64"
},
"i386": {
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.386",
"sha256": "76b9457f98fe791f30bf8067fd17e7fabd85500dc1caf941e0387ad51643a3b1",
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.386",
"sha256": "943c6a6ea01a04c5f2ea5f490695b3df9f5dbd384c773482eca18d54a07e0c4a",
"dpkgArch": "i386"
},
"arm64v8": {
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.arm64",
"sha256": "3d4f66dc1d91f1b2a46713d185a506a604f1fe9f2f2b89c281eb1c5c13677ff0",
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.arm64",
"sha256": "8c0d81c80ffdaab986629a9c787d8468ab41851e7aab8f9617a4c3674e192aaa",
"dpkgArch": "arm64"
},
"arm32v7": {
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.armhf",
"sha256": "3c908e8c937c9e6a741b95420a808f7458398dcbad7e8afcfb1ce84d5b5f7234",
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.armhf",
"sha256": "f9675583f99809335840087a5ec3840376251439e7276c140643ffcca4e50325",
"dpkgArch": "armhf"
},
"ppc64le": {
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.ppc64le",
"sha256": "0bd876309958ec00a0e86df3f549f025ad7ae32d981536c1a2932465b479be70",
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.ppc64le",
"sha256": "652920e145b461151b7e87b28b339594e62129cfc87370b03651a37c39bbc0df",
"dpkgArch": "ppc64el"
},
"riscv64": {
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.riscv64",
"sha256": "c787d64229b2e4321bd8f2603b33688b02acee71c34d1ede8d9148b96e7bf2c7",
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.riscv64",
"sha256": "e7ebf16be651f823ca3458a3888850545a1f53fff4f136a7bb0d01f8f28f92c6",
"dpkgArch": "riscv64"
},
"s390x": {
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.0/runc.s390x",
"sha256": "57c6d428f486907f85a65754436a2f83508503ba386cc9243729150ac10b22df",
"url": "https://github.com/opencontainers/runc/releases/download/v1.2.1/runc.s390x",
"sha256": "d411b71ffdfd3f6c675aa4fb652f31b48097a0693d36294772b536261939077b",
"dpkgArch": "s390x"
}
}
Expand Down
2 changes: 1 addition & 1 deletion microsoft-edge/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN set -eux; \
} | tee /etc/default/microsoft-edge-dev

# https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/
ENV EDGE_VERSION 131.0.2903.5-1
ENV EDGE_VERSION 132.0.2917.0-1

RUN set -eux; \
apt-get update; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/dev/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "1f4fb56ab4f109038c8471a12011ea751b73ebfc26734f644dd55ef4e2d8d4f4",
"version": "131.0.2903.5-1"
"sha256": "2955460094fd87581a4a9fd1719b692f29b1fe44c63dd56fc6e967e07be04be4",
"version": "132.0.2917.0-1"
}
6 changes: 3 additions & 3 deletions nolibc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN set -eux; \
# https://kernel.org/
# https://kernel.org/releases.json
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Makefile?h=linux-rolling-stable
# 2024-10-22
ENV LINUX_VERSION 6.11.5
ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.5.tar.xz
# 2024-11-01
ENV LINUX_VERSION 6.11.6
ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.6.tar.xz
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/tools/include/nolibc?h=linux-rolling-stable
# https://github.com/gregkh/linux/commits/linux-rolling-stable/tools/include/nolibc
# https://github.com/torvalds/linux/commits/master/tools/include/nolibc
Expand Down
20 changes: 10 additions & 10 deletions nolibc/versions.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"linux": {
"moniker": "stable",
"version": "6.11.5",
"version": "6.11.6",
"iseol": false,
"released": {
"timestamp": 1729605108,
"isodate": "2024-10-22"
"timestamp": 1730423023,
"isodate": "2024-11-01"
},
"source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.5.tar.xz",
"pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.5.tar.sign",
"source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.6.tar.xz",
"pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.6.tar.sign",
"patch": {
"full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.5.xz",
"incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.11.4-5.xz"
"full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.6.xz",
"incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.11.5-6.xz"
},
"changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.5",
"gitweb": "https://git.kernel.org/stable/h/v6.11.5",
"diffview": "https://git.kernel.org/stable/ds/v6.11.5/v6.11.4"
"changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.6",
"gitweb": "https://git.kernel.org/stable/h/v6.11.6",
"diffview": "https://git.kernel.org/stable/ds/v6.11.6/v6.11.5"
},
"arches": {
"amd64": {
Expand Down
10 changes: 5 additions & 5 deletions vultr-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ FROM alpine:3.20
RUN apk add --no-cache ca-certificates

# https://github.com/vultr/vultr-cli/releases
ENV VULTR_CLI_VERSION 3.3.1
ENV VULTR_CLI_VERSION 3.4.0

RUN set -eux; \
\
apkArch="$(apk --print-arch)"; \
case "$apkArch" in \
'x86_64') url='https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_amd64.tar.gz'; sha256='4d4dae5d14337dca4c59ef7e8b629c5c47bb2c0a544aced9ae22583f440bfe9d' ;; \
'armhf') url='https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm32-v6.tar.gz'; sha256='71dba92270964408d4e96e657e300fb6fbf0b0803e85bfb500d3ad5fd327d4e6' ;; \
'armv7') url='https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm32-v7.tar.gz'; sha256='524afa3fb87f1c52e3ba7a9323b5937f211d173ab659b69862f3c6507aa8850b' ;; \
'aarch64') url='https://github.com/vultr/vultr-cli/releases/download/v3.3.1/vultr-cli_v3.3.1_linux_arm64.tar.gz'; sha256='1032633db439cec8aa4feb5464ad4e2e87871e4724a6d9919dbbad0680c7cdd5' ;; \
'x86_64') url='https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_amd64.tar.gz'; sha256='3c9b1c7c4762dd0fc6354feb2867fe47d6b394dce9e558df1ed2c7e3e0ad320e' ;; \
'armhf') url='https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm32-v6.tar.gz'; sha256='b0ba88f8dec9e592b9c709b7a7285568a2a994dad62813b52c9e1b06ef95f544' ;; \
'armv7') url='https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm32-v7.tar.gz'; sha256='3239c798b4128f0dfcfc0eeb0c63084189a3f22a32cbe28f9f643af625731bdf' ;; \
'aarch64') url='https://github.com/vultr/vultr-cli/releases/download/v3.4.0/vultr-cli_v3.4.0_linux_arm64.tar.gz'; sha256='cf46b1d0f27990a0c7c07561eabfd8123487ac71d774bfb73221793743a05de2' ;; \
*) echo >&2 "error: unsupported architecture: '$apkArch'"; exit 1 ;; \
esac; \
\
Expand Down
Loading

0 comments on commit e069acf

Please sign in to comment.