Skip to content

Commit

Permalink
[docker] deprecate vcs-upstream label
Browse files Browse the repository at this point in the history
  • Loading branch information
sausagee authored and bors-libra committed Apr 16, 2021
1 parent c2eabac commit 9ed2283
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion docker/client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ ARG GIT_UPSTREAM
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.vcs-ref=$GIT_REV
LABEL vcs-upstream=$GIT_UPSTREAM
1 change: 0 additions & 1 deletion docker/cluster-test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ ARG GIT_UPSTREAM
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.vcs-ref=$GIT_REV
LABEL vcs-upstream=$GIT_UPSTREAM
1 change: 0 additions & 1 deletion docker/diem-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ fi
for _ in seq 1 2; do
if docker build -f $DOCKERFILE $DIR/.. $TAGS \
--build-arg GIT_REV="$(git rev-parse HEAD)" \
--build-arg GIT_UPSTREAM="$(git merge-base HEAD origin/master)" \
--build-arg BUILD_DATE="$(date -u +'%Y-%m-%dT%H:%M:%SZ')" \
--build-arg ENABLE_FAILPOINTS="$ENABLE_FAILPOINTS" \
$PROXY \
Expand Down
1 change: 0 additions & 1 deletion docker/faucet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ ARG GIT_UPSTREAM
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.vcs-ref=$GIT_REV
LABEL vcs-upstream=$GIT_UPSTREAM
1 change: 0 additions & 1 deletion docker/init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ ARG GIT_UPSTREAM
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.vcs-ref=$GIT_REV
LABEL vcs-upstream=$GIT_UPSTREAM
19 changes: 0 additions & 19 deletions docker/tag-and-push.sh

This file was deleted.

1 change: 0 additions & 1 deletion docker/tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ ARG GIT_UPSTREAM
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.vcs-ref=$GIT_REV
LABEL vcs-upstream=$GIT_UPSTREAM
1 change: 0 additions & 1 deletion docker/validator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,3 @@ ARG GIT_UPSTREAM
LABEL org.label-schema.schema-version="1.0"
LABEL org.label-schema.build-date=$BUILD_DATE
LABEL org.label-schema.vcs-ref=$GIT_REV
LABEL vcs-upstream=$GIT_UPSTREAM

0 comments on commit 9ed2283

Please sign in to comment.