Skip to content

Commit 9df99f0

Browse files
committed
debug
1 parent 9a12e36 commit 9df99f0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

java-base/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
FROM stackable/image/vector
88

9+
RUN curl -sSL https://packages.adoptium.net/artifactory/api/gpg/key/public
10+
911
ARG PRODUCT
1012
ARG RELEASE="1"
1113

@@ -30,7 +32,10 @@ gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public
3032
EOF
3133

3234
RUN microdnf update && \
33-
microdnf install \
35+
ls -al /var/cache/yum/metadata/ && \
36+
ls -al /var/cache/yum/metadata/Adoptium-9-aarch64 && \
37+
cat /var/cache/yum/metadata/Adoptium-9-aarch64/public
38+
RUN microdnf install \
3439
# Needed to run Java programs
3540
"temurin-${PRODUCT}-jre" \
3641
# Needed, because otherwise e.g. Zookeeper fails with

0 commit comments

Comments
 (0)