From b3fecbc6df098f8b2468af0e18e49fc7f03586c5 Mon Sep 17 00:00:00 2001 From: sam-at-luther Date: Fri, 1 Dec 2023 09:13:38 -0800 Subject: [PATCH] Remove deprecated bitbucket GOPRIVATE --- images/Dockerfile.build-go | 2 -- images/Dockerfile.build-go-alpine | 2 -- images/Dockerfile.build-godynamic | 2 -- images/Dockerfile.build-goextra | 1 - 4 files changed, 7 deletions(-) diff --git a/images/Dockerfile.build-go b/images/Dockerfile.build-go index d9fd59a..2bb5117 100644 --- a/images/Dockerfile.build-go +++ b/images/Dockerfile.build-go @@ -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"] diff --git a/images/Dockerfile.build-go-alpine b/images/Dockerfile.build-go-alpine index 2b1865f..73913d0 100644 --- a/images/Dockerfile.build-go-alpine +++ b/images/Dockerfile.build-go-alpine @@ -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", "--"] diff --git a/images/Dockerfile.build-godynamic b/images/Dockerfile.build-godynamic index cb162be..9c710ce 100644 --- a/images/Dockerfile.build-godynamic +++ b/images/Dockerfile.build-godynamic @@ -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 diff --git a/images/Dockerfile.build-goextra b/images/Dockerfile.build-goextra index f18c28d..a6df834 100644 --- a/images/Dockerfile.build-goextra +++ b/images/Dockerfile.build-goextra @@ -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"]