Skip to content

Commit

Permalink
Merge pull request #102 from GriffinOSI/update-sops
Browse files Browse the repository at this point in the history
Update sops url
  • Loading branch information
tobru authored Feb 20, 2024
2 parents 8a21dd5 + 1806110 commit 3d7aeb3
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV VERSION=%%VERSION%% \
KUSTOMIZE_RELEASES_URL="https://github.com/kubernetes-sigs/kustomize/releases/download" \
OKD_DOWNLOAD_BASE_URL="%%OKD_DOWNLOAD_BASE_URL%%" \
SEISO_RELEASES_URL="https://github.com/appuio/seiso/releases/download" \
SOPS_RELEASES_URL="https://github.com/mozilla/sops/releases/download" \
SOPS_RELEASES_URL="https://github.com/getsops/sops/releases/download" \
YQ_RELEASES_URL="https://github.com/mikefarah/yq/releases/download" \
JQ_URL="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64" \
OC_PLUGINS_REPO="https://github.com/appuio/oc-plugins" \
Expand Down
2 changes: 1 addition & 1 deletion src/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ kubeval_version=$(curl -sS https://${api_user}api.github.com/repos/instrumenta/k
'.[]| select(.prerelease|not) | .tag_name' \
| head -n 1)

sops_version=$(curl -sSL https://${api_user}api.github.com/repos/mozilla/sops/releases \
sops_version=$(curl -sSL https://${api_user}api.github.com/repos/getsops/sops/releases \
| jq --raw-output \
'.[]| select(.prerelease|not) | .tag_name' \
| head -n 1)
Expand Down
12 changes: 6 additions & 6 deletions v4.11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
FROM registry.access.redhat.com/ubi9-minimal:9.3-1552

ENV VERSION=latest-4.11 \
HELM3_VERSION=v3.13.3 \
HELM3_VERSION=v3.14.1 \
KUBEVAL_VERSION=v0.16.1 \
KUSTOMIZE_VERSION=v5.3.0 \
SEISO_VERSION=v1.0.0 \
SOPS_VERSION=v3.8.1 \
YQ_VERSION=v4.40.5 \
YQ_VERSION=v4.41.1 \
ARCHIVE=openshift-client-linux \
HELM3_SHA256SUM=bbb6e7c6201458b235f335280f35493950dcd856825ddcfd1d3b40ae757d5c7d \
HELM3_SHA256SUM=75496ea824f92305ff7d28af37f4af57536bf5138399c824dff997b9d239dd42 \
KUBEVAL_SHA256SUM=2d6f9bda1423b93787fa05d9e8dfce2fc1190fefbcd9d0936b9635f3f78ba790 \
KUSTOMIZE_SHA256SUM=3ab32f92360d752a2a53e56be073b649abc1e7351b912c0fb32b960d1def854c \
SEISO_SHA256SUM=40484059c23993b4e8d6b0add3debebb31ed1155b49a5ebdae987698b3176202 \
SHA256SUM= \
YQ_SHA256SUM=0d6aaf1cf44a8d18fbc7ed0ef14f735a8df8d2e314c4cc0f0242d35c0a440c95 \
YQ_SHA256SUM=ce0d5a61c256a463fd32f67f133e0c2948bc2cf77d44c42ff335a40e6bef34bf \
HELM_RELEASES_URL="https://get.helm.sh" \
KUBEVAL_RELEASES_URL="https://github.com/instrumenta/kubeval/releases/download" \
KUSTOMIZE_RELEASES_URL="https://github.com/kubernetes-sigs/kustomize/releases/download" \
OKD_DOWNLOAD_BASE_URL="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp" \
SEISO_RELEASES_URL="https://github.com/appuio/seiso/releases/download" \
SOPS_RELEASES_URL="https://github.com/mozilla/sops/releases/download" \
SOPS_RELEASES_URL="https://github.com/getsops/sops/releases/download" \
YQ_RELEASES_URL="https://github.com/mikefarah/yq/releases/download" \
JQ_URL="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64" \
OC_PLUGINS_REPO="https://github.com/appuio/oc-plugins" \
Expand All @@ -31,7 +31,7 @@ RUN set -x && \
KUBEVAL_URL="${KUBEVAL_RELEASES_URL}/${KUBEVAL_VERSION}/kubeval-linux-amd64.tar.gz" && \
KUSTOMIZE_URL="${KUSTOMIZE_RELEASES_URL}/kustomize%2F${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_amd64.tar.gz" && \
SEISO_URL="${SEISO_RELEASES_URL}/${SEISO_VERSION}/seiso_linux_amd64" && \
SOPS_URL="${SOPS_RELEASES_URL}/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux" && \
SOPS_URL="${SOPS_RELEASES_URL}/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64" && \
YQ_URL="${YQ_RELEASES_URL}/${YQ_VERSION}/yq_linux_amd64" && \
microdnf install -y tar gzip git python3 diffutils && \
cd /tmp && \
Expand Down
12 changes: 6 additions & 6 deletions v4.12/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
FROM registry.access.redhat.com/ubi9-minimal:9.3-1552

ENV VERSION=latest-4.12 \
HELM3_VERSION=v3.13.3 \
HELM3_VERSION=v3.14.1 \
KUBEVAL_VERSION=v0.16.1 \
KUSTOMIZE_VERSION=v5.3.0 \
SEISO_VERSION=v1.0.0 \
SOPS_VERSION=v3.8.1 \
YQ_VERSION=v4.40.5 \
YQ_VERSION=v4.41.1 \
ARCHIVE=openshift-client-linux \
HELM3_SHA256SUM=bbb6e7c6201458b235f335280f35493950dcd856825ddcfd1d3b40ae757d5c7d \
HELM3_SHA256SUM=75496ea824f92305ff7d28af37f4af57536bf5138399c824dff997b9d239dd42 \
KUBEVAL_SHA256SUM=2d6f9bda1423b93787fa05d9e8dfce2fc1190fefbcd9d0936b9635f3f78ba790 \
KUSTOMIZE_SHA256SUM=3ab32f92360d752a2a53e56be073b649abc1e7351b912c0fb32b960d1def854c \
SEISO_SHA256SUM=40484059c23993b4e8d6b0add3debebb31ed1155b49a5ebdae987698b3176202 \
SHA256SUM= \
YQ_SHA256SUM=0d6aaf1cf44a8d18fbc7ed0ef14f735a8df8d2e314c4cc0f0242d35c0a440c95 \
YQ_SHA256SUM=ce0d5a61c256a463fd32f67f133e0c2948bc2cf77d44c42ff335a40e6bef34bf \
HELM_RELEASES_URL="https://get.helm.sh" \
KUBEVAL_RELEASES_URL="https://github.com/instrumenta/kubeval/releases/download" \
KUSTOMIZE_RELEASES_URL="https://github.com/kubernetes-sigs/kustomize/releases/download" \
OKD_DOWNLOAD_BASE_URL="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp" \
SEISO_RELEASES_URL="https://github.com/appuio/seiso/releases/download" \
SOPS_RELEASES_URL="https://github.com/mozilla/sops/releases/download" \
SOPS_RELEASES_URL="https://github.com/getsops/sops/releases/download" \
YQ_RELEASES_URL="https://github.com/mikefarah/yq/releases/download" \
JQ_URL="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64" \
OC_PLUGINS_REPO="https://github.com/appuio/oc-plugins" \
Expand All @@ -31,7 +31,7 @@ RUN set -x && \
KUBEVAL_URL="${KUBEVAL_RELEASES_URL}/${KUBEVAL_VERSION}/kubeval-linux-amd64.tar.gz" && \
KUSTOMIZE_URL="${KUSTOMIZE_RELEASES_URL}/kustomize%2F${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_amd64.tar.gz" && \
SEISO_URL="${SEISO_RELEASES_URL}/${SEISO_VERSION}/seiso_linux_amd64" && \
SOPS_URL="${SOPS_RELEASES_URL}/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux" && \
SOPS_URL="${SOPS_RELEASES_URL}/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64" && \
YQ_URL="${YQ_RELEASES_URL}/${YQ_VERSION}/yq_linux_amd64" && \
microdnf install -y tar gzip git python3 diffutils && \
cd /tmp && \
Expand Down
12 changes: 6 additions & 6 deletions v4.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
FROM registry.access.redhat.com/ubi9-minimal:9.3-1552

ENV VERSION=latest-4.13 \
HELM3_VERSION=v3.13.3 \
HELM3_VERSION=v3.14.1 \
KUBEVAL_VERSION=v0.16.1 \
KUSTOMIZE_VERSION=v5.3.0 \
SEISO_VERSION=v1.0.0 \
SOPS_VERSION=v3.8.1 \
YQ_VERSION=v4.40.5 \
YQ_VERSION=v4.41.1 \
ARCHIVE=openshift-client-linux \
HELM3_SHA256SUM=bbb6e7c6201458b235f335280f35493950dcd856825ddcfd1d3b40ae757d5c7d \
HELM3_SHA256SUM=75496ea824f92305ff7d28af37f4af57536bf5138399c824dff997b9d239dd42 \
KUBEVAL_SHA256SUM=2d6f9bda1423b93787fa05d9e8dfce2fc1190fefbcd9d0936b9635f3f78ba790 \
KUSTOMIZE_SHA256SUM=3ab32f92360d752a2a53e56be073b649abc1e7351b912c0fb32b960d1def854c \
SEISO_SHA256SUM=40484059c23993b4e8d6b0add3debebb31ed1155b49a5ebdae987698b3176202 \
SHA256SUM= \
YQ_SHA256SUM=0d6aaf1cf44a8d18fbc7ed0ef14f735a8df8d2e314c4cc0f0242d35c0a440c95 \
YQ_SHA256SUM=ce0d5a61c256a463fd32f67f133e0c2948bc2cf77d44c42ff335a40e6bef34bf \
HELM_RELEASES_URL="https://get.helm.sh" \
KUBEVAL_RELEASES_URL="https://github.com/instrumenta/kubeval/releases/download" \
KUSTOMIZE_RELEASES_URL="https://github.com/kubernetes-sigs/kustomize/releases/download" \
OKD_DOWNLOAD_BASE_URL="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp" \
SEISO_RELEASES_URL="https://github.com/appuio/seiso/releases/download" \
SOPS_RELEASES_URL="https://github.com/mozilla/sops/releases/download" \
SOPS_RELEASES_URL="https://github.com/getsops/sops/releases/download" \
YQ_RELEASES_URL="https://github.com/mikefarah/yq/releases/download" \
JQ_URL="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64" \
OC_PLUGINS_REPO="https://github.com/appuio/oc-plugins" \
Expand All @@ -31,7 +31,7 @@ RUN set -x && \
KUBEVAL_URL="${KUBEVAL_RELEASES_URL}/${KUBEVAL_VERSION}/kubeval-linux-amd64.tar.gz" && \
KUSTOMIZE_URL="${KUSTOMIZE_RELEASES_URL}/kustomize%2F${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_amd64.tar.gz" && \
SEISO_URL="${SEISO_RELEASES_URL}/${SEISO_VERSION}/seiso_linux_amd64" && \
SOPS_URL="${SOPS_RELEASES_URL}/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux" && \
SOPS_URL="${SOPS_RELEASES_URL}/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64" && \
YQ_URL="${YQ_RELEASES_URL}/${YQ_VERSION}/yq_linux_amd64" && \
microdnf install -y tar gzip git python3 diffutils && \
cd /tmp && \
Expand Down
12 changes: 6 additions & 6 deletions v4.14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
FROM registry.access.redhat.com/ubi9-minimal:9.3-1552

ENV VERSION=latest-4.14 \
HELM3_VERSION=v3.13.3 \
HELM3_VERSION=v3.14.1 \
KUBEVAL_VERSION=v0.16.1 \
KUSTOMIZE_VERSION=v5.3.0 \
SEISO_VERSION=v1.0.0 \
SOPS_VERSION=v3.8.1 \
YQ_VERSION=v4.40.5 \
YQ_VERSION=v4.41.1 \
ARCHIVE=openshift-client-linux \
HELM3_SHA256SUM=bbb6e7c6201458b235f335280f35493950dcd856825ddcfd1d3b40ae757d5c7d \
HELM3_SHA256SUM=75496ea824f92305ff7d28af37f4af57536bf5138399c824dff997b9d239dd42 \
KUBEVAL_SHA256SUM=2d6f9bda1423b93787fa05d9e8dfce2fc1190fefbcd9d0936b9635f3f78ba790 \
KUSTOMIZE_SHA256SUM=3ab32f92360d752a2a53e56be073b649abc1e7351b912c0fb32b960d1def854c \
SEISO_SHA256SUM=40484059c23993b4e8d6b0add3debebb31ed1155b49a5ebdae987698b3176202 \
SHA256SUM= \
YQ_SHA256SUM=0d6aaf1cf44a8d18fbc7ed0ef14f735a8df8d2e314c4cc0f0242d35c0a440c95 \
YQ_SHA256SUM=ce0d5a61c256a463fd32f67f133e0c2948bc2cf77d44c42ff335a40e6bef34bf \
HELM_RELEASES_URL="https://get.helm.sh" \
KUBEVAL_RELEASES_URL="https://github.com/instrumenta/kubeval/releases/download" \
KUSTOMIZE_RELEASES_URL="https://github.com/kubernetes-sigs/kustomize/releases/download" \
OKD_DOWNLOAD_BASE_URL="https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp" \
SEISO_RELEASES_URL="https://github.com/appuio/seiso/releases/download" \
SOPS_RELEASES_URL="https://github.com/mozilla/sops/releases/download" \
SOPS_RELEASES_URL="https://github.com/getsops/sops/releases/download" \
YQ_RELEASES_URL="https://github.com/mikefarah/yq/releases/download" \
JQ_URL="https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64" \
OC_PLUGINS_REPO="https://github.com/appuio/oc-plugins" \
Expand All @@ -31,7 +31,7 @@ RUN set -x && \
KUBEVAL_URL="${KUBEVAL_RELEASES_URL}/${KUBEVAL_VERSION}/kubeval-linux-amd64.tar.gz" && \
KUSTOMIZE_URL="${KUSTOMIZE_RELEASES_URL}/kustomize%2F${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_amd64.tar.gz" && \
SEISO_URL="${SEISO_RELEASES_URL}/${SEISO_VERSION}/seiso_linux_amd64" && \
SOPS_URL="${SOPS_RELEASES_URL}/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux" && \
SOPS_URL="${SOPS_RELEASES_URL}/${SOPS_VERSION}/sops-${SOPS_VERSION}.linux.amd64" && \
YQ_URL="${YQ_RELEASES_URL}/${YQ_VERSION}/yq_linux_amd64" && \
microdnf install -y tar gzip git python3 diffutils && \
cd /tmp && \
Expand Down

0 comments on commit 3d7aeb3

Please sign in to comment.