From e23003aff3f6f82aba82c57e8849999534c4d273 Mon Sep 17 00:00:00 2001 From: Christian Jantz Date: Wed, 2 May 2018 08:16:38 +0200 Subject: [PATCH] Removed stopsignal from README as missing command --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 54a086d40..a2c5b24f1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ After each command, we append a layer of changed files to the base image (if the The majority of Dockerfile commands can be executed with kaniko, but we're still working on supporting the following commands: * HEALTHCHECK -* STOPSIGNAL * ARG Multi-Stage Dockerfiles are also unsupported currently, but will be ready soon.