Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Commit bdaa761

Browse files
authored
Update README-s2i.md
1 parent ae6260a commit bdaa761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README-s2i.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Steps to set up s2i based build
22

3-
Basically this uses a chained s2i image build (https://docs.openshift.com/container-platform/3.7/dev_guide/builds/advanced_build_operations.html#dev-guide-chaining-builds) . It initial creates a s2i build using the nodejs-8-rhel7 image with a custom assemble script which adds a ng build step. Then the resulting dist folder contents within this image are copied into (along with some config files) an nginx image.
3+
Basically this uses a chained s2i image build (https://docs.openshift.com/container-platform/3.7/dev_guide/builds/advanced_build_operations.html#dev-guide-chaining-builds) . It initially creates a s2i build using the nodejs-8-rhel7 image with a custom assemble script which adds a ng build step. Then the resulting dist folder contents within this image are copied into (along with some config files) an nginx image.
44

55
* `sudo docker pull registry.access.redhat.com/rhscl/nodejs-8-rhel7`
66
* `sudo docker pull registry.access.redhat.com/rhscl/nginx-112-rhel7`

0 commit comments

Comments
 (0)