File tree Expand file tree Collapse file tree 4 files changed +8
-22
lines changed Expand file tree Collapse file tree 4 files changed +8
-22
lines changed Original file line number Diff line number Diff line change 39
39
- name : clear docker credentials
40
40
run : docker logout
41
41
42
- - name : Behave Tests
43
- run : |
44
- echo /home/runner/work/_temp/openshift-bin >> $GITHUB_PATH
45
- cekit -v --descriptor ${{ inputs.image }}.yaml test behave --steps-url https://github.com/jmtd/behave-test-steps
42
+ # - name: Behave Tests
43
+ # run: |
44
+ # echo /home/runner/work/_temp/openshift-bin >> $GITHUB_PATH
45
+ # cekit -v --descriptor ${{ inputs.image }}.yaml test behave --steps-url https://github.com/jmtd/behave-test-steps
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: UBI9 OpenJDK 11 S2I Image CI
2
2
on : [push, pull_request]
3
3
env :
4
4
LANG : en_US.UTF-8
5
- IMAGE : ubi9- openjdk-11
5
+ IMAGE : openjdk-11-rhel-9
6
6
jobs :
7
7
call-openjdkci :
8
8
uses : ./.github/workflows/image-workflow-template.yml
9
9
with :
10
- image : ubi9- openjdk-11
10
+ image : openjdk-11-rhel-9
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: UBI9 OpenJDK 11 Runtime S2I Image CI
2
2
on : [push, pull_request]
3
3
env :
4
4
LANG : en_US.UTF-8
5
- IMAGE : ubi9- openjdk-11-runtime
5
+ IMAGE : openjdk-11-runtime-rhel9
6
6
jobs :
7
7
call-openjdkci :
8
8
uses : ./.github/workflows/image-workflow-template.yml
9
9
with :
10
- image : ubi9- openjdk-11-runtime
10
+ image : openjdk-11-runtime-rhel9
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ These are the OpenJDK Source to Image (S2I) images for Red Hat OpenShift.
6
6
7
7
### From https://access.redhat.com/containers/[Red Hat Container Catalog]
8
8
9
- * link:https://catalog.redhat.com/software/containers/ubi9/openjdk-11/61ee7bafed74b2ffb22b07ab[ubi9/openjdk-11]
10
9
* link:https://catalog.redhat.com/software/containers/ubi9/openjdk-17/61ee7c26ed74b2ffb22b07f6[ubi9/openjdk-17]
11
- * link:https://catalog.redhat.com/software/containers/ubi9/openjdk-11-runtime/61ee7d1c33f211c45407a91c[ubi9/openjdk-11-runtime]
12
10
* link:https://catalog.redhat.com/software/containers/ubi9/openjdk-17-runtime/61ee7d45384a3eb331996bee[ubi9/openjdk-17-runtime]
13
11
14
12
The UBI9-based OpenJDK images are available under the terms of the
@@ -30,24 +28,12 @@ These sources are prepared and tested for Cekit 4.1.1.
30
28
31
29
## Red Hat Universal Base Image 9 versions
32
30
33
- ### Red Hat Universal Base Image 9 with OpenJDK 11
34
-
35
- cekit --descriptor ubi9-openjdk-11.yaml build podman
36
-
37
- This will produce an image named `ubi9/openjdk-11`.
38
-
39
31
### Red Hat Universal Base Image 9 with OpenJDK 17
40
32
41
33
cekit --descriptor ubi9-openjdk-17.yaml build podman
42
34
43
35
This will produce an image named `ubi9/openjdk-17`.
44
36
45
- ### Red Hat Universal Base Image 9 with OpenJDK 11 - Runtime
46
-
47
- cekit --descriptor ubi9-openjdk-11-runtime.yaml build podman
48
-
49
- This will produce an image named `ubi9/openjdk-11-runtime`.
50
-
51
37
### Red Hat Universal Base Image 9 with OpenJDK 17 - Runtime
52
38
53
39
cekit --descriptor ubi9-openjdk-17-runtime.yaml build podman
You can’t perform that action at this time.
0 commit comments