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

Provide a no-onbuild version #503

Open
josegonzalez opened this issue Mar 1, 2021 · 3 comments
Open

Provide a no-onbuild version #503

josegonzalez opened this issue Mar 1, 2021 · 3 comments

Comments

@josegonzalez
Copy link
Member

ONBUILD kinda sucks if it requires adding files that don't exist. Would be great if we could avoid onbuild completely for a non-custom logspout version :)

@josegonzalez
Copy link
Member Author

For reference, I'm adding a git:from-image command to Dokku, but this fails with gliderlabs/logspout because there is no build.sh to add from the current build context as the only thing available is the Dockerfile with the contents of FROM gliderlabs/logspout:v3.2.13.

@airdrummingfool
Copy link

I am looking for this as well, because I want to provide a custom entrypoint script. As a workaround, empty build.sh and modules.go files can be used.

@modem7
Copy link

modem7 commented Dec 14, 2022

A multistage image with entrypoint scripts would be the best way forward.

Not to mention Alpine 3.12 is woefully out of date.

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