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

Suggestion: Make images available on Docker Hub #85

Open
AaronMcHale opened this issue Feb 26, 2021 · 2 comments
Open

Suggestion: Make images available on Docker Hub #85

AaronMcHale opened this issue Feb 26, 2021 · 2 comments
Labels

Comments

@AaronMcHale
Copy link

AaronMcHale commented Feb 26, 2021

Thank you for the work on this project, it looks like a great solution to running Cron in a secure containerised environment.

I'd like to suggest that this project provide images on Docker Hub. The main advantage I see to doing this would be that for using Supercronic in a project, I could simply use the COPY directive in my Dockerfile to copy the binary from the most appropriate Supercronic image.

For example, the PHP Composer project does this and in a Dockerfile I simply need to include the following:
COPY --from=composer:2 /usr/bin/composer /usr/bin/composer

This line ensures that I always have the most up to date build of Composer 2 in my final image, and (while not applicable to Composer) Docker would know which architecture I need, making my Dockerfile more portable across different architectures (x86, ARM, etc).

Thanks,
-Aaron

@AaronMcHale AaronMcHale changed the title Suggestion: make available on Docker Hub Suggestion: Make images available on Docker Hub Feb 26, 2021
@iolk
Copy link

iolk commented Jul 14, 2023

I encountered the same issue and created a Docker image, you can find it on DockerHub. I would appreciate any feedback on it.

@davinkevin
Copy link

+1, would be so simpler than the current solution using curl or wget. For update, it would be much simpler too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants