mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 20:16:00 +00:00
Add source label to container
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM node:22
|
FROM node:22
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/dbgate/dbgate"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
FROM node:18-alpine
|
FROM node:18-alpine
|
||||||
|
|
||||||
|
LABEL org.opencontainers.image.source="https://github.com/dbgate/dbgate"
|
||||||
|
|
||||||
WORKDIR /home/dbgate-docker
|
WORKDIR /home/dbgate-docker
|
||||||
|
|
||||||
RUN apk --no-cache upgrade \
|
RUN apk --no-cache upgrade \
|
||||||
|
|||||||
Reference in New Issue
Block a user