Namespace
netboxcommunity
Image / Tag
netbox:v2.10.4
Content Digest
sha256:ded3962eb5262c00b8ae880d80eb1fc4c43f508653ac9650411b37284bee8cdd
Details
Created

2021-02-18 05:59:40 UTC

Size

118 MB

Content Digest
Labels
  • BUILD_REASON
    alpine
  • NETBOX_GIT_BRANCH
    HEAD
  • NETBOX_GIT_REF
    856d2e317605011e16a17bd87062721737ce3474
  • NETBOX_GIT_URL
    https://github.com/netbox-community/netbox.git
  • ORIGINAL_TAG
    docker.io/netboxcommunity/netbox:v2.10.4
  • org.label-schema.build-date
    2021-02-18T05:48+00:00
  • org.label-schema.description
    A container based distribution of NetBox, the free and open IPAM and DCIM solution.
  • org.label-schema.name
    NetBox Docker
  • org.label-schema.schema-version
    1.0
  • org.label-schema.url
    https://github.com/netbox-community/netbox-docker
  • org.label-schema.usage
    https://github.com/netbox-community/netbox-docker/wiki
  • org.label-schema.vcs-ref
    c80fb19507679938528817ab8a9b03514bd1e8be
  • org.label-schema.vcs-url
    https://github.com/netbox-community/netbox-docker.git
  • org.label-schema.vendor
    The netbox-docker contributors.
  • org.label-schema.version
    1.0.2
  • org.opencontainers.image.authors
    The netbox-docker contributors.
  • org.opencontainers.image.created
    2021-02-18T05:48+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
    c80fb19507679938528817ab8a9b03514bd1e8be
  • 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
    1.0.2

Environment
PATH

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


Layers

[#000] sha256:ba3557a56b150f9b813f9d02274d62914fd8fce120dd374d9ee17b87cf1d277d - 2.27% (2.68 MB)

[#001] sha256:e1eebcbdb95e92192e904bad089862bd2a759803bfd405f00cfe59d170dc0a7b - 30.19% (35.7 MB)

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

[#003] sha256:aceb25ec9a2b062b8589663c26afef822a2dfa92bb5cbbd893156870daf1ebbd - 55.38% (65.5 MB)

[#004] sha256:0a8431c6ca69ab16e779931ffaf8928046889fcafb51727f9a1e9c8771221324 - 5.7% (6.74 MB)

[#005] sha256:32cc7d81dccf8ed487f6cced2baf1592d982f5cb8a3ad3b11ce5d62e2cf282cb - 0.0% (1.06 KB)

[#006] sha256:30841517257417093c5286563390df354b88d298cec6488dcb11bf8f26707355 - 0.0% (1.15 KB)

[#007] sha256:3b141390e6e5fa14003771a59809de07b5bbe69e8f8bc4cab90a2481e524204b - 0.0% (859 Bytes)

[#008] sha256:278f3ec2f57f9e24df358056ce5e95ce41207b6793bca73b5f92a94f8ff50e3e - 0.01% (7.01 KB)

[#009] sha256:131c24d62a5565b611ce7fec6ede5bd4d03bc628c2471258f55b001e41c28172 - 0.0% (4.53 KB)

[#010] sha256:039f7adf6b3b93bae7cd56b225092b6ec80da42a33dee75b83b2f2cb568920df - 0.01% (6.45 KB)

[#011] sha256:50baf8ef150dfaeb1a9a5ed79abe7c28b00872310010f2787c47400a91c272e9 - 0.0% (404 Bytes)

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

[#013] sha256:66184a6537bdca333f02c949650b36d01900f611ec89ed5f2bfa204f9013781c - 6.44% (7.62 MB)


History
2021-02-17 21:19:54 UTC

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

2021-02-17 21:19:54 UTC

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

2021-02-18 05:48:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apk add --no-cache bash ca-certificates curl graphviz libevent libffi libjpeg-turbo libressl libxslt postgresql-libs python3 py3-pip ttf-ubuntu-font-family unit unit-python3 # buildkit

2021-02-18 05:48:48 UTC (buildkit.dockerfile.v0)

WORKDIR /opt

2021-02-18 05:59:36 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

ARG NETBOX_PATH

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

COPY .netbox /opt/netbox # buildkit

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:37 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/netbox/netbox

2021-02-18 05:59:40 UTC (buildkit.dockerfile.v0)

RUN |1 NETBOX_PATH=.netbox /bin/sh -c mkdir -p static /opt/unit/state/ /opt/unit/tmp/ && chmod -R g+w media /opt/unit/ && SECRET_KEY="dummy" /opt/netbox/venv/bin/python /opt/netbox/netbox/manage.py collectstatic --no-input # buildkit

2021-02-18 05:59:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/opt/netbox/docker-entrypoint.sh"]

2021-02-18 05:59:40 UTC (buildkit.dockerfile.v0)

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

2021-02-18 05:59:40 UTC (buildkit.dockerfile.v0)

LABEL ORIGINAL_TAG= NETBOX_GIT_BRANCH= NETBOX_GIT_REF= NETBOX_GIT_URL= org.label-schema.schema-version=1.0 org.label-schema.build-date= org.label-schema.name=NetBox Docker org.label-schema.description=A container based distribution of NetBox, the free and open IPAM and DCIM solution. org.label-schema.vendor=The netbox-docker contributors. org.label-schema.url=https://github.com/netbox-community/netbox-docker org.label-schema.usage=https://github.com/netbox-community/netbox-docker/wiki org.label-schema.vcs-url=https://github.com/netbox-community/netbox-docker.git org.label-schema.vcs-ref= org.label-schema.version=snapshot 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=snapshot

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