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

Docker: use the maintenance releases of Perl as base images #1175

Closed
bschmalhofer opened this issue Aug 13, 2021 · 2 comments
Closed

Docker: use the maintenance releases of Perl as base images #1175

bschmalhofer opened this issue Aug 13, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request security Security issues
Milestone

Comments

@bschmalhofer
Copy link
Contributor

Docker images for the OTOBO web app are provided to the public at https://hub.docker.com/repository/docker/rotheross/otobo. OTOBO 10.0.12 runs on Perl 5.32.0 and OTOBO 10.1.x currently runs on 5.34.0. However since 2021-01-21 there is the maintenance release Perl 5.32.1. Maintenance releases do not happen frequently, but it would be nice to upgrade to them automatically. Apparently this can be achieved by removing the patch level indicator in the FROM line in otobo.web.dockerfile. See https://hub.docker.com/_/perl?tab=description.

@bschmalhofer bschmalhofer added enhancement New feature or request security Security issues labels Aug 13, 2021
@bschmalhofer bschmalhofer added this to the OTOBO 10.0.12 milestone Aug 13, 2021
@bschmalhofer bschmalhofer self-assigned this Aug 13, 2021
@bschmalhofer
Copy link
Contributor Author

While we are at it. Let's adapt the Docker Hub automatic builds. Layer caching for devel builds, no layer caching for release builds.

bschmalhofer added a commit that referenced this issue Aug 13, 2021
This will give us the latest maintenance release of the series.
bschmalhofer added a commit that referenced this issue Aug 13, 2021
Issue #1175: use perl:5.32-buster as base image
bschmalhofer added a commit that referenced this issue Aug 13, 2021
@bschmalhofer bschmalhofer changed the title Docker: use the maintainance releases of Perl as base images Docker: use the maintenance releases of Perl as base images Aug 13, 2021
@bschmalhofer
Copy link
Contributor Author

The PRs for rel-10_0 and rel-10_1 are merged. Test suite in the rel-10_0 branch looks good. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request security Security issues
Projects
None yet
Development

No branches or pull requests

1 participant