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

Docker container image labels #778

Closed
na4ma4 opened this issue May 31, 2023 · 1 comment · Fixed by #866
Closed

Docker container image labels #778

na4ma4 opened this issue May 31, 2023 · 1 comment · Fixed by #866
Assignees
Milestone

Comments

@na4ma4
Copy link

na4ma4 commented May 31, 2023

Dependabot can follow docker dependencies if the images have the org.opencontainers.image.source label.

But it may be worth adding additional labels just for completeness, the docker/metadata-action can generate most of them automatically.

Example container image with labels:

$ docker inspect --format='{{json .Config.Labels}}' mariadb:10.4 | jq .
{
  "org.opencontainers.image.authors": "MariaDB Community",
  "org.opencontainers.image.base.name": "docker.io/library/ubuntu:focal",
  "org.opencontainers.image.description": "MariaDB Database for relational SQL",
  "org.opencontainers.image.documentation": "https://hub.docker.com/_/mariadb/",
  "org.opencontainers.image.licenses": "GPL-2.0",
  "org.opencontainers.image.ref.name": "ubuntu",
  "org.opencontainers.image.source": "https://github.com/MariaDB/mariadb-docker",
  "org.opencontainers.image.title": "MariaDB Database",
  "org.opencontainers.image.url": "https://github.com/MariaDB/mariadb-docker",
  "org.opencontainers.image.vendor": "MariaDB Community",
  "org.opencontainers.image.version": "10.4.29"
}
@davidcoutadeur
Copy link

Should be ok with #866

coudot added a commit that referenced this issue Mar 14, 2024
…abels

add docker image labels (#778) + update base image to php:8.2 + smarty to v4.4.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants