Skip to content

Commit

Permalink
Move Docker build to a separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fedinskiy committed Aug 21, 2024
1 parent 6587c08 commit c57185e
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Checks that the application can read configuration from a ConfigMap and a Secret
The ConfigMap/Secret is exposed by mounting it into the container file system or the Kubernetes API server.
Also ensures proper integration of SmallRye Config [Secret Keys](https://smallrye.io/smallrye-config/Main/config/secret-keys/) with Quarkus.

### `docker-build`
### `build/docker-build`
Checks that an application can generate a Docker image based on some configuration parameters.

### `lifecycle-application`
Expand Down
2 changes: 1 addition & 1 deletion docker-build/pom.xml → build/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.quarkus.ts.qe</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
<relativePath>../..</relativePath>
</parent>
<artifactId>docker-build</artifactId>
<packaging>jar</packaging>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
<module>env-info</module>
<module>config</module>
<module>properties</module>
<module>docker-build</module>
<module>build/docker</module>
<module>javaee-like-getting-started</module>
<module>scaling</module>
<module>service-discovery/stork</module>
Expand Down

0 comments on commit c57185e

Please sign in to comment.