We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a7714 commit 9310b68Copy full SHA for 9310b68
pkg/create/templates/readme.go
@@ -83,7 +83,7 @@ Running the application image is as simple as invoking the docker run command:
83
Rebuilding the application using the saved artifacts can be accomplished using the following command:
84
` +
85
"```\n" +
86
- "s2i build --incremental=true test/test-app nginx-centos7 nginx-app\n" +
+ "s2i build --incremental=true test/test-app {{.ImageName}} {{.ImageName}}-app\n" +
87
"---> Restoring build artifacts...\n" +
88
"---> Building and installing application from source...\n" +
89
0 commit comments