Skip to content

Commit 99cc2d3

Browse files
author
Christopher Tauchen
authored
Merge pull request #40167 from Amrita42/BZ2033541
BZ2033541: changed container image source
2 parents 3d6a6f2 + 13d4c27 commit 99cc2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/deployments-creating-rolling-deployment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Rolling deployments are the default type in {product-title}. You can create a ro
99

1010
.Procedure
1111

12-
. Create an application based on the example deployment images found in link:https://hub.docker.com/r/openshift/deployment-example/[Docker Hub]:
12+
. Create an application based on the example deployment images found in link:https://quay.io/repository/openshifttest/deployment-example[Quay.io]:
1313
+
1414
[source,terminal]
1515
----
16-
$ oc new-app openshift/deployment-example
16+
$ oc new-app quay.io/openshifttest/deployment-example:latest
1717
----
1818

1919
. If you have the router installed, make the application available via a route or use the service IP directly.

0 commit comments

Comments
 (0)