diff --git a/contrib/executor/cypress/build/agent/Dockerfile.cypress10 b/contrib/executor/cypress/build/agent/Dockerfile.cypress10 index 8431bed10c4..f53960899c2 100644 --- a/contrib/executor/cypress/build/agent/Dockerfile.cypress10 +++ b/contrib/executor/cypress/build/agent/Dockerfile.cypress10 @@ -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 diff --git a/contrib/executor/cypress/build/agent/Dockerfile.cypress12 b/contrib/executor/cypress/build/agent/Dockerfile.cypress12 index eb4df176717..d521bfd39e7 100644 --- a/contrib/executor/cypress/build/agent/Dockerfile.cypress12 +++ b/contrib/executor/cypress/build/agent/Dockerfile.cypress12 @@ -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 && \ diff --git a/contrib/executor/cypress/build/agent/Dockerfile.cypress13 b/contrib/executor/cypress/build/agent/Dockerfile.cypress13 index a88268e2387..f1b49560c84 100644 --- a/contrib/executor/cypress/build/agent/Dockerfile.cypress13 +++ b/contrib/executor/cypress/build/agent/Dockerfile.cypress13 @@ -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 && \ diff --git a/goreleaser_files/.goreleaser-docker-build-executor-cypress-commit-only.yml b/goreleaser_files/.goreleaser-docker-build-executor-cypress-commit-only.yml index 224b2624fde..8760b32634d 100644 --- a/goreleaser_files/.goreleaser-docker-build-executor-cypress-commit-only.yml +++ b/goreleaser_files/.goreleaser-docker-build-executor-cypress-commit-only.yml @@ -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 \ No newline at end of file + disable: true