From f46532b560fc3b30bc2e7eb594a94c89bbd812d4 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Tue, 1 Sep 2020 09:58:56 +0200 Subject: [PATCH] use neutral container image over docker image --- .../base/src/main/docker/Dockerfile.tpl.qute.fast-jar | 2 +- .../dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.jvm | 2 +- .../dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.native | 2 +- .../src/main/resources/templates/dockerfile-fast-jar.ftl | 2 +- .../src/main/resources/templates/dockerfile-jvm.ftl | 2 +- .../src/main/resources/templates/dockerfile-native.ftl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.fast-jar b/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.fast-jar index fcaba104d7263..51e8e8eb8973d 100644 --- a/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.fast-jar +++ b/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.fast-jar @@ -1,7 +1,7 @@ #### # This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode # -# Before building the docker image run: +# Before building the container image run: # # mvn package # diff --git a/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.jvm b/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.jvm index 9f28042985ebd..9c6079cfb05fa 100644 --- a/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.jvm +++ b/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.jvm @@ -1,7 +1,7 @@ #### # This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode # -# Before building the docker image run: +# Before building the container image run: # # mvn package # diff --git a/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.native b/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.native index f129944a89739..3c1fdfba8b729 100644 --- a/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.native +++ b/devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/tooling/dockerfiles/base/src/main/docker/Dockerfile.tpl.qute.native @@ -1,7 +1,7 @@ #### # This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode # -# Before building the docker image run: +# Before building the container image run: # # mvn package -Pnative -Dquarkus.native.container-build=true # diff --git a/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-fast-jar.ftl b/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-fast-jar.ftl index 57e324b807d3d..c595ccba52e85 100644 --- a/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-fast-jar.ftl +++ b/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-fast-jar.ftl @@ -1,7 +1,7 @@ #### # This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode # -# Before building the docker image run: +# Before building the container image run: # # mvn package # diff --git a/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-jvm.ftl b/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-jvm.ftl index c74c433819b05..fd0f8df0255f9 100644 --- a/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-jvm.ftl +++ b/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-jvm.ftl @@ -1,7 +1,7 @@ #### # This Dockerfile is used in order to build a container that runs the Quarkus application in JVM mode # -# Before building the docker image run: +# Before building the container image run: # # mvn package # diff --git a/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-native.ftl b/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-native.ftl index 4e3a77944bd67..e8d51e133e419 100644 --- a/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-native.ftl +++ b/devtools/platform-descriptor-json/src/main/resources/templates/dockerfile-native.ftl @@ -1,7 +1,7 @@ #### # This Dockerfile is used in order to build a container that runs the Quarkus application in native (no JVM) mode # -# Before building the docker image run: +# Before building the container image run: # # mvn package -Pnative -Dquarkus.native.container-build=true #