Skip to content
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 opencontainers labels to the renovate/renovate docker image #3752

Closed
mikebryant opened this issue May 18, 2019 · 1 comment · Fixed by #3753
Closed

Add opencontainers labels to the renovate/renovate docker image #3752

mikebryant opened this issue May 18, 2019 · 1 comment · Fixed by #3753

Comments

@mikebryant
Copy link
Contributor

What would you like Renovate to be able to do?
We're building our own docker image of renovate to add configuration / internal certificate authorities etc.

We want to use renovate to automaticlly update the base image. #2907 allows renovate to find the source from a docker image if labels are supplied.

Describe the solution you'd like
Add the org.opencontainers.image.source label (and optionally the other ones that are part of the standard) to the renovate/renovate docker image on dockerhub.

Currently the labels are:

$ docker inspect renovate/renovate:17.7.9 | grep -i labels -A 3
            "Labels": {
                "maintainer": "Rhys Arkins <rhys@arkins.net>",
                "name": "renovate"
            }

Describe alternatives you've considered
Haven't considered alternatives

mikebryant added a commit to mikebryant/renovate that referenced this issue May 18, 2019
mikebryant added a commit to mikebryant/renovate that referenced this issue May 18, 2019
@renovate-bot
Copy link
Collaborator

🎉 This issue has been resolved in version 17.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants