We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68167ae + f1cfeb5 commit 72e5229Copy full SHA for 72e5229
README.md
@@ -7,10 +7,10 @@ A booster demonstrating health checks and recovery using the kubernetes/openshif
7
The project uses openshift s2i to build docker image. Run the following command
8
to build the docker image
9
10
-```s2i build . centos/go-toolset-7-centos7:latest golang-health-check-app```
+```s2i build . registry.fedoraproject.org/f29/golang golang-health-check```
11
12
To start the web service, run
13
14
-```docker run -p 8080:8080 golang-health-check-app```
+```docker run -p 8080:8080 golang-health-check```
15
16
The web service should now be accessible on `http://localhost:8080`
0 commit comments