diff --git a/Containerfile b/Containerfile index 127d507..043e241 100644 --- a/Containerfile +++ b/Containerfile @@ -6,6 +6,5 @@ ENV SSL_CERT_DIR=/kaniko/ssl/certs ENV DOCKER_CONFIG /kaniko/.docker/ ENV DOCKER_CREDENTIAL_GCR_CONFIG /kaniko/.config/gcloud/docker_credential_gcr_config.json -# add the wrapper which acts as a drone plugin COPY plugin.sh /kaniko/plugin.sh ENTRYPOINT [ "/kaniko/plugin.sh" ]