We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a12e36 commit 9df99f0Copy full SHA for 9df99f0
java-base/Dockerfile
@@ -6,6 +6,8 @@
6
#
7
FROM stackable/image/vector
8
9
+RUN curl -sSL https://packages.adoptium.net/artifactory/api/gpg/key/public
10
+
11
ARG PRODUCT
12
ARG RELEASE="1"
13
@@ -30,7 +32,10 @@ gpgkey=https://packages.adoptium.net/artifactory/api/gpg/key/public
30
32
EOF
31
33
34
RUN microdnf update && \
- 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 \
39
# Needed to run Java programs
40
"temurin-${PRODUCT}-jre" \
41
# Needed, because otherwise e.g. Zookeeper fails with
0 commit comments