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
@@ -204,9 +204,9 @@ In this guide, you're using an official image from the IBM Container Registry (I
204
204
`full` images include all available features and are recommended for development only because they contain features that may not be required by your application and will significantly expand the image size.
205
205
206
206
To minimize your image footprint in production, you can use one of the `kernel-slim` images, such as `icr.io/appcafe/open-liberty:kernel-slim-java11-openj9-ubi`.
207
-
This image installs the basic runtime. You can then add all the necessary features for your application with the usage pattern that is detailed in the Open Liberty https://github.com/OpenLiberty/ci.docker#building-an-application-image[container image documentation^].
207
+
This image installs the basic runtime. You can then add all the necessary features for your application with the usage pattern that is detailed in the Open Liberty https://openliberty.io/docs/latest/container-images.html#build[container image documentation^].
208
208
To use the default image available for Open Liberty, define the `FROM` instruction as `FROM icr.io/appcafe/open-liberty`.
209
-
You can find all official images on the Open Liberty https://github.com/OpenLiberty/ci.docker#container-images[container image repository^].
209
+
You can find all official images on the Open Liberty https://openliberty.io/docs/latest/container-images.html[container image repository^].
0 commit comments