Skip to content

Commit

Permalink
Dockerfile: log chromium version to /etc/chromium-version after install
Browse files Browse the repository at this point in the history
Dirty workaround until we have reproducible builds with
#5
  • Loading branch information
nadiamoe committed Sep 6, 2024
1 parent 3a21195 commit 16e61c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apk --no-cache add tini
# Last known working: 126.0.6478.126-r0
# Current at the time of writing this: 126.0.6478.182-r0
RUN apk --no-cache add chromium-swiftshader
RUN chromium --version > /etc/chromium-version

# As we rely on file capabilities, we cannot set `allowPrivilegeEscalation: false` in k8s. As a workaround, and to lower
# potential attack surface, we get rid of any file that has the setuid bit set, such as
Expand Down

0 comments on commit 16e61c5

Please sign in to comment.