Skip to content

Commit

Permalink
Upgrade s6-overlay to 3.1.6.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Nov 21, 2023
1 parent 80a5aca commit d52ed7f
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 25 deletions.
2 changes: 1 addition & 1 deletion 1.4/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM php:7.4-apache

ARG roundcube_ver=1.4.15
ARG s6_overlay_ver=3.1.6.1
ARG s6_overlay_ver=3.1.6.2


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

ARG roundcube_ver=1.4.15
ARG s6_overlay_ver=3.1.6.1
ARG s6_overlay_ver=3.1.6.2


# Install s6-overlay
Expand Down
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.6
ARG s6_overlay_ver=3.1.6.1
ARG s6_overlay_ver=3.1.6.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.18

ARG roundcube_ver=1.5.6
ARG s6_overlay_ver=3.1.6.1
ARG s6_overlay_ver=3.1.6.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.5
ARG s6_overlay_ver=3.1.6.1
ARG s6_overlay_ver=3.1.6.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.18

ARG roundcube_ver=1.6.5
ARG s6_overlay_ver=3.1.6.1
ARG s6_overlay_ver=3.1.6.2


# Install s6-overlay
Expand Down
32 changes: 26 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.5-r2] · 2023-??-??
[1.6.5-r2]: /../../tree/1.6.5-r2
## [1.6.5-r3] · 2023-11-21
[1.6.5-r3]: /../../tree/1.6.5-r3

[Diff](/../../compare/1.6.5-r2...1.6.5-r3)

### Upgraded

[Diff](/../../compare/1.6.5-r2...)
- [s6-overlay] 3.1.6.2: <https://github.com/just-containers/s6-overlay/releases/tag/v3.1.6.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.6-r2] · 2023-??-??
[1.5.6-r2]: /../../tree/1.5.6-r2
## [1.5.6-r3] · 2023-11-21
[1.5.6-r3]: /../../tree/1.5.6-r3

[Diff](/../../compare/1.5.6-r2...1.5.6-r3)

### Upgraded

[Diff](/../../compare/1.5.6-r2...)
- [s6-overlay] 3.1.6.2: <https://github.com/just-containers/s6-overlay/releases/tag/v3.1.6.2>

### Security updated

Expand All @@ -30,6 +38,18 @@ All user visible changes to this project will be documented in this file. This p



## [1.4.15-r3] · 2023-11-21
[1.4.15-r3]: /../../tree/1.4.15-r3

[Diff](/../../compare/1.4.15-r2...1.4.15-r3)

### Upgraded

- [s6-overlay] 3.1.6.2: <https://github.com/just-containers/s6-overlay/releases/tag/v3.1.6.2>




## [1.6.5-r2] · 2023-11-20
[1.6.5-r2]: /../../tree/1.6.5-r2

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

ARG roundcube_ver=<?= $RoundcubeVer."\n"; ?>
ARG s6_overlay_ver=3.1.6.1
ARG s6_overlay_ver=3.1.6.2


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

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

## Supported tags and respective `Dockerfile` links

- [`1.6.5-r2-apache`, `1.6.5-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.5-r2-fpm`, `1.6.5-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.6-r2-apache`, `1.5.6-apache`, `1.5-apache`][103]
- [`1.5.6-r2-fpm`, `1.5.6-fpm`, `1.5-fpm`][104]
- [`1.4.15-r2-apache`, `1.4.15-apache`, `1.4-apache`][105]
- [`1.4.15-r2-fpm`, `1.4.15-fpm`, `1.4-fpm`][106]
- [`1.6.5-r3-apache`, `1.6.5-apache`, `1.6-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.6.5-r3-fpm`, `1.6.5-fpm`, `1.6-fpm`, `1-fpm`, `fpm`][102]
- [`1.5.6-r3-apache`, `1.5.6-apache`, `1.5-apache`][103]
- [`1.5.6-r3-fpm`, `1.5.6-fpm`, `1.5-fpm`][104]
- [`1.4.15-r3-apache`, `1.4.15-apache`, `1.4-apache`][105]
- [`1.4.15-r3-fpm`, `1.4.15-fpm`, `1.4-fpm`][106]



Expand Down

0 comments on commit d52ed7f

Please sign in to comment.