-
- Downloads
fix: gorelaser-fips docker login setup
Part of https://gitlab.com/gitlab-com/gl-infra/gitlab-dedicated/team/-/issues/1312 It turns out that the `entrypoint.sh` in the cross compile version of the goreleaser docker image is completely different from the original. It expects a json in a custom format to run `docker login` inside the container. Rather than try and construct the json it expects from CI variables and pass that in, we will instead run `docker login` in the CI job and then just mount the docker auth file into the container itself.
Please register or sign in to comment