Update CI image digest
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 34s
CI/CD Pipeline with Secure Ephemeral PiP / test-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-backend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / build-frontend (push) Has been skipped
CI/CD Pipeline with Secure Ephemeral PiP / deploy-prod (push) Has been skipped

This commit is contained in:
continuist 2025-09-12 15:51:03 -04:00
parent 828871d829
commit 969fd4881a

View file

@ -23,14 +23,14 @@ env:
RUST_IMG_DIGEST: ${{ secrets.RUST_IMG_DIGEST }} # e.g., docker.io/library/rust@sha256:...
NODE_IMG_DIGEST: ${{ secrets.NODE_IMG_DIGEST }} # e.g., docker.io/library/node@sha256:...
POSTGRES_IMG_DIGEST: ${{ secrets.POSTGRES_IMG_DIGEST }} # e.g., docker.io/library/postgres@sha256:...
PODMAN_CLIENT_IMG_DIGEST: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
PODMAN_CLIENT_IMG_DIGEST: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
jobs:
test-backend:
runs-on: [ci]
container:
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
options: >-
-v /run/user/999/podman:/run/user/999/podman:rw
-e XDG_RUNTIME_DIR=/run/user/999
@ -137,7 +137,7 @@ jobs:
needs: test-backend
container:
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
options: >-
-v /run/user/999/podman:/run/user/999/podman:rw
-e XDG_RUNTIME_DIR=/run/user/999
@ -196,7 +196,7 @@ jobs:
needs: test-frontend
container:
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
options: >-
-v /run/user/999/podman:/run/user/999/podman:rw
-e XDG_RUNTIME_DIR=/run/user/999
@ -264,7 +264,7 @@ jobs:
needs: test-frontend
container:
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
options: >-
-v /run/user/999/podman:/run/user/999/podman:rw
-e XDG_RUNTIME_DIR=/run/user/999
@ -333,7 +333,7 @@ jobs:
if: success()
container:
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:eb0d942bd9a8cc69c63eb9ccf3877703898d676d0268cf379defdcda7e55f37f
options: >-
-v /run/user/999/podman:/run/user/999/podman:rw
-e XDG_RUNTIME_DIR=/run/user/999