Sign inSign up
websphere-liberty logo

websphere-liberty:26.0.0.6-full-java11-openj9

Multi-platform
Web servers
Index digest

sha256:bdec7a7d7eb1de9ac59700438603eb458730d77575a9c95c906fb67898c9cb0b

OS/ARCH

Compressed size

505.59 MB

Last pushed

4 days by doijanky

Type

Image

Vulnerabilities

0
0
36
2
0

Manifest digest

sha256:5152d29cfb27c61c4bb058d148f85f8fed9b3c9eafbd6ecd6e42a07098fa0013

Layers (42)

oisupport/staging-s390x:e3f1124b95f6f337bd9f271b9de0021fd5cbb9698b5f08beb534589991669a1d
0
0
36
2
0
websphere-liberty:26.0.0.6-full-java11-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.38 MB


40

COPY --chown=1001:0 server.xml /config/ # buildkit

939 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

15.6 MB