From e889cd7dc82697d51405dd9ce14c9d495ab9748a Mon Sep 17 00:00:00 2001 From: The_Spider Date: Sun, 24 May 2020 11:20:03 -0500 Subject: [PATCH] removes un-necessary containers and fixes dockerfile. --- build-doh-server.jenkins | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-doh-server.jenkins b/build-doh-server.jenkins index 3470dc0..81f91f3 100644 --- a/build-doh-server.jenkins +++ b/build-doh-server.jenkins @@ -8,7 +8,7 @@ RUN apk --no-cache add git upx && \\ go get -d -v /go/src/github.com/m13253/dns-over-https/doh-server/... && \\ go install -v /go/src/github.com/m13253/dns-over-https/doh-server/... && \\ go build -ldflags="-s -w" -o /go/${app_name} /go/src/github.com/m13253/dns-over-https/doh-server/ && \\ - upx --brute /go/${app_name} && \\ + upx --brute /go/${app_name} FROM alpine:latest RUN apk add --no-cache ca-certificates && \\ @@ -48,11 +48,6 @@ apiVersion: v1 kind: Pod spec: containers: - - name: golang - image: docker.io/golang:latest - tty: true - command: - - cat - name: kaniko imagePullPolicy: Always image: gcr.io/kaniko-project/executor:debug