Sign inSign up
websphere-liberty logo

websphere-liberty:full-java17-openj9

Multi-platform
Web servers
Index digest

sha256:bb2c73729b495d8dd7063817352d51c9941a1a370f7e91444bb9a460b77820ad

OS/ARCH

Compressed size

502.37 MB

Last pushed

19 days by doijanky

Type

Image

Vulnerabilities

0
0
61
8
0

Manifest digest

sha256:2bd3945d4aa850ad0cf2369cebce361568c4cb9963eb738b02b7484d5330d16c

Layers (42)

oisupport/staging-arm64v8:654361f526164c8065030f75c6daa628b2d8452e8c7f89c633ef6dfc83eb6f33
0
0
61
8
0
websphere-liberty:full-java17-openj9
0
0
0
0
0

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

946 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

14.94 MB