mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature: docker: add image source label to dockerfiles (#419)
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
This commit is contained in:
parent
5562b47d84
commit
0446a74d28
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue