oci/app-runner/helm-builder-alpine: add helm-push-artifactory-plugin
This commit is contained in:
parent
ae2956ef98
commit
bb5eab386a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user