Sign inSign up
websphere-liberty logo

websphere-liberty:25.0.0.12-full-java11-openj9

Multi-platform
Web servers
Index digest

sha256:ed24b7cf044a9a430c2a9bb97c9c634b330194f522c017caa4f8da5589b07c2f

OS/ARCH

Compressed size

487.4 MB

Last pushed

1 day by doijanky

Type

Image

Vulnerabilities

0
0
39
7
0

Manifest digest

sha256:df977c2e5e2180ef01038822197f99efd26fa1d2f12d4b7a50c0bcdac634eb3c

Layers (42)

websphere-liberty:8dca409afdb94a7e23b6fa2598ad9f5da6b89a8bb38d421cae6803c9323249fc
0
0
39
7
0
websphere-liberty:25.0.0.12-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

367.21 MB


40

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

944 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.63 MB