web-app (latest)

Published 2024-09-07 05:54:59 +00:00 by javier

Installation

docker pull repo.rock-n-code.com/rock-n-code/web-app:latest
sha256:0a3d49be96426a05e0bb481d1adb0d6fff0219af77d12f2b79ac379ace57c141

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:2f8a54a5efd080fb81efea702b4e3e07d946eec7563fb2281bd28950c10ec462 in /
CMD ["/bin/bash"]
RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && apt-get -q dist-upgrade -y && apt-get -q install -y libjemalloc2 ca-certificates tzdata && rm -r /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd --user-group --create-home --system --skel /dev/null --home-dir /app hummingbird # buildkit
WORKDIR /app
COPY --chown=hummingbird:hummingbird /staging /app # buildkit
ENV SWIFT_BACKTRACE=enable=yes,sanitize=yes,threads=all,images=all,interactive=no,swift-backtrace=./swift-backtrace-static
USER hummingbird:hummingbird
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["./WebApp"]
CMD ["--hostname" "0.0.0.0" "--port" "8080"]

Labels

Key Value
com.docker.compose.project rockncode
com.docker.compose.service web-app
com.docker.compose.version 2.29.2
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2024-09-07 05:54:59 +00:00
0
OCI / Docker
linux/amd64
66 MiB
Versions (3) View all
latest 2024-09-07
0.0.2 2024-09-07
0.0.1 2024-08-31