Skip to content

Commit

Permalink
Update building-images.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricclyburn authored May 7, 2024
1 parent a6860f1 commit 6bafe24
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 @@ -50,7 +50,7 @@ Now, let's open up the project in our VS Code instance and take a look at the so
cd podify-quarkus-redis && code .
----

NOTE: If VS Code asks to trust the authors of the files, go ahead and click "Yes, I trust the authors". If it then asks to create a keyring password, use the same password you used to log in to your environment (`{ssh_password]`). Also, VS Code will ask you to install the Extension Pack for Java. This is optional but it will greatly help the readability and usability of Java in VS Code so feel free to install it.
NOTE: If VS Code asks to trust the authors of the files, go ahead and click "Yes, I trust the authors". If it then asks to create a keyring password, use the same password you used to log in to your environment (`{ssh_password}`). Also, VS Code will ask you to install the Extension Pack for Java. This is optional but it will greatly help the readability and usability of Java in VS Code so feel free to install it.

image::podman-desktop-vscode.png[Podman Desktop VS Code, 600]

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 6bafe24

Please sign in to comment.