File tree Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Expand file tree Collapse file tree 6 files changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project follows Zammad versioning.
6
6
7
+ ## [ 2.4.0] - 2018-01-31
8
+ ### Changed
9
+ - Upgrade Zammad version to 2.4.0
10
+
7
11
## [ 2.3.0] - 2018-01-31
8
12
### Changed
9
13
- Upgrade Zammad version to 2.3.0
@@ -20,5 +24,10 @@ and this project follows Zammad versioning.
20
24
### Changed
21
25
- Upgrade Zammad version to 2.1.0
22
26
23
- ## [ 2.0.0] - 2017-10-25
27
+ ## 2.0.0 - 2017-10-25
24
28
Initial release
29
+
30
+ [ 2.4.0 ] : https://github.com/osixia/docker-openldap/compare/v2.3.0...v2.4.0
31
+ [ 2.3.0 ] : https://github.com/osixia/docker-openldap/compare/v2.2.0...v2.3.0
32
+ [ 2.2.0 ] : https://github.com/osixia/docker-openldap/compare/v2.1.0...v2.2.0
33
+ [ 2.1.0 ] : https://github.com/osixia/docker-openldap/compare/v2.0.0...v2.1.0
Original file line number Diff line number Diff line change 1
1
NAME = osixia/zammad
2
- VERSION = 2.3 .0
2
+ VERSION = 2.4 .0
3
3
4
4
.PHONY : build build-nocache test tag-latest push push-latest release git-tag-version
5
5
Original file line number Diff line number Diff line change 4
4
![ Docker Stars] ( https://img.shields.io/docker/stars/osixia/zammad.svg )
5
5
![ ] ( https://images.microbadger.com/badges/image/osixia/zammad.svg )
6
6
7
- Latest release: 2.3 .0 - Zammad 2.3 .0 - [ Changelog] ( CHANGELOG.md ) | [ Docker Hub] ( https://hub.docker.com/r/osixia/zammad/ )
7
+ Latest release: 2.4 .0 - Zammad 2.4 .0 - [ Changelog] ( CHANGELOG.md ) | [ Docker Hub] ( https://hub.docker.com/r/osixia/zammad/ )
8
8
9
9
** A docker image to run Zammad.**
10
10
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
32
32
- mariadb:/var/lib/mysql
33
33
34
34
zammad :
35
- image : osixia/zammad:2.3 .0
35
+ image : osixia/zammad:2.4 .0
36
36
command : -l info
37
37
labels :
38
38
- " io.rancher.container.pull_image: always"
Original file line number Diff line number Diff line change 15
15
automountServiceAccountToken : false
16
16
containers :
17
17
- name : zammad
18
- image : osixia/zammad:2.3 .0
18
+ image : osixia/zammad:2.4 .0
19
19
imagePullPolicy : Always
20
20
resources :
21
21
requests :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ ENV ZAMMAD_DIR /home/zammad
5
5
ENV ZAMMAD_USER zammad
6
6
ENV RAILS_ENV production
7
7
8
- ARG ZAMMAD_VERSION=2.3 .0
9
- ARG ZAMMAD_MD5=0d118fdde02934e18c0752a033c6a5fb
8
+ ARG ZAMMAD_VERSION=2.4 .0
9
+ ARG ZAMMAD_MD5=97deaaa33b96a1d8a356e102e493ad2a
10
10
11
11
ARG GOSU_VERSION=1.10
12
12
@@ -53,7 +53,7 @@ RUN BUILD_DEPENDENCIES="git build-essential libffi-dev libpq5 libpq-dev" \
53
53
&& curl -L -o /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" \
54
54
&& curl -L -o /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" \
55
55
&& export GNUPGHOME="$(mktemp -d)" \
56
- && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 \
56
+ && gpg --recv-keys -- keyserver ha.pool.sks-keyservers.net 0xB42F6819007F00F88E364FD4036A9C25BF357DD4 \
57
57
&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu \
58
58
&& rm -rf "${GNUPGHOME}" /usr/local/bin/gosu.asc \
59
59
&& chmod +x /usr/local/bin/gosu \
You can’t perform that action at this time.
0 commit comments