sha256:74482bb3252b5e9eeb1528f31f2f5987ef8efc56ec216574cd34b31007c302a4
OS/ARCH
Compressed size
303.65 MB
Last pushed
6 months by particularbot
Type
Image
Manifest digest
sha256:04dd0b8e6c91426f65a7fe15bab4e70681c20fe6d72265954ec63b26a0e734e2
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 29.04 MB6CMD ["/bin/bash"]0 B7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B8RUN /bin/sh -c apt-get update15.93 MB9RUN /bin/sh -c groupadd 3.45 KB10ARG PATH_TO_DEB=ravendb_6.2.13-0_ubuntu.22.04_amd64.deb RAVEN_USER_ID=999 RAVEN_GROUP_ID=9990 B11RUN |3 PATH_TO_DEB=ravendb_6.2.13-0_ubuntu.22.04_amd64.deb RAVEN_USER_ID=999 RAVEN_GROUP_ID=99948.99 MB12ENV RAVEN_ARGS= RAVEN_SETTINGS= RAVEN_IN_DOCKER=true RAVEN_Setup_Mode=Initial0 B13EXPOSE map[161/tcp:{} 38888/tcp:{} 8080/tcp:{}]0 B14COPY ravendb_6.2.13-0_ubuntu.22.04_amd64.deb /opt/ravendb.deb # buildkit86.86 MB15RUN |3 PATH_TO_DEB=ravendb_6.2.13-0_ubuntu.22.04_amd64.deb RAVEN_USER_ID=999 RAVEN_GROUP_ID=999122.82 MB16COPY server-utils.sh cert-utils.sh run-raven.sh healthcheck.sh3.16 KB17COPY --chown=root:999 --chmod=660 settings.json /etc/ravendb185 B18USER ravendb:ravendb0 B19HEALTHCHECK &{["CMD-SHELL" "/usr/lib/ravendb/scripts/healthcheck.sh"] "0s" "0s"0 B20VOLUME [/var/lib/ravendb/data /etc/ravendb]0 B21WORKDIR /usr/lib/ravendb32 B22CMD ["/bin/bash" "/usr/lib/ravendb/scripts/run-raven.sh"]0 B23COPY src/ServiceControl.RavenDB/RavenLicense.json /usr/lib/ravendb/servicecontrol-license.json # buildkit609 B24COPY src/ServiceControl.RavenDB/sc-container-startup.sh /usr/lib/ravendb/scripts/ # buildkit526 B25USER root0 B26RUN /bin/sh -c chown 999:999165 B27USER ravendb0 B28ENV RAVEN_License_Eula_Accepted=true RAVEN_License_Path=/usr/lib/ravendb/servicecontrol-license.json RAVEN_Setup_Mode=None0 B29LABEL org.opencontainers.image.source=https://github.com/Particular/ServiceControl org.opencontainers.image.authors=Particular Software org.opencontainers.image.url=https://docs.particular.net/servicecontrol/0 B30CMD ["/bin/bash" "/usr/lib/ravendb/scripts/sc-container-startup.sh"]0 BCommand
ARG RELEASE