mirror of
https://github.com/TheNetworkGuy/netbox-zabbix-sync.git
synced 2025-07-13 15:24:48 -06:00
Update Dockerfile
This commit is contained in:
parent
48a04c58e3
commit
825d788cfe
@ -1,5 +1,12 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM python:3.12-alpine
|
||||
LABEL org.opencontainers.image.source=https://github.com/TheNetworkGuy/netbox-zabbix-sync
|
||||
LABEL org.opencontainers.image.title="NetBox-Zabbix-Sync"
|
||||
LABEL org.opencontainers.image.description="Python script to synchronise NetBox devices to Zabbix."
|
||||
LABEL org.opencontainers.image.documentation=https://github.com/TheNetworkGuy/netbox-zabbix-sync/
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
||||
LABEL org.opencontainers.image.authors="Twan Kamans"
|
||||
|
||||
RUN mkdir -p /opt/netbox-zabbix
|
||||
COPY . /opt/netbox-zabbix
|
||||
WORKDIR /opt/netbox-zabbix
|
||||
|
Loading…
Reference in New Issue
Block a user