mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-27 20:29:39 +02:00
image-builder: refresh pinned digests
This commit is contained in:
parent
5b4aa86d75
commit
95c8f26e4b
3 changed files with 9 additions and 39 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:cdbd05fb6f457ca275ff51ce00d93d865ca0b6a25f5ffb08262d94f6835771e5"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "python-3.12"
|
||||
base = "python:3.12-slim"
|
||||
toolchain = "Python 3.12"
|
||||
packages = {}
|
||||
digest = "sha256:401f6e1a67dad31a1bd78e9ad22d0ee0a3b52154e6bd30e90be696bb6a3d7461"
|
||||
digest = "sha256:6c4dd321d176d61ea848dc8c73a4f7dbae8f70e0ee48bb411ea2f045b599fa8e"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "python-3.13"
|
||||
base = "python:3.13-slim"
|
||||
toolchain = "Python 3.13"
|
||||
packages = {}
|
||||
digest = "sha256:dc1546eefcbe8caaa1f004f16ab76b204b5e1dbd58ff81b899f21cd40541232f"
|
||||
digest = "sha256:2b7445fb71ca9cb15e9aab053fe8cb3162796f8e1d92ada12a49c766a811bc1e"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "node-18"
|
||||
|
|
@ -63,7 +63,7 @@ toolchain_id = "node-22"
|
|||
base = "node:22-slim"
|
||||
toolchain = "Node.js 22"
|
||||
packages = {}
|
||||
digest = "sha256:689c11043dad91472750cd824c97dd5e2318e9dd6f954e492fe7af0135d33ceb"
|
||||
digest = "sha256:813a7480f28fdadac1f7f5c824bcdad435b5bc1322a5968bbbdef8d058f9dff4"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "java-17"
|
||||
|
|
@ -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:41add102bd7a2d348b03b9481f28701f76eb8728af085b362f5dea32696381fa"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "php-8.3"
|
||||
base = "php:8.3-cli"
|
||||
toolchain = "PHP 8.3 CLI"
|
||||
packages = {}
|
||||
digest = "sha256:7e091064b23740d5c154ebcfcf69631dd16770a791409f83e4416d0ae9f660b5"
|
||||
digest = "sha256:c163439c34e39cc29152c54e957b143ec916913143758e7c8353b80e638ec6e5"
|
||||
|
||||
[[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:5de6d2af304fdd81e76e9a6465b89cafb2fa8ec189b2d0eb37264239f02cc14e"
|
||||
|
||||
# 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