Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base browser image on grafana/chromium-swiftshader-alpine #1061

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

nadiamoe
Copy link
Member

@nadiamoe nadiamoe commented Nov 22, 2024

The new base image is built at https://github.com/grafana/chromium-swiftshader-alpine, and should allow us to both get chromium updates as PRs, while at the same time being stable so an outdated version does not break builds in the foreseeable future.

@nadiamoe nadiamoe requested a review from a team as a code owner November 22, 2024 08:56
@nadiamoe nadiamoe force-pushed the dockerfile-chromium-alpine branch 2 times, most recently from 935993e to 6e9ef85 Compare November 22, 2024 12:56
The new base image is built at
https://github.com/grafana/chromium-swiftshader-alpine, and should allow
us to both get chromium updates as PRs, while at the same time being
stable so an outdated version does not break builds in the foreseeable
future.
RUN apk --no-cache add --repository community tini=0.19.0-r3
RUN [[ "$TARGETARCH" != "amd64" ]] || apk --no-cache add --repository community --arch x86_64 chromium-swiftshader=131.0.6778.69-r0
RUN [[ "$TARGETARCH" != "arm64" ]] || apk --no-cache add --repository community --arch aarch64 chromium-swiftshader=131.0.6778.69-r0
RUN apk --no-cache add --repository community tini
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think tini is fairly stable and doesn't have much activity, so it's probably not worth setting renovate to update packages just for it. I can bring it back if someone things it's still useful.

@nadiamoe nadiamoe merged commit 82eef25 into main Nov 26, 2024
6 checks passed
@nadiamoe nadiamoe deleted the dockerfile-chromium-alpine branch November 26, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants