Rename Dockerfile to more neutral Containerfile and remove superfluous test Dockerfile
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user