🐳 Allow variants from other source images
This commit is contained in:
parent
30a37511e2
commit
e3120a715e
2 changed files with 13 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
ARG DOCKER_ORG=ninech
|
||||
ARG DOCKER_REPO=netbox
|
||||
ARG FROM_TAG=latest
|
||||
FROM ninech/netbox:$FROM_TAG
|
||||
FROM $DOCKER_ORG/$DOCKER_REPO:$FROM_TAG
|
||||
|
||||
RUN pip install django_auth_ldap
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue