Encounter error when trying to build the docket image for netbox 3.5.9 #1060
Unanswered
richard063
asked this question in
Getting Help
Replies: 1 comment 3 replies
-
Use the build script: https://github.com/netbox-community/netbox-docker/wiki/Build#build-the-image-from-scratch |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
May i seek your help and expertise on this topic as i'm encounter the error as below when i try to build the netbox 3.5.9 image for me to upload to my AWS ECR.
i can fire up the netbox and run locally, but when i try to build the image locally before upload to ecr, i encounter this error..
user11@user11-virtual-machine:
/netbox-docker$ sudo docker build -t netboc359 ./netbox-docker$[sudo] password for user11:
Sending build context to Docker daemon 97.79kB
Step 1/26 : ARG FROM
Step 2/26 : FROM ${FROM} as builder
base name (${FROM}) should not be blank
user11@user11-virtual-machine:
i try to google and search for this topic, i dont seems to able find anything, so, i'm pretty sure it's my problem.. but i dont know where and how to solve it, hence asking here.
Beta Was this translation helpful? Give feedback.
All reactions