We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 /
The text was updated successfully, but these errors were encountered:
Hi @danielstockton, thanks for the report!
@gardnervickers could you please review this issue when you get a chance?
Sorry, something went wrong.
@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.
Pushed @danielstockton's suggested fix for this to onyx-template. @gardnervickers will solve #69 later. Thanks!
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: