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

Dockerfile #186

Merged
merged 2 commits into from
Feb 7, 2019
Merged

Dockerfile #186

merged 2 commits into from
Feb 7, 2019

Conversation

nickatsegment
Copy link
Contributor

This doesn't build/publish automatically yet, but it's a start. Enables you to do

FROM segment/chamber:2 AS chamber
FROM scratch

COPY --from=chamber /chamber /bin/chamber

COPY ./myapp /bin/myapp

ENTRYPOINT ["/bin/chamber", "exec", "myapp", "--", "/bin/myapp"]

Copy link
Contributor

@systemizer systemizer left a comment

Choose a reason for hiding this comment

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

docker, what's that?

@nickatsegment nickatsegment merged commit 059f1d1 into master Feb 7, 2019
@nickatsegment
Copy link
Contributor Author

@systemizer It's the next Kubernetes. So hot right now.

@nickatsegment nickatsegment deleted the dockerfile branch February 7, 2019 20:16
This was referenced Mar 6, 2019
@nickatsegment nickatsegment mentioned this pull request Mar 20, 2020
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