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 is outdated #72

Closed
danielstockton opened this issue Dec 12, 2017 · 3 comments
Closed

Dockerfile is outdated #72

danielstockton opened this issue Dec 12, 2017 · 3 comments

Comments

@danielstockton
Copy link

The Dockerfile doesn't work with later versions of docker, since the ADD directive automatically extracts recognized extensions like tar.gz.

It can be fixed with something like:

ADD https://github.com/just-containers/s6-overlay/releases/download/v1.11.0.1/s6-overlay-amd64.tar.gz /tmp/

RUN cp -r /tmp/etc/* /etc
RUN cp -r /tmp/usr/* /usr
RUN mv /tmp/init /
@lbradstreet
Copy link
Member

Hi @danielstockton, thanks for the report!

@gardnervickers could you please review this issue when you get a chance?

@gardnervickers
Copy link
Member

@lbradstreet @danielstockton Good opportunity to switch to #69 and use an Aeron sidecar container. Thank you I'll try and make some time for this.

@lbradstreet
Copy link
Member

Pushed @danielstockton's suggested fix for this to onyx-template. @gardnervickers will solve #69 later. Thanks!

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

3 participants