Skip to content

Commit 146478d

Browse files
authored
Merge pull request #36 from OpenLiberty/staging
Merge staging to prod - Update README.adoc (#35)
2 parents 2004b72 + 2751c3a commit 146478d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2022 IBM Corporation and others.
1+
// Copyright (c) 2022, 2023 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -204,9 +204,9 @@ In this guide, you're using an official image from the IBM Container Registry (I
204204
`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.
205205

206206
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^].
208208
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^].
210210

211211
[role="code_command hotspot file=0", subs="quotes"]
212212
----

0 commit comments

Comments
 (0)