Skip to content

Commit

Permalink
docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Aug 4, 2024
1 parent 9147b7a commit 2b54fed
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions _documentation/docker/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ The **Docker Hub repo**, where you find the auto-building prod and dev container
- `kimai/kimai2:latest`: same as `kimai/kimai2:fpm`
- `kimai/kimai2:dev`: development image based on Apache, only to be used locally with debug mode and more

Each new release creates tag names containing the Kimai release number:

- `kimai/kimai2:apache-x.xx.x`: version specific release (Apache container)
- `kimai/kimai2:fpm-x.xx.x`: version specific release (PHP-FPM container)

The following tags are deprecated and will not receive updates anymore, replace them:

- `kimai/kimai2:apache-prod`: replaced by `kimai/kimai2:apache`
Expand All @@ -25,13 +30,10 @@ The following tags are deprecated and will not receive updates anymore, replace
- `kimai/kimai2:prod`: replaced by `kimai/kimai2:fpm`
- `kimai/kimai2:apache-dev`: replaced by `kimai/kimai2:dev`
- `kimai/kimai2:fpm-dev`: no replacement

Each new release creates tag names containing the Kimai release number:

- `kimai/kimai2:apache-x.xx.x-prod`: replaced by `kimai/kimai2:apache-x.xx.x`
- `kimai/kimai2:apache-x.xx.x-dev`: no replacement
- `kimai/kimai2:fpm-x.xx.x-prod`: replaced by `kimai/kimai2:fpm-x.xx.x`
- `kimai/kimai2:fpm-x.xx.x-dev`: no replacement
- `kimai/kimai2:apache-x.xx.x-prod`: replaced by `kimai/kimai2:apache-x.xx.x`
- `kimai/kimai2:fpm-x.xx.x-prod`: replaced by `kimai/kimai2:fpm-x.xx.x`

## Quick start

Expand Down

0 comments on commit 2b54fed

Please sign in to comment.