Skip to content

Commit 059275e

Browse files
authored
Merge pull request #321 from jmtd/remove-rhel7
Remove rhel7 stuff from the develop (ubi8) branch
2 parents 518e846 + 12c4774 commit 059275e

31 files changed

+47
-552
lines changed

README.adoc

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Source To Image (S2I) image for Red Hat OpenShift providing OpenJDK
22

3-
These are the OpenJDK Source to Image (S2I) images for Red Hat OpenShift.
3+
These are the OpenJDK Source to Image (S2I) images for the Red Hat
4+
Universal Base Image (UBI), designed for use with Red Hat OpenShift.
45

56
## Acquiring the Images
67

@@ -11,21 +12,17 @@ link:https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI[UBI
1112

1213
* link:https://catalog.redhat.com/software/containers/ubi8/openjdk-8/5dd6a48dbed8bd164a09589a[ubi8/openjdk-8]
1314
* link:https://catalog.redhat.com/software/containers/ubi8/openjdk-11/5dd6a4b45a13461646f677f4[ubi8/openjdk-11]
14-
15-
The RHEL7-based OpenJDK images require a Red Hat subscription:
16-
17-
* link:https://catalog.redhat.com/software/containers/redhat-openjdk-18/openjdk18-openshift/58ada5701fbe981673cd6b10[redhat-openjdk-18/openjdk18-openshift]
18-
* link:https://catalog.redhat.com/software/containers/openjdk/openjdk-11-rhel7/5bf57185dd19c775cddc4ce5[openjdk/openjdk-11-rhel7]
15+
* link:https://catalog.redhat.com/software/containers/ubi8/openjdk-17/618bdbf34ae3739687568813[ubi8/openjdk-17]
1916

2017
## How to build the images
2118

2219
You need to https://cekit.readthedocs.io/en/develop/installation.html[install Cekit] to build these images.
2320

24-
These sources are prepared and tested for Cekit 3.6.0.
21+
These sources are prepared and tested for Cekit 4.1.1.
2522

2623
For building within Red Hat, the instructions vary slightly, see link:redhat/README.adoc[].
2724

28-
## Red Hat Universal Base Image 8 versions
25+
## Builder images
2926

3027
### Red Hat Universal Base Image 8 with OpenJDK 8
3128

@@ -39,22 +36,31 @@ This will produce an image named `ubi8/openjdk-8`.
3936

4037
This will produce an image named `ubi8/openjdk-11`.
4138

42-
## Red Hat Enterprise Linux 7 Image versions
39+
### Red Hat Universal Base Image 8 with OpenJDK 17
40+
41+
cekit --descriptor ubi8-openjdk-11.yaml build podman
42+
43+
This will produce an image named `ubi8/openjdk-17`.
44+
45+
## Runtime images
46+
47+
### Red Hat Universal Base Image 8 with OpenJDK 8 runtime
48+
49+
cekit --descriptor ubi8-openjdk-8-runtime.yaml build podman
4350

44-
You will need an active Red Hat subscription on the host you use to
45-
build these images.
51+
This will produce an image named `ubi8/openjdk-8-runtime`.
4652

47-
### RHEL 7 OpenJDK 8
53+
### Red Hat Universal Base Image 8 with OpenJDK 11 runtime
4854

49-
cekit --descriptor openjdk18-openshift.yaml build podman
55+
cekit --descriptor ubi8-openjdk-11-runtime.yaml build podman
5056

51-
This will produce an image named `redhat-openjdk-8/openjdk18-openshift`.
57+
This will produce an image named `ubi8/openjdk-11-runtime`.
5258

53-
### RHEL 7 OpenJDK 11
59+
### Red Hat Universal Base Image 8 with OpenJDK 17 runtime
5460

55-
cekit --descriptor openjdk-11-rhel7.yaml build podman
61+
cekit --descriptor ubi8-openjdk-11-runtime.yaml build podman
5662

57-
This will produce an image named `openjdk/openjdk-11-rhel7`.
63+
This will produce an image named `ubi8/openjdk-17-runtime`.
5864

5965
## Contributing
6066

@@ -63,5 +69,5 @@ Origin (DCO) is required. See link:CONTRIBUTING.md[].
6369

6470
## License
6571

66-
© 2020 Red Hat, Inc. Distributed under the terms of the Apache License,
72+
© 2022 Red Hat, Inc. Distributed under the terms of the Apache License,
6773
Version 2.0. See link:LICENSE[LICENSE] file.

modules/jolokia/7/artifacts/opt/jboss/container/jolokia/jolokia-opts

Lines changed: 0 additions & 92 deletions
This file was deleted.

modules/jolokia/7/backward_compatibility.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

modules/jolokia/7/configure.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

modules/jolokia/7/module.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

modules/maven/7.0.3.6/artifacts/opt/jboss/container/maven/36/scl-enable-maven

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/maven/7.0.3.6/configure.sh

Lines changed: 0 additions & 14 deletions
This file was deleted.

modules/maven/7.0.3.6/module.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

modules/prometheus/7/artifacts/opt/jboss/container/prometheus/etc/jmx-exporter-config.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.

modules/prometheus/7/artifacts/opt/jboss/container/prometheus/prometheus-opts

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)