Skip to content

Commit

Permalink
rhel8: sync with downstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubatrh committed Jun 10, 2019
1 parent 9229f47 commit 0e09123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions specs/multispec.yml
Expand Up @@ -42,9 +42,9 @@ specs:
distros:
- rhel-8-x86_64
el_version: "8"
s2i_base: rhel8/s2i-base
s2i_base: ubi8/s2i-base
img_tag: "1"
org: "rhel8"
org: "ubi8"
prod: "rhel8"
logos: "redhat-logos-httpd"
preinstall_cmd: ['yum -y module enable {{ spec.module_stream }} httpd:2.4']
Expand Down
2 changes: 1 addition & 1 deletion src/s2i/bin/usage
Expand Up @@ -14,5 +14,5 @@ s2i build https://github.com/sclorg/s2i-python-container.git --context-dir={{ sp
You can then run the resulting image via:
docker run -p 8080:8080 python-sample-app
podman run -p 8080:8080 python-sample-app
EOF

0 comments on commit 0e09123

Please sign in to comment.