mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
image-builder: refresh pinned digests
This commit is contained in:
parent
5b4aa86d75
commit
e30f252457
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:563c216740fec2091c99b62bea4ba35cd550c31e644510120504d0be3d0eee80"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "python-3.12"
|
||||
base = "python:3.12-slim"
|
||||
toolchain = "Python 3.12"
|
||||
packages = {}
|
||||
digest = "sha256:401f6e1a67dad31a1bd78e9ad22d0ee0a3b52154e6bd30e90be696bb6a3d7461"
|
||||
digest = "sha256:ba7e2064c4e1ab67d2af2cd761183b4af961cbc21f47020ef785b738472b01ac"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "python-3.13"
|
||||
base = "python:3.13-slim"
|
||||
toolchain = "Python 3.13"
|
||||
packages = {}
|
||||
digest = "sha256:dc1546eefcbe8caaa1f004f16ab76b204b5e1dbd58ff81b899f21cd40541232f"
|
||||
digest = "sha256:aec3f1588bdda76cde971575692e33d11bf83a2bcaa2e1c315c47de6f72ee21a"
|
||||
|
||||
[[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:5d7730838f61b227480a7536103a3223d9f2f87c015ff0b11d9318647b2a7a3a"
|
||||
|
||||
[[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:2d4d63df6d598e16b474296db3ac05754b54b0932c6f1799b5f10116e25c2aa1"
|
||||
|
||||
[[image]]
|
||||
toolchain_id = "php-8.3"
|
||||
base = "php:8.3-cli"
|
||||
toolchain = "PHP 8.3 CLI"
|
||||
packages = {}
|
||||
digest = "sha256:7e091064b23740d5c154ebcfcf69631dd16770a791409f83e4416d0ae9f660b5"
|
||||
digest = "sha256:ab3f1ce29304b9cdf40de0394ce76e7566759e3fa592c4672d3d3e94333fbaf1"
|
||||
|
||||
[[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:cc72904d778262aac7de3eba5b731c3d83613ed3b9c237878c7a575eca8dec11"
|
||||
|
||||
# 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