Skip to content

Commit 391b942

Browse files
committed
chore: add LABEL to specify repo in Dockerfiles
1 parent 352f99f commit 391b942

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Diff for: deploy/cli/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-slim
22

3+
LABEL org.opencontainers.image.source https://github.com/project-codeflare/codeflare-cli
4+
35
ENV DEBIAN_FRONTEND=noninteractive
46
ENV KUI_HEADLESS=true
57
ENV KUI_HEADLESS_WEBPACK=true

Diff for: deploy/log-aggregator/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-slim
22

3+
LABEL org.opencontainers.image.source https://github.com/project-codeflare/codeflare-cli
4+
35
ENV DEBIAN_FRONTEND=noninteractive
46
ENV KUI_HEADLESS=true
57
ENV KUI_HEADLESS_WEBPACK=true

Diff for: deploy/self-test/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:lts-bullseye-slim
22

3+
LABEL org.opencontainers.image.source https://github.com/project-codeflare/codeflare-cli
4+
35
ENV DEBIAN_FRONTEND=noninteractive
46

57
ENV GITHUB=github.com

0 commit comments

Comments
 (0)