broker (sha256:0a81c9d8792666a7f35e4444dd91b55641c4590d0fdbded3ebca438dabce59bd)
Published 2024-10-18 08:18:03 +00:00 by kevin
Installation
docker pull gitea.basebox.health/basebox-distribution/broker@sha256:0a81c9d8792666a7f35e4444dd91b55641c4590d0fdbded3ebca438dabce59bd
sha256:0a81c9d8792666a7f35e4444dd91b55641c4590d0fdbded3ebca438dabce59bd
Image Layers
ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in / |
CMD ["bash"] |
ARG CONFIG-FILE |
RUN |1 CONFIG-FILE= /bin/sh -c apt update && apt upgrade -y # buildkit |
RUN |1 CONFIG-FILE= /bin/sh -c apt install -y openssl ca-certificates # buildkit |
WORKDIR /usr/local/basebox |
COPY /basebox/broker/target/basebox/broker . # buildkit |
ENTRYPOINT ["./broker"] |