Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# re-resolves peers strictly and fails with ERESOLVE (the host E2E job
# works only because it runs inside web/ where .npmrc is present).
COPY web/package*.json web/.npmrc ./
RUN npm ci

Check warning on line 22 in Dockerfile

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" allows lifecycle scripts to run during package installation.

See more on https://sonarcloud.io/project/issues?id=lost-coder_panvex&issues=AZ-Eh4_blcpkn0wtx92V&open=AZ-Eh4_blcpkn0wtx92V&pullRequest=191

COPY web ./
COPY cmd/control-plane /src/cmd/control-plane
Expand Down Expand Up @@ -135,7 +135,7 @@

ENTRYPOINT ["./panvex-control-plane"]

FROM nginx:1.31-alpine@sha256:54f2a904c251d5a34adf545a72d32515a15e08418dae0266e23be2e18c66fefa AS web
FROM nginx:1.31-alpine@sha256:4a73073bd557c65b759505da037898b61f1be6cbcc3c2c3aeac22d2a470c1752 AS web

# BP-Medium: switch the nginx stage from the default root-PID-1 entrypoint
# to running as the built-in unprivileged `nginx` user (UID 101). The
Expand Down
Loading