You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to start entire infrastructure using Docker, you have to build images by executing `./mvnw clean install -P buildDocker` . This requires Docker or Docker desktop to be installed and running.
30
-
31
-
Alternatively you can also build all the images on Podman, which requires Podman or Podman Desktop to be installed and running. `./mvnw clean install -PbuildDocker -Dcontainer.executable=podman`
29
+
In order to start entire infrastructure using Docker, you have to build images by executing
30
+
``bash
31
+
./mvnw clean install -P buildDocker
32
+
``
33
+
This requires `Docker` or `Docker desktop` to be installed and running.
34
+
35
+
Alternatively you can also build all the images on `Podman`, which requires Podman or Podman Desktop to be installed and running.
The `scripts/pushImages.sh` and `scripts/tagImages.sh` shell scripts could also be used once you build your image with the `buildDocker` maven profile.
199
+
The `scripts/tagImages.sh` requires to declare the `VERSION` env variable.
154
200
155
201
## Interesting Spring Petclinic forks
156
202
@@ -163,7 +209,7 @@ If you have a special interest in a different technology stack
163
209
that could be used to implement the Pet Clinic then please join the community there.
164
210
165
211
166
-
# Contributing
212
+
##Contributing
167
213
168
214
The [issue tracker](https://github.com/spring-petclinic/spring-petclinic-microservices/issues) is the preferred channel for bug reports, features requests and submitting pull requests.
0 commit comments