Skip to content
Snippets Groups Projects
Unverified Commit 81f426d1 authored by John T Skarbek's avatar John T Skarbek
Browse files

update language with pin reason, remove notions to override as this does not work

parent 7f1f834e
No related branches found
No related tags found
No related merge requests found
Pipeline #21080968 passed
Loading
Loading
@@ -73,7 +73,6 @@ stages:
 
variables:
GL_ASDF_GORELEASER_VERSION: ...
DOCKER_VERSION: ...
 
include:
# build binary release artifacts with goreleaser
Loading
Loading
@@ -107,7 +106,6 @@ stages:
variables:
GL_ASDF_GORELEASER_VERSION: ...
GL_ASDF_GOLANG_VERSION: ...
DOCKER_VERSION: ...
FIPS_MODE: 1
 
include:
Loading
Loading
Loading
Loading
@@ -57,7 +57,7 @@ goreleaser_validate-fips:
services:
- docker:${DOCKER_VERSION}-dind
variables:
DOCKER_VERSION: "24.0.6"
DOCKER_VERSION: "24.0.6" # Pinning due to https://github.com/docker-library/docker/issues/467
DOCKER_REGISTRY: $CI_REGISTRY
DOCKER_USERNAME: $CI_REGISTRY_USER
DOCKER_PASSWORD: $CI_REGISTRY_PASSWORD
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment