Skip to content

Commit e702815

Browse files
committed
Addressing review feedback
1 parent ab4c425 commit e702815

File tree

4 files changed

+11
-14
lines changed

4 files changed

+11
-14
lines changed

templates/jlink/jlink-builder/build-imagestreams.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,10 @@ oc create imagestream ubi9-openjdk-$VERSION-jlink
66

77
# Assuming the buildconfig exists, we can now create the buildconfig
88
oc create -f jdk-$VERSION-buildconfig.yaml
9-
oc start-build jlink-builder-jdk-$VERSION
9+
oc start-build jlink-builder-jdk-$VERSION
10+
11+
#
12+
# type: Git
13+
# git:
14+
# uri: https://github.com/jmtd/quarkus-quickstarts.git
15+
# contextDir: getting-started

templates/jlink/jlink-builder/jdk-11-buildconfig.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ metadata:
66
app: jlink-builder-jdk-11
77
spec:
88
source:
9-
type: Git
10-
git:
11-
uri: https://github.com/jmtd/quarkus-quickstarts.git
12-
contextDir: getting-started
139
dockerfile: |
14-
FROM registry.access.redhat.com/ubi9/openjdk-11 AS ubi9-openjdk-11-jmods
10+
FROM -
1511
USER 0
1612
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-11-openjdk-jmods
13+
USER 185
1714
strategy:
1815
type: Docker
1916
output:

templates/jlink/jlink-builder/jdk-17-buildconfig.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ metadata:
66
app: jlink-builder-jdk-17
77
spec:
88
source:
9-
type: Git
10-
git:
11-
uri: https://github.com/jmtd/quarkus-quickstarts.git
12-
contextDir: getting-started
139
dockerfile: |
1410
FROM registry.access.redhat.com/ubi9/openjdk-17 AS ubi9-openjdk-17-jmods
1511
USER 0
1612
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-17-openjdk-jmods
13+
USER 185
1714
strategy:
1815
type: Docker
1916
output:

templates/jlink/jlink-builder/jdk-21-buildconfig.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ metadata:
66
app: jlink-builder-jdk-21
77
spec:
88
source:
9-
type: Git
10-
git:
11-
uri: https://github.com/jmtd/quarkus-quickstarts.git
12-
contextDir: getting-started
139
dockerfile: |
1410
FROM registry.access.redhat.com/ubi9/openjdk-21 AS ubi9-openjdk-21-jmods
1511
USER 0
1612
RUN microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-21-openjdk-jmods
13+
USER 185
1714
strategy:
1815
type: Docker
1916
output:

0 commit comments

Comments
 (0)