File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# The devcontainer should use the developer target and run as root with podman
22# or docker with user namespaces.
33# Version SHA has been removed, see: https://github.com/DiamondLightSource/blueapi/issues/1053
4- ARG PYTHON_VERSION=3.11
4+ ARG PYTHON_VERSION=3.11@sha256:ce3b954c9285a7a145cba620bae03db836ab890b6b9e0d05a3ca522ea00dfbc9
55FROM python:${PYTHON_VERSION} AS developer
66
77# Add any system dependencies for the developer/build environment here
Original file line number Diff line number Diff line change 99 pullPolicy : Always
1010 # Overrides the image tag whose default is the chart appVersion.
1111 # Do not set this to a package hash: https://github.com/DiamondLightSource/blueapi/issues/1046
12- tag : " "
12+ tag : " @sha256:0a42ccb0a31146a0080ae69026d78f8bbbf221d6675c8e0f0054f9f114993a3d "
1313
1414imagePullSecrets : []
1515nameOverride : " "
You can’t perform that action at this time.
0 commit comments