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

Automated Container Builds #11

Open
kohlerdominik opened this issue Jul 20, 2020 · 0 comments
Open

Automated Container Builds #11

kohlerdominik opened this issue Jul 20, 2020 · 0 comments

Comments

@kohlerdominik
Copy link

kohlerdominik commented Jul 20, 2020

Hello there

looks like the Dockerfile was updated recently, but the changes aren't rolled out to docker hub (https://hub.docker.com/r/aquavitae/weasyprint/tags).

Maybe it's worth noting that dockerhub provides a very convinient automation process for container builds. Is it possible for you @aquavitae to add this feature?


Here is a tutorial for this.

What is incomplete in this tutorial is versioned releases, which i would recommend so users don't get unintended updates. For the build rules, it could look like this:
grafik
This example config does the following:

Every commit on master           -> rolled out to aquavitae/weasyprint:dev

Every release of a new version   -> rolled out to aquavitae/weasyprint:latest
                                 -> rolled out to aquavitae/weasyprint:{version}

Then, it's just necessary to make a new release in Github whenever a new version is released. This is as simple as:
grafik

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

1 participant