Azure Web App Docker Container Deployment #1293
Replies: 1 comment
-
I now choose to use the docker-compose.yml file and just specified the tag in the image value. It downloads the image, but fails with another error now. 2024-08-30T12:14:19.471Z INFO - Starting multi-container app.. |
Beta Was this translation helpful? Give feedback.
-
Hi Guys,
Do anyone have any guidance on how to deploy Netbox in Azure as a Web App Container?
I tried a few manual clicked up web apps with the docker-compose feature and referring to the override compose file, but no luck so far.
I get this in return
Logs:
2024_08_30_ln0xsdlwk0000F2_docker.log:
2024-08-30T11:53:56.195Z INFO - Starting multi-container app..
2024-08-30T11:53:56.354Z INFO - Pulling image: ${IMAGE-netboxcommunity/netbox:latest}
2024-08-30T11:53:56.355Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format: repository name must be lowercase"}
2024-08-30T11:53:56.356Z ERROR - Pull image threw Exception: Input string was not in a correct format.
2024-08-30T11:53:56.357Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format: repository name must be lowercase"}
2024-08-30T11:53:56.357Z WARN - Image pull failed. Defaulting to local copy if present.
2024-08-30T11:53:56.359Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository)
2024-08-30T11:53:56.359Z ERROR - multi-container unit was not started successfully
2024-08-30T11:53:56.375Z INFO - Container logs from netboxwebapp_netbox_0_5afcd81e =
2024-08-30T11:53:56.469Z INFO - Stopping site netboxwebapp because it failed during startup.
2024-08-30T11:54:02.155Z INFO - Starting multi-container app..
2024-08-30T11:54:02.245Z INFO - Pulling image: ${IMAGE-netboxcommunity/netbox:latest}
2024-08-30T11:54:02.248Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format: repository name must be lowercase"}
2024-08-30T11:54:02.249Z ERROR - Pull image threw Exception: Input string was not in a correct format.
2024-08-30T11:54:02.251Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format: repository name must be lowercase"}
2024-08-30T11:54:02.252Z WARN - Image pull failed. Defaulting to local copy if present.
2024-08-30T11:54:02.254Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository)
2024-08-30T11:54:02.255Z ERROR - multi-container unit was not started successfully
2024-08-30T11:54:02.257Z INFO - Container logs from netboxwebapp_netbox_0_406845b5 =
2024-08-30T11:54:02.349Z INFO - Stopping site netboxwebapp because it failed during startup.
2024-08-30T11:54:12.271Z INFO - Starting multi-container app..
2024-08-30T11:54:12.361Z INFO - Pulling image: ${IMAGE-netboxcommunity/netbox:latest}
2024-08-30T11:54:12.363Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format: repository name must be lowercase"}
2024-08-30T11:54:12.364Z ERROR - Pull image threw Exception: Input string was not in a correct format.
2024-08-30T11:54:12.367Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format: repository name must be lowercase"}
2024-08-30T11:54:12.367Z WARN - Image pull failed. Defaulting to local copy if present.
2024-08-30T11:54:12.370Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository)
2024-08-30T11:54:12.372Z ERROR - multi-container unit was not started successfully
2024-08-30T11:54:12.374Z INFO - Container logs from netboxwebapp_netbox_0_39ebb062 =
2024-08-30T11:54:12.455Z INFO - Stopping site netboxwebapp because it failed during startup.
2024-08-30T11:54:22.600Z INFO - Starting multi-container app..
2024-08-30T11:54:22.693Z INFO - Pulling image: ${IMAGE-netboxcommunity/netbox:latest}
2024-08-30T11:54:22.695Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format: repository name must be lowercase"}
2024-08-30T11:54:22.696Z ERROR - Pull image threw Exception: Input string was not in a correct format.
2024-08-30T11:54:22.699Z ERROR - DockerApiException: Docker API responded with status code=BadRequest, response={"message":"invalid reference format: repository name must be lowercase"}
2024-08-30T11:54:22.699Z WARN - Image pull failed. Defaulting to local copy if present.
2024-08-30T11:54:22.702Z ERROR - Image pull failed: Verify docker image configuration and credentials (if using private repository)
2024-08-30T11:54:22.704Z ERROR - multi-container unit was not started successfully
2024-08-30T11:54:22.704Z INFO - Container logs from netboxwebapp_netbox_0_306a9ebc =
2024-08-30T11:54:22.789Z INFO - Stopping site netboxwebapp because it failed during startup
Beta Was this translation helpful? Give feedback.
All reactions