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

fix: Switch back to focal for Tomcat 9 #32

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tomcat-common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
matrix:
include:
- tomcat_version: "9-jdk17-temurin-jammy"
- tomcat_version: "9-jdk17-temurin-focal"
image_suffix: ""
- tomcat_version: "10-jdk17-temurin-jammy"
- tomcat_version: "10"
image_suffix: "-tomcat-10"
steps:
- name: Checkout Source Code
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## [0.7.2] - 2023-03-01
### Changed
- Future Images for Tomcat 9 will base on focal instead of jammy, because of issues with older docker versions (see: https://github.com/docker-library/tomcat/issues/269). As Tomcat doesn't support focal for tomcat 10 images, we will also only support jammy with tomcat 10.
## [0.7.1] - 2023-02-15
### Fixed
- Pipeline now should build images with `-tomcat-10` suffix really with tomcat version 10.
Expand Down