sha256:56c509df18b87b56bb19941bfd7443cc04783e12d40f8637dc07e313c7c0544d
OS/ARCH
Compressed size
510.56 MB
Last pushed
19 days by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:78b23a1fc4840c63e37dab9c32719497518e53e9dabddc49235a3bbfb310fd0a
37
ARG VERBOSE=false
0 B
38
ARG REPOSITORIES_PROPERTIES=
0 B
39
RUN |2 VERBOSE=false REPOSITORIES_PROPERTIES= /bin/sh -c set -eux; if [ ! -z "$REPOSITORIES_PROPERTIES" ]; then mkdir /opt/ibm/wlp/etc/; echo "$REPOSITORIES_PROPERTIES" > /opt/ibm/wlp/etc/repositories.properties; fi; installUtility install --acceptLicense baseBundle; if [ ! -z "$REPOSITORIES_PROPERTIES" ]; then rm /opt/ibm/wlp/etc/repositories.properties; fi; rm -rf /output/workarea /output/logs; find /opt/ibm/wlp ! -perm -g=rw -print0 | xargs -r -0 chmod g+rw; # buildkit
387.88 MB
40
COPY --chown=1001:0 server.xml /config/ # buildkit
943 B
41
RUN |2 VERBOSE=false REPOSITORIES_PROPERTIES= /bin/sh -c if [ "$OPENJ9_SCC" = "true" ]; then populate_scc.sh; fi && rm -rf /output/messaging /output/resources/security /logs/* $WLP_OUTPUT_DIR/.classCache && find /opt/ibm/wlp/output ! -perm -g=rwx -print0 | xargs -0 -r chmod g+rwx # buildkit
13.56 MB