Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #655 from paritytech/fix-sops-image
Browse files Browse the repository at this point in the history
Fix sops image
  • Loading branch information
PierreBesson authored Aug 28, 2024
2 parents b82193c + ee5d0be commit 720a1cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -894,11 +894,13 @@ sops:
<<: *docker_build
variables:
<<: *default-vars
SOPS_VERSION: "3.9.0"
VAULT_VERSION: "1.17.3"
script:
- |
cat <<-EOT
|
| # build of terraform image
| # build of sops image
|
| SOPS_VERSION = $SOPS_VERSION
| VAULT_VERSION = $VAULT_VERSION
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/sops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM docker.io/library/alpine:latest
ARG VCS_REF=master
ARG BUILD_DATE=""
ARG REGISTRY_PATH=docker.io/paritytech
ARG SOPS_VERSION=3.9.0
ARG VAULT_VERSION=1.17.3
ARG SOPS_VERSION
ARG VAULT_VERSION

# metadata
LABEL io.parity.image.authors="[email protected]" \
Expand Down

0 comments on commit 720a1cf

Please sign in to comment.