mirror of https://github.com/docker/docker-py.git
Update credentials-helpers to v0.6.3
full diff: https://github.com/docker/docker-credential-helpers/compare/v0.6.2...v0.6.3 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
a316e6a927
commit
38d18a2d1f
|
|
@ -11,7 +11,7 @@ RUN gpg2 --import gpg-keys/secret
|
||||||
RUN gpg2 --import-ownertrust gpg-keys/ownertrust
|
RUN gpg2 --import-ownertrust gpg-keys/ownertrust
|
||||||
RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
|
RUN yes | pass init $(gpg2 --no-auto-check-trustdb --list-secret-key | awk '/^sec/{getline; $1=$1; print}')
|
||||||
RUN gpg2 --check-trustdb
|
RUN gpg2 --check-trustdb
|
||||||
ARG CREDSTORE_VERSION=v0.6.2
|
ARG CREDSTORE_VERSION=v0.6.3
|
||||||
RUN curl -sSL -o /opt/docker-credential-pass.tar.gz \
|
RUN curl -sSL -o /opt/docker-credential-pass.tar.gz \
|
||||||
https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && \
|
https://github.com/docker/docker-credential-helpers/releases/download/$CREDSTORE_VERSION/docker-credential-pass-$CREDSTORE_VERSION-amd64.tar.gz && \
|
||||||
tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && \
|
tar -xf /opt/docker-credential-pass.tar.gz -O > /usr/local/bin/docker-credential-pass && \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue