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

Simplify Dockerfile, remove redundant Dockerfile.build. #1052

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

roobre
Copy link
Member

@roobre roobre commented Nov 18, 2024

This PR simplifies the Dockerfile so the browser flavor is based on the regular one, speeding up build and reducing duplication, as well as making the non-browser image the default and updating the README accordingly.

On the CI side, it changes the pipeline to use that Dockerfile (instead of Dockerfile.build).

@roobre roobre force-pushed the dockerfile-simplify branch 3 times, most recently from 49f308b to c155a90 Compare November 18, 2024 15:55
@mem
Copy link
Contributor

mem commented Nov 18, 2024

There's nothing "redundant" about Dockerfile.build.

I don't want to touch the Drone pipeline unless required. My expectation was to be able to remove the drone pipeline sooner, but that hasn't happened yet. Dockerfile is used by Drone, Dockerfile.build is used by GHA.

Copy link
Contributor

@mem mem left a comment

Choose a reason for hiding this comment

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

This cannot be merged like this, see comment.

@roobre
Copy link
Member Author

roobre commented Nov 18, 2024

@mem I'm just toying with this for the moment, changing things and see what breaks to understand better the pipeline. I have no intention to merge it as-is (that's why it's a draft)

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