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

Add docker container to run Berp #154

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add docker container to run Berp #154

wants to merge 2 commits into from

Conversation

ehuelsmann
Copy link
Contributor

🤔 What's changed?

A dockerized version of Berp.

⚡️ What's your motivation?

The cucumber/build container is huge. Most people only need it to run Berp. So, instead of downloading and maintaining a multi-gigabyte container, lets use a lean one with exactly one purpose.

🏷️ What kind of change is this?

  • 🏦 Refactoring/debt/DX (improvement to code design, tooling, documentation etc. without changing behaviour)

♻️ Anything particular you want feedback on?

This container likely causes permissions conflicts: the cukebot user has hard-coded UID 1000 whereas not everybody will be running as that user. The release container had trickery to be able to run "as the current user". Is it easy to transplant and do we want/need that? (was it even in the container? Or was it in the makefile before?)

📋 Checklist:

docker-berp/Dockerfile Outdated Show resolved Hide resolved
@ehuelsmann
Copy link
Contributor Author

Branch rebased (explaining the force-push).

Copy link
Contributor

@luke-hill luke-hill left a comment

Choose a reason for hiding this comment

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

Maybe irrelevant thoughts. But thoughts that might help

docker-berp/Dockerfile Show resolved Hide resolved
docker-berp/Dockerfile Show resolved Hide resolved
docker-berp/Dockerfile Show resolved Hide resolved
Copy link
Contributor

@luke-hill luke-hill left a comment

Choose a reason for hiding this comment

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

Get other reviews

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.

None yet

2 participants