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
Hello all,
I like your HRM application structure and documentation.
However, I was unable to try it.
It generates the following error:
"Error response from daemon: pull access denied for hrms/auth-service, repository does not exist or may require 'docker login': denied: requested access to the resource is denied."
I searched your base images on Docker Hub and could not find them, meaning that you set them to private. That explains why access was denied.
So please make your images public on Docker Hub.
Another side point, instead of asking the customers to install Maven & JDK before installing your application, please edit your first Dockerfile of hrms/auth-service to install them. You can make it as a multi-stage build, where the first stage is installing the needed dependencies.
I tried to fork and make these edits for you but couldn't because of the private images.
I'll appreciate you emailing me when you change the permissions to try your application.
My email: efoda@ieee.org
Thank you so much & Good Luck,
Engy
The text was updated successfully, but these errors were encountered:
Hello all,
I like your HRM application structure and documentation.
However, I was unable to try it.
It generates the following error:
"Error response from daemon: pull access denied for hrms/auth-service, repository does not exist or may require 'docker login': denied: requested access to the resource is denied."
I searched your base images on Docker Hub and could not find them, meaning that you set them to private. That explains why access was denied.
So please make your images public on Docker Hub.
Another side point, instead of asking the customers to install Maven & JDK before installing your application, please edit your first Dockerfile of hrms/auth-service to install them. You can make it as a multi-stage build, where the first stage is installing the needed dependencies.
I tried to fork and make these edits for you but couldn't because of the private images.
I'll appreciate you emailing me when you change the permissions to try your application.
My email: efoda@ieee.org
Thank you so much & Good Luck,
Engy
The text was updated successfully, but these errors were encountered: