You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Build fails with error
Pulling forms-flow-nginx (forms-flow-nginx:v1.0.0)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost.
Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling forms-flow-nginx (forms-flow-nginx:v1.0.0)...
ERROR: pull access denied for forms-flow-nginx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
To automate the creation of the nginx image, the shell script will use the Dockerfile located in the forms-flow-nginx repository to build the image with the name forms-flow-nginx:v1.0.0. The Dockerfile will also copy the corresponding SSL files into the container during the build process. However, if the SSL files are not arranged according to the documentation, the build process will fail. This was the case for you. As a result of the build failure, the docker-compose up command was unable to obtain the required docker image, and attempted to retrieve it from Docker hub. It is important to note that the forms-flow-nginx directory should contain the following folder structure:
Bug Report
Please provide information about your setup
Steps to Reproduce
Line 5 "image: forms-flow-nginx:v1.0.0"
Observed Behaviour
The Build fails with error
Pulling forms-flow-nginx (forms-flow-nginx:v1.0.0)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost.
Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling forms-flow-nginx (forms-flow-nginx:v1.0.0)...
ERROR: pull access denied for forms-flow-nginx, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
If possible provide a screenshot to demonstrate the bug.
Screenshot 2023-03-05 at 9 45 57 pm
Expected Behaviour
Deploy app on Remote Server
The text was updated successfully, but these errors were encountered: