Namespace
netboxcommunity
Image / Tag
netbox:snapshot-2.0.0
Content Digest
sha256:cb401804c313ab582b97c1d165120b1a75487d92586371946c48a17a5aafe589
Details
Created

2022-07-21 05:55:03 UTC

Size

139 MB

Content Digest
Labels
  • netbox.build-reason
    netbox
  • netbox.git-branch
    HEAD
  • netbox.git-ref
    383918d83ba039e0e1217afa353312d972c181c3
  • netbox.git-url
    https://github.com/netbox-community/netbox.git
  • netbox.original-tag
    docker.io/netboxcommunity/netbox:snapshot-2.0.0
  • org.opencontainers.image.authors
    The netbox-docker contributors.
  • org.opencontainers.image.created
    2022-07-21T05:52+00:00
  • org.opencontainers.image.description
    A container based distribution of NetBox, the free and open IPAM and DCIM solution.
  • org.opencontainers.image.documentation
    https://github.com/netbox-community/netbox-docker/wiki
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    b45934cd9e3f5f8ee2dad181c778f2ab3712b4e9
  • org.opencontainers.image.source
    https://github.com/netbox-community/netbox-docker.git
  • org.opencontainers.image.title
    NetBox Docker
  • org.opencontainers.image.url
    https://github.com/netbox-community/netbox-docker
  • org.opencontainers.image.vendor
    The netbox-docker contributors.
  • org.opencontainers.image.version
    2.0.0

Environment
LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:461246efe0a75316d99afdbf348f7063b57b0caeee8daab775f1f08152ea36f4 - 21.47% (29.9 MB)

[#001] sha256:1e295f4c8a2dab07cea496efe22f1f24f0679aeab16b18b3a5fe805384d7f114 - 11.13% (15.5 MB)

[#002] sha256:bd8e1e16bc74f72a6821b5760a581a105b5e52a9b877e4ba32556c76aaa96a4f - 55.69% (77.6 MB)

[#003] sha256:f40a3428763e1099f2b70b27339a1db45b7a22ee7c8e78c93293573c63369d9d - 3.32% (4.63 MB)

[#004] sha256:097d60b7b547b4f0798b634a71d4e34e8ce8d1fa0bd22b6af38dd608b07e30cd - 0.0% (1.08 KB)

[#005] sha256:e61d2dabd2e0135966d5434f7910a5c9da02fe3b41a7d48577c6b77ef484cbaf - 0.0% (414 Bytes)

[#006] sha256:db94abcfe54905a9a246aa26cf6ae24295ba61de022fc1bdca47aa379a1ee1b6 - 0.0% (1.47 KB)

[#007] sha256:6b6bcf9c0f7fc7880921e6af2ca8cdb9aa5bf2ae5af12b9a64bdb762cb6fae4f - 0.0% (316 Bytes)

[#008] sha256:5e8ca23e82ea243f65f7d8ca9407d9a88f8dadea6e27b7623c00e6afcf0a70c8 - 0.0% (874 Bytes)

[#009] sha256:cc8000fbe0d65db2b50419235e3d12308ddf189fe5fce1590f6aa16bfe754ed3 - 0.01% (11.5 KB)

[#010] sha256:e26c5d3157141eaf9c4de81242cd09fc89f1e8e2e46eea3010b0cda26f87b66e - 0.0% (6.04 KB)

[#011] sha256:cd37b1b7ec965c4396191a49fc5629ee0626251ff8f926512cc8b646ba1633ab - 0.01% (7.6 KB)

[#012] sha256:22686fc7409b7a48b853bbfa191c02dbd9dbb403f4303e3766aef677f9f962a7 - 0.0% (413 Bytes)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#014] sha256:62124f36968a0cd493d753c562f79f419f071b7877a240da93893f683a9d3cb9 - 8.37% (11.7 MB)


History
2022-07-12 01:20:10 UTC

/bin/sh -c #(nop) ADD file:d978f6d3025a06f5142a0c13c98bf12fbd47cdf9162ed31fbc05c86983b0a679 in /

2022-07-12 01:20:10 UTC

/bin/sh -c #(nop) CMD ["bash"]

2022-07-21 05:53:17 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive && apt-get update -qq && apt-get upgrade --yes -qq --no-install-recommends && apt-get install --yes -qq --no-install-recommends ca-certificates curl libpq5 openssl python3 python3-distutils tini && curl -sL https://nginx.org/keys/nginx_signing.key > /etc/apt/trusted.gpg.d/nginx.asc && echo "deb https://packages.nginx.org/unit/debian/ bullseye unit" > /etc/apt/sources.list.d/unit.list && apt-get update -qq && apt-get install --yes -qq --no-install-recommends unit=1.27.0-1~bullseye unit-python3.9=1.27.0-1~bullseye && rm -rf /var/lib/apt/lists/* # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY /opt/netbox/venv /opt/netbox/venv # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY docker/configuration.docker.py /opt/netbox/netbox/netbox/configuration.py # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY docker/ldap_config.docker.py /opt/netbox/netbox/netbox/ldap_config.py # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY docker/docker-entrypoint.sh /opt/netbox/docker-entrypoint.sh # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY docker/housekeeping.sh /opt/netbox/housekeeping.sh # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY docker/launch-netbox.sh /opt/netbox/launch-netbox.sh # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY startup_scripts/ /opt/netbox/startup_scripts/ # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY initializers/ /opt/netbox/initializers/ # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY configuration/ /etc/netbox/config/ # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

COPY docker/nginx-unit.json /etc/unit/ # buildkit

2022-07-21 05:54:45 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

2022-07-21 05:55:03 UTC (buildkit.dockerfile.v0)

RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir -p static /opt/unit/state/ /opt/unit/tmp/ && chown -R unit:root media /opt/unit/ && chmod -R g+w media /opt/unit/ && cd /opt/netbox/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python -m mkdocs build --config-file /opt/netbox/mkdocs.yml --site-dir /opt/netbox/netbox/project-static/docs/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit

2022-07-21 05:55:03 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2022-07-21 05:55:03 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/tini" "--"]

2022-07-21 05:55:03 UTC (buildkit.dockerfile.v0)

CMD ["/opt/netbox/docker-entrypoint.sh" "/opt/netbox/launch-netbox.sh"]

2022-07-21 05:55:03 UTC (buildkit.dockerfile.v0)

LABEL netbox.original-tag= netbox.git-branch= netbox.git-ref= netbox.git-url= org.opencontainers.image.created= org.opencontainers.image.title=NetBox Docker org.opencontainers.image.description=A container based distribution of NetBox, the free and open IPAM and DCIM solution. org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.authors=The netbox-docker contributors. org.opencontainers.image.vendor=The netbox-docker contributors. org.opencontainers.image.url=https://github.com/netbox-community/netbox-docker org.opencontainers.image.documentation=https://github.com/netbox-community/netbox-docker/wiki org.opencontainers.image.source=https://github.com/netbox-community/netbox-docker.git org.opencontainers.image.revision= org.opencontainers.image.version=

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete