-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for upload application docker image to dockerhub #18
Comments
Just some further info, this would involve:
|
Further breaking down the first point made by Pallasite:
|
@shukra-in-spirit I think it would also be a good idea to include support for multiple platforms here using Now, for the purpose of uploading image to Dockerhub ... it would be great if you can create an org account and have the settings to login protected by Till now, I've tested whether the base docker workflow works here with the current Dockerfile we have. |
For the container scanning part, this would roughly be the steps -
ex:
|
I had created a docker organisation for us a while back. I will need to find out where it is. Will share. |
It is good to have a workflow which publishes our application bundles into a docker image in dockerhub. On every successful release we can have the image pushed to public repository.
Refs:
The text was updated successfully, but these errors were encountered: