Skip to content

Commit e04c368

Browse files
authored
Merge pull request #16 from steel-dev/nasr/add-opencontainer-labels
fix(build): add opencontainer labels
2 parents 282e412 + 2c83d9f commit e04c368

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ENV PATH="/usr/bin:/app/selenium/driver:${PATH}"
1111
ENV CHROME_BIN=/usr/bin/google-chrome-stable
1212
ENV CHROME_PATH=/usr/bin/google-chrome-stable
1313

14+
LABEL org.opencontainers.image.source="https://github.com/steel-dev/steel-browser"
15+
1416
FROM base AS build
1517

1618
RUN apt-get update -qq && \

ui/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ARG VITE_API_URL=http://localhost:3000
66
ARG VITE_WS_URL=ws://localhost:3000
77
ARG VITE_OPENAPI_URL=http://localhost:3000/documentation/json
88

9+
LABEL org.opencontainers.image.source="https://github.com/steel-dev/steel-browser"
10+
911
# Copy package.json and package-lock.json first
1012
COPY package.json package-lock.json ./
1113

0 commit comments

Comments
 (0)