diff --git a/images/docker-netbox/index.html b/images/docker-netbox/index.html index 44396f55b2..73eaff8c9c 100644 --- a/images/docker-netbox/index.html +++ b/images/docker-netbox/index.html @@ -1,4 +1,4 @@ - netbox - LinuxServer.io
Skip to content

linuxserver/netbox

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Netbox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.

netbox

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/netbox:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Netbox requires a postgres database and a redis instance.

Access the WebUI at :8000. For more information, check out NetBox.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ netbox - LinuxServer.io       

linuxserver/netbox

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Netbox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.

netbox

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/netbox:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Netbox requires a postgres database and a redis instance.

Access the WebUI at :8000. For more information, check out NetBox.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 version: "2.1"
 services:
   netbox:
@@ -89,4 +89,4 @@
   --pull \
   -t lscr.io/linuxserver/netbox:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 14.05.23: - Build local docs on first run.
  • 05.03.23: - Rebase to Alpine 3.17.
  • 02.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 01.08.22: - Remove py3-pillow, add tiff to fix deps.
  • 26.07.22: - Add py3-pillow package back on arm to fix build issue.
  • 10.12.21: - Remove py3-pillow package to fix dependency issue with 3.2.0.
  • 10.12.21: - Rebase to Alpine 3.15.
  • 26.04.21: - Added Redis database environment variables.
  • 03.02.21: - Added remote authentication environment variables.
  • 02.01.21: - Added BASE_PATH environment variable.
  • 23.08.20: - Initial Release.

Last update: October 12, 2023
Created: February 6, 2019
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 14.05.23: - Build local docs on first run.
  • 05.03.23: - Rebase to Alpine 3.17.
  • 02.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
  • 01.08.22: - Remove py3-pillow, add tiff to fix deps.
  • 26.07.22: - Add py3-pillow package back on arm to fix build issue.
  • 10.12.21: - Remove py3-pillow package to fix dependency issue with 3.2.0.
  • 10.12.21: - Rebase to Alpine 3.15.
  • 26.04.21: - Added Redis database environment variables.
  • 03.02.21: - Added remote authentication environment variables.
  • 02.01.21: - Added BASE_PATH environment variable.
  • 23.08.20: - Initial Release.

Last update: November 16, 2023
Created: February 6, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 183f8479ee..1fa43cd3f2 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ