Use updated Node+podman CI image
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 33s
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
Some checks failed
CI/CD Pipeline with Secure Ephemeral PiP / test-backend (push) Failing after 33s
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:
parent
b4f92559b4
commit
3b0f92b8cf
2 changed files with 7 additions and 6 deletions
|
@ -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:bf88e3a80ee7ba0ab9e2d73335a820d63bf0e62a0293414b4e09ab4fd63e6134
|
||||
PODMAN_CLIENT_IMG_DIGEST: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
||||
|
||||
jobs:
|
||||
test-backend:
|
||||
runs-on: [ci]
|
||||
|
||||
container:
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:bf88e3a80ee7ba0ab9e2d73335a820d63bf0e62a0293414b4e09ab4fd63e6134
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
||||
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:bf88e3a80ee7ba0ab9e2d73335a820d63bf0e62a0293414b4e09ab4fd63e6134
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
||||
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:bf88e3a80ee7ba0ab9e2d73335a820d63bf0e62a0293414b4e09ab4fd63e6134
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
||||
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:bf88e3a80ee7ba0ab9e2d73335a820d63bf0e62a0293414b4e09ab4fd63e6134
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
||||
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:bf88e3a80ee7ba0ab9e2d73335a820d63bf0e62a0293414b4e09ab4fd63e6134
|
||||
image: git.gcdo.org/devteam/sharenet/ci-node-podman@sha256:dac9dac0e8e0a1caa7f1f276b9db8e92dad68d3e6600cf6f6437203eea7fd675
|
||||
options: >-
|
||||
-v /run/user/999/podman:/run/user/999/podman:rw
|
||||
-e XDG_RUNTIME_DIR=/run/user/999
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Dockerfile.ci-node-podman
|
||||
ARG CI_IMAGE_REV=1
|
||||
FROM node:20-bookworm-slim
|
||||
|
||||
# Tools needed at runtime by actions and your scripts
|
||||
|
|
Loading…
Add table
Reference in a new issue