Sign inSign up
websphere-liberty logo

websphere-liberty:26.0.0.6-full-java17-openj9

Multi-platform
Web servers
Index digest

sha256:ddb06112d9baaa94ecd0ff1aaf8d616520b238c54b5364958e2f0942b0239db6

OS/ARCH

Compressed size

503.11 MB

Last pushed

1 day by doijanky

Type

Image

Vulnerabilities

0
0
36
2
0

Manifest digest

sha256:39f2ffc6b574d8bc6bd2f72ff9be2847fb998fe8ce37d7a11a9b7a1e7f8db8ce

Layers (42)

websphere-liberty:6d5e85be0122d4367ec1aeb23c43d57f9b10753acd6ae9e2d7e7f20e28fcb4ad
0
0
36
2
0
websphere-liberty:26.0.0.6-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.38 MB


40

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

942 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.53 MB