Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn committed May 9, 2024
2 parents 38e1aae + f194930 commit 256bf75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/modules/ROOT/pages/building-images.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sudo dnf install -y zip unzip && curl -s "https://get.sdkman.io" | bash && sourc

If everything went well, you will see a message saying "Done installing!" and your installed version of Java is set as the default.

image::podman-desktop-sdkman-install.png[Podman Desktop SDK
image::podman-desktop-sdkman-install.png[Podman Desktop SDK]

Now, let's open up the project in our VS Code instance and take a look at the source code of the demo application, found in the `podify-quarkus-redis` directory.

Expand Down Expand Up @@ -186,4 +186,4 @@ TIP: The Containerfile used to build the Redis image is available in the `podman

== Next Steps

Fantastic! We've built the container image for the Quarkus web application, and pulled the Redis image for caching. In the next tutorial, we'll start the container and test out the web application.
Fantastic! We've built the container image for the Quarkus web application, and pulled the Redis image for caching. In the next tutorial, we'll start the container and test out the web application.

0 comments on commit 256bf75

Please sign in to comment.