Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2

- name: node_version
id: node_version
Expand All @@ -26,7 +26,7 @@ jobs:
echo "set FROM_SOURCE='$FROM_SOURCE'"
echo "::set-output name=NODE_VERSION::$FROM_SOURCE"

- uses: actions/setup-node@v2
- uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2
with:
node-version: '${{ steps.node_version.outputs.NODE_VERSION }}'

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

spid-testenv2:
container_name: spid-testenv2
image: italia/spid-testenv2
image: italia/spid-testenv2@sha256:196c9121f6e50d197e251704518ec487c24579f2e3e9c88e7094d9c2ea7c4ded
restart: unless-stopped
ports:
- "8088:8088"
Expand All @@ -40,7 +40,7 @@ services:

redis:
container_name: redis
image: wodby/redis:6-3.15.4
image: wodby/redis:6-3.15.4@sha256:19dca469b9e7f791edb5c3d14213ca324755710a3bc844ada22fdce9d0ea77f2
ports:
- "6379:6379"
environment:
Expand All @@ -52,7 +52,7 @@ services:

storage:
container_name: storage
image: mcr.microsoft.com/azure-storage/azurite
image: mcr.microsoft.com/azure-storage/azurite@sha256:647c63a91102a9d8e8000aab803436e1fc85fbb285e7ce830a82ee5d6661cf37
ports:
- "10000:10000"
- "10001:10001"
Expand Down
4 changes: 2 additions & 2 deletions e2e/scenarios/basic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- spid-net

spid-saml-check:
image: ghcr.io/pagopa/spid-saml-check:v.1.8.3-snapshot
image: ghcr.io/pagopa/spid-saml-check:v.1.8.3-snapshot@sha256:6349005e929962ab612feedb228130bce42b1f3cffb7bb0434e716bfac243638
restart: unless-stopped
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
Expand All @@ -37,7 +37,7 @@ services:
- spid-net

redis:
image: wodby/redis:6
image: wodby/redis:6@sha256:3b45e12191a35fca81f833b188b9938a840e22d7e5445405b5039fc88a9cec18
environment:
REDIS_TIMEOUT: 300
REDIS_TCP_KEEPALIVE: 60
Expand Down
6 changes: 3 additions & 3 deletions e2e/scenarios/with-aws-s3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- spid-net

spid-saml-check:
image: ghcr.io/pagopa/spid-saml-check:v.1.8.3-snapshot
image: ghcr.io/pagopa/spid-saml-check:v.1.8.3-snapshot@sha256:6349005e929962ab612feedb228130bce42b1f3cffb7bb0434e716bfac243638
restart: unless-stopped
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
Expand All @@ -38,7 +38,7 @@ services:
- spid-net

redis:
image: wodby/redis:6
image: wodby/redis:6@sha256:3b45e12191a35fca81f833b188b9938a840e22d7e5445405b5039fc88a9cec18
environment:
REDIS_TIMEOUT: 300
REDIS_TCP_KEEPALIVE: 60
Expand All @@ -47,7 +47,7 @@ services:
- spid-net

storage:
image: minio/minio
image: minio/minio@sha256:14cea493d9a34af32f524e538b8346cf79f3321eff8e708c1e2960462bd8936e
command: server --address 0.0.0.0:10000 --console-address 0.0.0.0:10001 /data
ports:
- "10000:10000"
Expand Down
2 changes: 1 addition & 1 deletion e2e/scenarios/with-redis-cluster/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- spid-net

spid-saml-check:
image: ghcr.io/pagopa/spid-saml-check:v.1.8.3-snapshot
image: ghcr.io/pagopa/spid-saml-check:v.1.8.3-snapshot@sha256:6349005e929962ab612feedb228130bce42b1f3cffb7bb0434e716bfac243638
restart: unless-stopped
environment:
- NODE_TLS_REJECT_UNAUTHORIZED=0
Expand Down
Loading