Merge pull request #1105 from mbrevda/docker-lables

Add source label to container
This commit is contained in:
Jan Prochazka
2025-05-14 13:31:55 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
FROM node:22
LABEL org.opencontainers.image.source="https://github.com/dbgate/dbgate"
RUN apt-get update && apt-get install -y \
iputils-ping \
iproute2 \

View File

@@ -1,5 +1,7 @@
FROM node:18-alpine
LABEL org.opencontainers.image.source="https://github.com/dbgate/dbgate"
WORKDIR /home/dbgate-docker
RUN apk --no-cache upgrade \