piped (main)

Published 2025-03-13 18:50:51 +03:00 by nm17 in nm17/docker-openj9-piped

Installation

docker pull git.dc09.ru/nm17/piped:main
sha256:2cab206bafef7aa82441ec26ab4c77573502ce954d02685acce8a03906199614

About this package

Custom builds of OpenJ9 and Piped in Docker

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.10
ADD file:08360137caccff53ccad4b814b2e19f27aa9fe2a71175550a7f6b13fe243924d in /
CMD ["/bin/bash"]
COPY /build/dist/jre /usr/lib/jvm/openj9-jre # buildkit
ENV JAVA_HOME=/usr/lib/jvm/openj9-jre
ENV PATH=/usr/lib/jvm/openj9-jre/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /bin/sh -c java --version # buildkit
WORKDIR /app
COPY /app/build/libs/piped-1.0-all.jar /app/piped.jar # buildkit
COPY /app/VERSION /app/VERSION # buildkit
COPY ./piped.sh ./ # buildkit
CMD ["/app/piped.sh"]

Labels

Key Value
com.docker.compose.project docker-openj9-piped
com.docker.compose.service openj9-run
com.docker.compose.version 2.29.1
org.opencontainers.image.created 2025-03-13T15:50:48.208Z
org.opencontainers.image.description Custom builds of OpenJ9 and Piped in Docker
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 701c628244b9c957d3f0d158004195910426f33d
org.opencontainers.image.source https://git.dc09.ru/nm17/docker-openj9-piped
org.opencontainers.image.title docker-openj9-piped
org.opencontainers.image.url https://git.dc09.ru/nm17/docker-openj9-piped
org.opencontainers.image.version main
Details
Container
2025-03-13 18:50:51 +03:00
52
OCI / Docker
linux/amd64
141 MiB
Versions (2) View all
main 2025-03-13
dev-nm17 2025-03-12