removes un-necessary containers and fixes dockerfile.

This commit is contained in:
Hyatt 2020-05-24 11:20:03 -05:00
parent 64019b5efe
commit e889cd7dc8
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -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