Skip to content

Commit

Permalink
Merge pull request #11764 from maxandersen/docker2container
Browse files Browse the repository at this point in the history
Use neutral container image over docker image
  • Loading branch information
gsmet authored Sep 1, 2020
2 parents 3763668 + f46532b commit 4218fad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down
Original file line number Diff line number Diff line change
@@ -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
#
Expand Down

0 comments on commit 4218fad

Please sign in to comment.