Skip to content

Commit

Permalink
feature: docker: add image source label to dockerfiles (#419)
Browse files Browse the repository at this point in the history
To get changelogs shown with Renovate a docker container has to add the source label described in the OCI Image Format Specification.

For reference: https://github.com/renovatebot/renovate/blob/main/lib/modules/datasource/docker/readme.md
  • Loading branch information
wuast94 authored Oct 27, 2024
1 parent 5562b47 commit 0446a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM node:lts-bookworm
LABEL maintainer="Coderaiser"
LABEL org.opencontainers.image.source="https://github.com/coderaiser/cloudcmd"

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down

0 comments on commit 0446a74

Please sign in to comment.