You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2.4-micro/root/usr/share/container-scripts/httpd/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you need to install packages inside the image, please use the full sized imag
24
24
25
25
Usage in OpenShift
26
26
------------------
27
-
In this example, we assume that you are using the `rhel8/httpd-24-micro` image, available through the `httpd:24-micro` imagestream tag in Openshift.
27
+
In this example, we assume that you are using the `quay.io/sclorg/httpd-24-micro-c9s` image, available through the `httpd:2.4-micro-el9` imagestream tag in Openshift.
28
28
To build a simple [httpd-sample-app](https://github.com/sclorg/httpd-ex.git) application in Openshift:
29
29
30
30
```
@@ -76,7 +76,7 @@ To use the httpd image in a Dockerfile, follow these steps:
76
76
#### 1. Pull a base builder image to build on
77
77
78
78
```
79
-
podman pull rhel8/httpd-24-micro
79
+
podman pull quay.io/sclorg/httpd-24-micro-c9s
80
80
```
81
81
82
82
#### 2. Pull an application code
@@ -99,7 +99,7 @@ For all these three parts, you can either set up all manually and use the `httpd
99
99
100
100
##### 3.1. To use your own setup, create a Dockerfile with this content:
101
101
```
102
-
FROM registry.redhat.io/rhel8/httpd-24-micro
102
+
FROM quay.io/sclorg/httpd-24-micro-c9s
103
103
104
104
# Add application sources
105
105
ADD app-src/index.html /var/www/html/index.html
@@ -110,7 +110,7 @@ CMD run-httpd
110
110
111
111
##### 3.2. To use the Source-to-Image scripts and build an image using a Dockerfile, create a Dockerfile with this content:
112
112
```
113
-
FROM registry.redhat.io/rhel8/httpd-24-micro
113
+
FROM quay.io/sclorg/httpd-24-micro-c9s
114
114
115
115
# Add application sources to a directory where the assemble script expects them
116
116
# and set permissions so that the container runs without the root access
@@ -155,7 +155,7 @@ If you want to run the image directly and mount the static pages available in th
155
155
as a container volume, execute the following command:
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Choose either the CentOS Stream 9, CentOS Stream 10, RHEL8 based image, RHEL9 ba
37
37
38
38
***RHEL10 based image**
39
39
40
-
These images are available in the [Red Hat Container Catalog](https://catalog.redhat.com/software/containers/ubi8/httpd-24/6065b844aee24f523c207943?architecture=amd64&image=6660528072b80acc3c2193f3&container-tabs=overview).
40
+
These images are available in the [Red Hat Container Catalog](https://catalog.redhat.com/en/search?searchType=containers).
0 commit comments