Skip to content

Commit

Permalink
Upgrade s6-overlay to 3.2.0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Oct 11, 2024
1 parent fbf3143 commit d1baa8e
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 19 deletions.
2 changes: 1 addition & 1 deletion 1.5/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM php:8.2-apache

ARG roundcube_ver=1.5.9
ARG s6_overlay_ver=3.2.0.0
ARG s6_overlay_ver=3.2.0.2


# Install s6-overlay
Expand Down
2 changes: 1 addition & 1 deletion 1.5/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM php:8.2-fpm-alpine3.20

ARG roundcube_ver=1.5.9
ARG s6_overlay_ver=3.2.0.0
ARG s6_overlay_ver=3.2.0.2


# Install s6-overlay
Expand Down
2 changes: 1 addition & 1 deletion 1.6/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM php:8.2-apache

ARG roundcube_ver=1.6.9
ARG s6_overlay_ver=3.2.0.0
ARG s6_overlay_ver=3.2.0.2


# Install s6-overlay
Expand Down
2 changes: 1 addition & 1 deletion 1.6/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM php:8.2-fpm-alpine3.20

ARG roundcube_ver=1.6.9
ARG s6_overlay_ver=3.2.0.0
ARG s6_overlay_ver=3.2.0.2


# Install s6-overlay
Expand Down
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ All user visible changes to this project will be documented in this file. This p



## [1.6.9-r1] · 2024-??-?? (unreleased)
[1.6.9-r1]: /../../tree/1.6.9-r1
## [1.6.9-r2] · 2024-10-11
[1.6.9-r2]: /../../tree/1.6.9-r2

[Diff](/../../compare/1.6.9-r1...1.6.9-r2)

### Upgraded

[Diff](/../../compare/1.6.9-r1...)
- [s6-overlay] 3.2.0.2: <https://github.com/just-containers/s6-overlay/releases/tag/v3.2.0.2>

### Security updated

Expand All @@ -18,10 +22,14 @@ All user visible changes to this project will be documented in this file. This p



## [1.5.9-r1] · 2024-??-?? (unreleased)
[1.5.9-r1]: /../../tree/1.5.9-r1
## [1.5.9-r2] · 2024-10-11
[1.5.9-r2]: /../../tree/1.5.9-r2

[Diff](/../../compare/1.5.9-r1...1.5.9-r2)

### Upgraded

[Diff](/../../compare/1.5.9-r1...)
- [s6-overlay] 3.2.0.2: <https://github.com/just-containers/s6-overlay/releases/tag/v3.2.0.2>

### Security updated

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<? } ?>

ARG roundcube_ver=<?= $RoundcubeVer."\n"; ?>
ARG s6_overlay_ver=3.2.0.0
ARG s6_overlay_ver=3.2.0.2


# Install s6-overlay
Expand Down
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ REGISTRIES := $(strip $(subst $(comma), ,\
$(shell grep -m1 'registry: \["' .github/workflows/ci.yml \
| cut -d':' -f2 | tr -d '"][')))
ALL_IMAGES := \
1.6/apache:1.6.9-r1-apache,1.6.9-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.9-r1-fpm,1.6.9-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.9-r1-apache,1.5.9-apache,1.5-apache \
1.5/fpm:1.5.9-r1-fpm,1.5.9-fpm,1.5-fpm
1.6/apache:1.6.9-r2-apache,1.6.9-apache,1.6-apache,1-apache,apache,latest \
1.6/fpm:1.6.9-r2-fpm,1.6.9-fpm,1.6-fpm,1-fpm,fpm \
1.5/apache:1.5.9-r2-apache,1.5.9-apache,1.5-apache \
1.5/fpm:1.5.9-r2-fpm,1.5.9-fpm,1.5-fpm
# <Dockerfile>:<version>,<tag1>,<tag2>,...

# Default is first image from ALL_IMAGES list.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Roundcube Webmail Docker image

## Supported tags and respective `Dockerfile` links

- [`1.6.9-r1-apache`, `1.6.9-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.9-r1-fpm`, `1.6.9-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.9-r1-apache`, `1.5.9-apache`, `1.5-apache`][103]
- [`1.5.9-r1-fpm`, `1.5.9-fpm`, `1.5-fpm`][104]
- [`1.6.9-r2-apache`, `1.6.9-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.9-r2-fpm`, `1.6.9-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.9-r2-apache`, `1.5.9-apache`, `1.5-apache`][103]
- [`1.5.9-r2-fpm`, `1.5.9-fpm`, `1.5-fpm`][104]



Expand Down

0 comments on commit d1baa8e

Please sign in to comment.