mirror of
https://github.com/elicpeter/nyx.git
synced 2026-07-06 20:42:10 +02:00
image-builder: refresh pinned digests
This commit is contained in:
parent
5b4aa86d75
commit
1b686e1820
3 changed files with 11 additions and 41 deletions
|
|
@ -28,21 +28,21 @@ toolchain_id = "python-3.11"
|
|||
base = "python:3.11-slim"
|
||||
toolchain = "Python 3.11"
|
||||
packages = {}
|
||||
digest = "sha256:9a7765b36773a37061455b332f18e265e7f58f6fea9c419a550d2a8b0e9db834"
|
||||
digest = "sha256:b27df5841f3355e9473f9a516d38a6783b6c8dfeacaf2d14a240f443b368ddb6"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "python-3.12"
|
||||
base = "python:3.12-slim"
|
||||
toolchain = "Python 3.12"
|
||||
packages = {}
|
||||
digest = "sha256:401f6e1a67dad31a1bd78e9ad22d0ee0a3b52154e6bd30e90be696bb6a3d7461"
|
||||
digest = "sha256:423ed6ab25b1921a477529254bfeeabf5855151dc2c3141699a1bfc852199fbf"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "python-3.13"
|
||||
base = "python:3.13-slim"
|
||||
toolchain = "Python 3.13"
|
||||
packages = {}
|
||||
digest = "sha256:dc1546eefcbe8caaa1f004f16ab76b204b5e1dbd58ff81b899f21cd40541232f"
|
||||
digest = "sha256:eb43ff125d8d58d7449dcba7d336c23bcac412f526d861db493b9994d8010280"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "node-18"
|
||||
|
|
@ -63,21 +63,21 @@ toolchain_id = "node-22"
|
|||
base = "node:22-slim"
|
||||
toolchain = "Node.js 22"
|
||||
packages = {}
|
||||
digest = "sha256:689c11043dad91472750cd824c97dd5e2318e9dd6f954e492fe7af0135d33ceb"
|
||||
digest = "sha256:813a7480f28fdadac1f7f5c824bcdad435b5bc1322a5968bbbdef8d058f9dff4"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "java-17"
|
||||
base = "eclipse-temurin:17-jre-jammy"
|
||||
toolchain = "Eclipse Temurin 17 JRE"
|
||||
packages = {}
|
||||
digest = "sha256:47c73dc23524b031bed0a5030410c722af6a8b49d4b25898ea8f4615895065f0"
|
||||
digest = "sha256:475d8e96b4b2bfe08999e5e854755c773af1581acdf959a4545d88f0696a2339"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "java-21"
|
||||
base = "eclipse-temurin:21-jre-jammy"
|
||||
toolchain = "Eclipse Temurin 21 JRE"
|
||||
packages = {}
|
||||
digest = "sha256:199aebeb3adcde4910695cdebfe782ada38dadb6cc8013159b58d3724451befd"
|
||||
digest = "sha256:d63bd8d9b171999cbed8576f2c76e874dd4856791a358536e5c4d407e77edc13"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "php-8.1"
|
||||
|
|
@ -91,14 +91,14 @@ toolchain_id = "php-8.2"
|
|||
base = "php:8.2-cli"
|
||||
toolchain = "PHP 8.2 CLI"
|
||||
packages = {}
|
||||
digest = "sha256:506f27f6416650a7ef41561ebdb4f93ebdcacb48dabda2af029241c956bbd8ff"
|
||||
digest = "sha256:90db578653480744d7137d42e26055bc12c75099eab0cbb38bc8da79a94b1443"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "php-8.3"
|
||||
base = "php:8.3-cli"
|
||||
toolchain = "PHP 8.3 CLI"
|
||||
packages = {}
|
||||
digest = "sha256:7e091064b23740d5c154ebcfcf69631dd16770a791409f83e4416d0ae9f660b5"
|
||||
digest = "sha256:7e7bff687a9582391b1a1ffea92b5a25fbd633b9b9b72a082c205f6390deba53"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "ruby-3.2"
|
||||
|
|
@ -112,7 +112,7 @@ toolchain_id = "ruby-3.3"
|
|||
base = "ruby:3.3-slim"
|
||||
toolchain = "Ruby 3.3"
|
||||
packages = {}
|
||||
digest = "sha256:a26bfb9409c02987e6b7f8649f0d4c71cc8a4a97475f3f1edfc2fc6a490021ae"
|
||||
digest = "sha256:bda408ea4eadafea4433c1a3caebfa61cdbeea2acdf9769650edcbad40c74219"
|
||||
|
||||
# Native runtime image: compiled Rust + Go binaries are copied into a
|
||||
# `debian:bookworm-slim` container. Kept here so the image-builder workflow
|
||||
|
|
@ -122,4 +122,4 @@ toolchain_id = "native-binary"
|
|||
base = "debian:bookworm-slim"
|
||||
toolchain = "Debian 12 slim (native binary runner)"
|
||||
packages = {}
|
||||
digest = "sha256:67b30a61dc87758f0caf819646104f29ecbda97d920aaf5edc834128ac8493d3"
|
||||
digest = "sha256:60eac759739651111db372c07be67863818726f754804b8707c90979bda511df"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue