Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker.image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
# See https://github.com/netbox-community/netbox-docker/blob/0c99ff8b5663db3e0db5a45660cebda9f917508b/.github/workflows/release.yml#L47
- name: Download netbox-docker test scripts
run: |
git clone --branch 3.4.2 --depth 1 https://github.com/netbox-community/netbox-docker.git /tmp/netbox-docker
git clone https://github.com/netbox-community/netbox-docker.git /tmp/netbox-docker
- name: Test the Docker image for static files
run: |
CONTAINER_OUTPUT="$(docker run --rm -t localhost:5000/foobar/${{ env.IMAGE_NAME }} ls -1 /opt/netbox/netbox/static/netbox_floorplan/ | wc -l)"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# checkov:skip=CKV_DOCKER_3: we don't want to drift away from upstream. so we keep it as it is
# checkov:skip=CKV_DOCKER_7: yes, latest is okay here
# hadolint ignore=DL3007
FROM netboxcommunity/netbox:v4.4.10@sha256:14c2de3f179d8ed5b5722a76b6d7389c8c95bb8be46c600f3d7fe1f7698b4574
FROM netboxcommunity/netbox:v4.5.2@sha256:0cbb174a14ad1a7575d80747564cccb5f3180d9788bde5130ec83cb34bff39ab

COPY ./plugin_requirements.txt /opt/netbox/

Expand Down
6 changes: 3 additions & 3 deletions plugin_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
django-auth-ldap==5.3.0
netbox-qrcode==0.0.19
netbox-qrcode==0.0.20
netbox-topology-views==4.4.0
netbox-inventory==2.4.1
netbox-floorplan-plugin==0.8.0
netbox-floorplan-plugin==0.9.0
netbox-documents==0.7.4
netbox-lifecycle==1.1.6
netbox-lifecycle==1.1.7
netbox-otp-plugin==1.3.4
netbox-change2log @ git+https://github.com/tmtde/netbox-change2log.git@f2f2c1a