network-worker (1.6.0)

Published 2025-09-16 16:15:10 +00:00 by priorityprospect

Installation

docker pull gitea.prioritynap.cloud/priorityprospect/network-worker:1.6.0
sha256:9c7efc4e374ea331f996cafd8d2984a4543fe64a3ba2e381718102178c6515a1

Image Layers

COPY /rootfs/ / # buildkit
CMD ["/bin/bash"]
ARG version=1.8.0_462.b08-1
RUN |1 version=1.8.0_462.b08-1 /bin/sh -c set -eux && export GNUPGHOME="$(mktemp -d)" && curl -fL -o corretto.key https://yum.corretto.aws/corretto.key && gpg --batch --import corretto.key && gpg --batch --export --armor '6DC3636DAE534049C8B94623A122542AB04F24E3' > corretto.key && rpm --import corretto.key && rm -r "$GNUPGHOME" corretto.key && curl -fL -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo && grep -q '^gpgcheck=1' /etc/yum.repos.d/corretto.repo && echo "priority=9" >> /etc/yum.repos.d/corretto.repo && yum install -y java-1.8.0-amazon-corretto-devel-$version && (find /usr/lib/jvm/java-1.8.0-amazon-corretto -name src.zip -delete || true) && yum install -y fontconfig && yum clean all # buildkit
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
COPY ./out/artifacts/NetworkWorker_jar/com.priorityprospect.networkworker.jar /root/NetworkWorker.jar # buildkit
RUN /bin/sh -c mkdir /etc/network-router # buildkit
COPY ./config.properties /etc/network-router/config.properties # buildkit
COPY ./entrypoint.sh /usr/local/bin/ # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
EXPOSE map[8800/tcp:{}]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
Details
Container
2025-09-16 16:15:10 +00:00
18
OCI / Docker
linux/amd64
143 MiB
Versions (1) View all
1.6.0 2025-09-16