Skip to content

Commit

Permalink
fixup! Update to Python 3.12.x (#5736)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirho-ucsc committed Sep 25, 2024
1 parent 2c01b06 commit 02d4577
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions docker_images.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
}
}
},
"docker.io/library/python:3.12.6-slim-bullseye": {
"digest": "sha256:34ba6fe9564c84d5f9252cbfff93f20e1ca325fa89d02cb0eb72ad73663c2314",
"mirror_digest": "sha256:4142331afb76582dedc35929d3d6ba1eb96b94c509c2b10235adc7bd4db48741",
"docker.io/library/python:3.12.6-slim-bookworm": {
"digest": "sha256:15bad989b293be1dd5eb26a87ecacadaee1559f98e29f02bf6d00c8d86129f39",
"mirror_digest": "sha256:289f8a62caa961ebb045882e86adf8870a802f322c962078c2532858c3090756",
"parts": {
"linux/amd64": {
"digest": "sha256:5376e7a6ed0a47c1e8fe4309d97c4da3848b66a161194ba7158e62f05047fc57",
"id": "sha256:833db6e89e8b6f3b51dc469120bb8e5ce8f2c3751bfa625c89ce7edefd0abeb6",
"digest": "sha256:e0203bb78451dc5e8fe447983dc664f454068e8eea8d47b204cbe80a99b09d3e",
"id": "sha256:0d8d642b665d136b7a11d9f4a3d8a25b18deba7479b5897009fdee7e3fe1eb0e",
"platform": "linux/amd64"
},
"linux/arm64": {
"digest": "sha256:7915f3eaac1cb92b7472700412ab78f1dd73f97ba344ae9064e181a44ca2a9b3",
"id": "sha256:e76f47dbce16b036b9fb7d6345e55df93b99dd96906eeb3657a6678bf832e69e",
"digest": "sha256:c0c2008864355f2263dcc690b1190540315bdd179dfbb0fae6ee58b174da4041",
"id": "sha256:c0cb1ac1ea30eef3bedf58895ed0abf74baac5411ea0ed177645ff5a1c0a00c8",
"platform": "linux/arm64"
}
}
Expand Down Expand Up @@ -95,17 +95,17 @@
}
},
"docker.io/library/docker:27.2.1-dind": {
"digest": "sha256:ecfcb834c5047a751833f089e3a9a3e97ecec4a4dca8e9f13ff03694fd002443",
"mirror_digest": "sha256:9cd6203137a161ba6dbb0aa555074786238459958145cbfa9282947f61978085",
"digest": "sha256:db7c4d6d0321c8f674c78a8d1186c8bdfc2f42909d28542a54358a426d34b25c",
"mirror_digest": "sha256:2b4582f5a1e2a96db03d9623484df2e4f06e6a7331fedaf4684b05fe1179e08f",
"parts": {
"linux/amd64": {
"digest": "sha256:a0b423a19e3500f3a4c4598b9edb040fc2226327f32337b08898b1d60733618c",
"id": "sha256:14b13eefe14549a36d3ac6b111f61f66597afcc6458d1f8a369260d7704358a5",
"digest": "sha256:c11cff2ed9b991b0ff231f3cc803e40511c7e1f2a54522fb84ba2856756e18c7",
"id": "sha256:bd41a06575aef4387bcefa43d0e8675247a3b04eadf2b2c16c17eeb227fc6f20",
"platform": "linux/amd64"
},
"linux/arm64": {
"digest": "sha256:168a2757d6d76c692f63c7e09ef856f070d14b217b1b13cfb47f1f2a26bedb97",
"id": "sha256:6ed4f1338b0acfa09f5fd99ed35ee6694b83b0f38a55f1ac875dc04444ca3ee9",
"digest": "sha256:d358a0fdb1993bec9c1a81842100d4a242d1c872f7556b8e0d537b00ea4c4926",
"id": "sha256:9dadba18524865b19d6e855c8622b1da4f67220ce1fbf53e05ac8150af894c0e",
"platform": "linux/arm64"
}
}
Expand Down
2 changes: 1 addition & 1 deletion environment.boot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azul_python_version=3.12.6
azul_python_image=docker.io/library/python@sha256:4142331afb76582dedc35929d3d6ba1eb96b94c509c2b10235adc7bd4db48741
azul_python_image=docker.io/library/python@sha256:289f8a62caa961ebb045882e86adf8870a802f322c962078c2532858c3090756
azul_docker_version=27.2.1
azul_terraform_version=1.9.5
2 changes: 1 addition & 1 deletion environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def env() -> Mapping[str, Optional[str]]:
# See `azul_python_version` above about what actions are required
# after modifying this entry.
'python': {
'ref': 'docker.io/library/python:{azul_python_version}-slim-bullseye',
'ref': 'docker.io/library/python:{azul_python_version}-slim-bookworm',
'url': 'https://hub.docker.com/_/python',
},
'pycharm': {
Expand Down

0 comments on commit 02d4577

Please sign in to comment.