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

Any reasons not to use Alpine #36

Open
RoSk0 opened this issue Nov 19, 2018 · 1 comment
Open

Any reasons not to use Alpine #36

RoSk0 opened this issue Nov 19, 2018 · 1 comment

Comments

@RoSk0
Copy link

RoSk0 commented Nov 19, 2018

Image size would be dramatically less Alpine.

Example Dockerfile:

FROM alpine:3.8

RUN apk add --no-cache chromium

RUN addgroup -S chromium && adduser -S chromium -G chromium

USER chromium

EXPOSE 9222

ENTRYPOINT ["chromium-browser", "--no-sandbox", "--disable-gpu", "--headless"]
CMD ["--remote-debugging-address=0.0.0.0", "--remote-debugging-port=9222"]

@uhbif19
Copy link

uhbif19 commented Aug 15, 2019

Alpine has older versions of Chrome, has many packages missing, and has specific bugs and problems. There is a lot of other Alpine-based chrome images.

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

No branches or pull requests

2 participants