Skip to content

Commit

Permalink
Merge pull request #165 from usabilla/task/document-policy
Browse files Browse the repository at this point in the history
Document our Version Support Policy
  • Loading branch information
rdohms authored Jan 26, 2021
2 parents b34494a + 8da9458 commit d50a670
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ A series of Docker images to run PHP Applications on Usabilla Style

This project adheres to ADRs, a [list can be found here](docs/adr/).

## Version Support Policy

Our policy on versions we support [is outlined in ADR0005](docs/adr/0005-define-a-policy-for-supported-versions-and-upgrades.md).

## Basic architecture

All being based on the official images we provide:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 5. Define a policy for supported versions and upgrades

Date: 2021-01-25

## Status

Accepted

## Context

Doubts have appeared as we decide which versions to drop from our pipeline and upgrade internal dependencies. In order to solve this we decided to be explicit with users on how we make those decisions.

## Decision

We have defined the following policy, to be mirrored in the README.

- We will provide continuous new builds for images while their versions are actively supported.
- PHP versions will be supported until no longer in [Security Support](https://php.net/supported-versions.php).
- alpine versions will be supported until they reach [EOL](https://alpinelinux.org/releases).
- nginx versions will be supported until they are classified as [legacy](https://nginx.org/en/download.html).
- Past images will remain hosted on DockerHub as long as possible.
- Once DockerHub limits are reached, images will become unavailable chronologically, unless they are still actively receiving new builds.
- Packages focused on development will only be enabled in the `dev` image, and be updated in reasonable timeframes.,
- For example, Xdebug will only be shipped on `dev` versions and will be updated to the latest version as fast as possible.

## Consequences

This policy will guide our pipelines and is subject to changes depending on future changes in Github and DockerHub.

0 comments on commit d50a670

Please sign in to comment.