Rename Dockerfile to more neutral Containerfile and remove superfluous test Dockerfile
This commit is contained in:
parent
60e00b042b
commit
bbbc4fa453
|
@ -1,4 +1,4 @@
|
|||
FROM gcr.io/kaniko-project/executor:debug-v0.19.0
|
||||
FROM gcr.io/kaniko-project/executor:v1.9.0-debug
|
||||
|
||||
ENV HOME /root
|
||||
ENV USER root
|
|
@ -1,5 +0,0 @@
|
|||
FROM alpine:3.8
|
||||
|
||||
RUN apk add --update git
|
||||
|
||||
RUN apk add --update jq
|
Loading…
Reference in New Issue