Skip to content

Commit

Permalink
Remove deprecated bitbucket GOPRIVATE
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-at-luther committed Dec 1, 2023
1 parent 527bb7c commit b3fecbc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions images/Dockerfile.build-go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,4 @@ RUN git config --system url."git@github.com:luthersystems/chainidentifier.git".i
RUN ssh-keyscan -t Ed25519 -H bitbucket.org | tee -a /etc/ssh/ssh_known_hosts
RUN ssh-keyscan -t Ed25519 -H github.com | tee -a /etc/ssh/ssh_known_hosts

ENV GOPRIVATE bitbucket.org/luthersystems

ENTRYPOINT ["tini", "--", "make", "-f", "/opt/Dockerfile.go.mk"]
2 changes: 0 additions & 2 deletions images/Dockerfile.build-go-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,5 @@ RUN apk add --no-cache openssh
RUN ssh-keyscan -t Ed25519 -H bitbucket.org | tee -a /etc/ssh/ssh_known_hosts
RUN ssh-keyscan -t Ed25519 -H github.com | tee -a /etc/ssh/ssh_known_hosts

ENV GOPRIVATE bitbucket.org/luthersystems

ENV GOCACHE /tmp
ENTRYPOINT ["tini", "--"]
2 changes: 0 additions & 2 deletions images/Dockerfile.build-godynamic
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ RUN git config --system url."git@github.com:luthersystems/chainidentifier.git".i
RUN ssh-keyscan -t Ed25519 -H bitbucket.org | tee -a /etc/ssh/ssh_known_hosts
RUN ssh-keyscan -t Ed25519 -H github.com | tee -a /etc/ssh/ssh_known_hosts

ENV GOPRIVATE bitbucket.org/luthersystems

ENTRYPOINT ["tini", "--", "make", "-f", "/opt/Dockerfile.godynamic.mk"]

COPY --from=go-alpine-downloader /go/bin/go-bindata /go/bin/go-bindata
Expand Down
1 change: 0 additions & 1 deletion images/Dockerfile.build-goextra
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ RUN git config --system url."git@github.com:luthersystems/chainidentifier.git".i

RUN ssh-keyscan -t Ed25519 -H bitbucket.org | tee -a /etc/ssh/ssh_known_hosts
RUN ssh-keyscan -t Ed25519 -H github.com | tee -a /etc/ssh/ssh_known_hosts
ENV GOPRIVATE bitbucket.org/luthersystems

ENTRYPOINT ["tini", "--", "make", "-f", "/opt/Dockerfile.goextra.mk"]

0 comments on commit b3fecbc

Please sign in to comment.