sha256:062074e6137096d749cd30b800f9c43623a6306bc352fcd4870684fd2914415b
OS/ARCH
Compressed size
280.95 MB
Last pushed
6 months by particularbot
Type
Image
Manifest digest
sha256:3517c486c9575132312d3773dec1a9982fab9c8b8040263b1930f283531fa720
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 / 27.11 MB6CMD ["/bin/bash"]0 B7ENV APP_UID=1654 ASPNETCORE_HTTP_PORTS=8080 DOTNET_RUNNING_IN_CONTAINER=true0 B8RUN /bin/sh -c apt-get update15.86 MB9RUN /bin/sh -c groupadd 3.46 KB10ARG PATH_TO_DEB=ravendb_6.2.13-0_ubuntu.22.04_arm64.deb RAVEN_USER_ID=999 RAVEN_GROUP_ID=9990 B11RUN |3 PATH_TO_DEB=ravendb_6.2.13-0_ubuntu.22.04_arm64.deb RAVEN_USER_ID=999 RAVEN_GROUP_ID=99947.37 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_arm64.deb /opt/ravendb.deb # buildkit78.94 MB15RUN |3 PATH_TO_DEB=ravendb_6.2.13-0_ubuntu.22.04_arm64.deb RAVEN_USER_ID=999 RAVEN_GROUP_ID=999111.66 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 # buildkit589 B24COPY src/ServiceControl.RavenDB/sc-container-startup.sh /usr/lib/ravendb/scripts/ # buildkit525 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