From 790b449533d10f8632dc595be27f660ffd2c7fdd Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 23 Feb 2023 14:25:38 +0800 Subject: [PATCH] oci/app-runner/helm-builder-alpine: add helm-push-artifactory-plugin --- oci/app-runner/helm-builder-alpine/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oci/app-runner/helm-builder-alpine/Dockerfile b/oci/app-runner/helm-builder-alpine/Dockerfile index 3a3f497..3ac7c7b 100644 --- a/oci/app-runner/helm-builder-alpine/Dockerfile +++ b/oci/app-runner/helm-builder-alpine/Dockerfile @@ -18,7 +18,8 @@ RUN case `uname -m` in \ chmod +x /usr/bin/helm && \ rm -rf linux-${ARCH} && \ chmod 755 /usr//bin/helm && \ - helm plugin install https://github.com/chartmuseum/helm-push.git + helm plugin install https://github.com/chartmuseum/helm-push.git && \ + helm plugin install https://github.com/belitre/helm-push-artifactory-plugin.git ADD ca.crt /usr/share/ca-certificates/mozilla/Lets_Encrypt_ca.crt RUN echo "mozilla/Lets_Encrypt_ca.crt" >> /etc/ca-certificates.conf && update-ca-certificates