Skip to content

Commit

Permalink
e2e: pin cypress image
Browse files Browse the repository at this point in the history
Even to digest, that we control it when the image changes.
Mac users can override the CYPRESS_DIGEST in the .env with:
CYPRESS_DIGEST=<sha of the arm image>
  • Loading branch information
BacLuc committed Aug 12, 2024
1 parent ae17394 commit aa37f31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ services:
- FUNCTION_ENABLE_INCOGNITO_MODE=true

e2e:
image: cypress/included:13.13.0
image: cypress/included:cypress-13.13.0-node-20.15.1-chrome-126.0.6478.114-1-ff-128.0-edge-126.0.2592.61-1@${CYPRESS_DIGEST:-sha256:542b11720d448df6d7b12f85015f5adcb2b7f4618af4e77cd28b62766c0d3491}
profiles: ['e2e']
container_name: 'ecamp3-e2e'
environment:
Expand Down
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,14 @@
"postgres"
],
"allowedVersions": "15-alpine"
},
{
"matchDepNames": [
"cypress",
"cypress/included"
],
"automerge": false,
"groupName": "cypress"
}
],
"customManagers": [
Expand Down

0 comments on commit aa37f31

Please sign in to comment.