From cf47e132c98096fc64f4083ade38141431e429bf Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 26 Nov 2020 23:19:46 -0300 Subject: [PATCH] docs: promote info to warning Signed-off-by: Carlos Alexandro Becker --- www/docs/customization/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs/customization/docker.md b/www/docs/customization/docker.md index 57cde05d7..9255492a4 100644 --- a/www/docs/customization/docker.md +++ b/www/docs/customization/docker.md @@ -32,10 +32,10 @@ ENTRYPOINT ["/mybin"] This configuration will build and push a Docker image named `user/repo:tagname`. -!!! info +!!! warning Note that we are not building any go files in the docker build phase, we are merely copying the binary to a `scratch` image and - setting up the entrypoint. + setting up the `entrypoint`. ## Customization