Skip to content

Commit

Permalink
fix: updated cypress images (#4768)
Browse files Browse the repository at this point in the history
* fix: updated cypress images

* fix: removed cypress binary
  • Loading branch information
exu authored Dec 13, 2023
1 parent f8c0c63 commit 9baad69
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/executor/cypress/build/agent/Dockerfile.cypress10
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM cypress/included:10.7.0
FROM cypress/included:10.11.0
COPY cypress /bin/runner
# run as a root in order to install to /root/cache and write to shared data volume

Expand Down
2 changes: 1 addition & 1 deletion contrib/executor/cypress/build/agent/Dockerfile.cypress12
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM cypress/included:12.17.2
FROM cypress/included:12.17.3
COPY cypress /bin/runner

RUN apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion contrib/executor/cypress/build/agent/Dockerfile.cypress13
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM cypress/included:13.5.0
FROM cypress/included:13.6.1
COPY cypress /bin/runner

RUN apt-get update && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,23 @@ dockers:
- "--builder={{ .Env.DOCKER_BUILDX_BUILDER }}"
- "--cache-to={{ .Env.DOCKER_BUILDX_CACHE_TO }}"
- "--cache-from={{ .Env.DOCKER_BUILDX_CACHE_FROM }}"
- dockerfile: "./contrib/executor/cypress/build/agent/Dockerfile.cypress13"
use: buildx
goos: linux
goarch: amd64
image_templates:
- "kubeshop/testkube-cypress-executor:{{ .ShortCommit }}-13"
build_flag_templates:
- "--platform=linux/amd64"
- "--label=org.opencontainers.image.title={{ .ProjectName }}"
- "--label=org.opencontainers.image.created={{ .Date}}"
- "--label=org.opencontainers.image.revision={{ .FullCommit }}"
- "--builder={{ .Env.DOCKER_BUILDX_BUILDER }}"
- "--cache-to={{ .Env.DOCKER_BUILDX_CACHE_TO }}"
- "--cache-from={{ .Env.DOCKER_BUILDX_CACHE_FROM }}"

snapshot:
name_template: '{{ .Version }}'
name_template: "{{ .Version }}"

release:
disable: true
disable: true

0 comments on commit 9baad69

Please sign in to comment.