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

Fix sops image #655

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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