opendevstack / ods-core

The core of OpenDevStack - infrastructure setup based on Atlassian tools, Jenkins, Nexus, SonarQube and shared images
Apache License 2.0
47 stars 34 forks source link

add dockerhub metadata - Source Repository #963

Open tbugfinder opened 3 years ago

tbugfinder commented 3 years ago

https://github.com/opendevstack/ods-core/blob/1b4019512d6071c15d98e79057f1c9f0f99d5f1c/.github/workflows/push-docker-image.sh#L4

Please add ods-core repo to the dockerhub metadata so that a user can easily find the image source Dockerfiles.

clemensutschig commented 3 years ago

@tbugfinder - want to create a PR :)?

tbugfinder commented 3 years ago

Basically there are about two options available:

Both cannot update the description within CI due to limits in docker hub API if 2FA is in place - is 2FA configured for docker hub credentials?

Ref: https://github.com/docker/roadmap/issues/115