Skip to content

Commit

Permalink
update version 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pritchard committed Aug 17, 2022
1 parent 754f4e2 commit cb824a5
Show file tree
Hide file tree
Showing 14 changed files with 41 additions and 41 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Docker + Winter CMS

[![Docker Hub Pulls](https://img.shields.io/docker/pulls/hiltonbanes/wintercms.svg)](https://hub.docker.com/r/hiltonbanes/wintercms/) [![Winter CMS Build v1.1.8](https://img.shields.io/badge/Winter%20CMS%20Build-v1.1.8-red.svg)](https://github.com/wintercms/winter)
[![Docker Hub Pulls](https://img.shields.io/docker/pulls/hiltonbanes/wintercms.svg)](https://hub.docker.com/r/hiltonbanes/wintercms/) [![Winter CMS Build v1.1.9](https://img.shields.io/badge/Winter%20CMS%20Build-v1.1.9-red.svg)](https://github.com/wintercms/winter)

[![Buy me a tree](https://img.shields.io/badge/Buy%20me%20a%20tree-%F0%9F%8C%B3-green)](https://ecologi.com/mik-p-online?gift-trees)
[![Plant a Tree for Production](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=Plant%20Tree&query=%24.total&url=https%3A%2F%2Fpublic.offset.earth%2Fusers%2Ftreeware%2Ftrees)](https://plant.treeware.earth/mik-p/docker-wintercms)
Expand All @@ -23,12 +23,12 @@ Based on [official docker PHP images](https://hub.docker.com/_/php), images incl

## Supported Tags

- `build.v1.1.8-php7.4-apache`, `php7.4-apache`: [php7.4/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.4/apache/Dockerfile)
- `build.v1.1.8-php7.4-fpm`, `php7.4-fpm`: [php7.4/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.4/fpm/Dockerfile)
- `build.v1.1.8-php7.3-apache`, `php7.3-apache`: [php7.3/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.3/apache/Dockerfile)
- `build.v1.1.8-php7.3-fpm`, `php7.3-fpm`: [php7.3/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.3/fpm/Dockerfile)
- `build.v1.1.8-php7.2-apache`, `php7.2-apache`, `build.v1.1.8`, `latest`: [php7.2/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.2/apache/Dockerfile)
- `build.v1.1.8-php7.2-fpm`, `php7.2-fpm`: [php7.2/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.2/fpm/Dockerfile)
- `build.v1.1.9-php7.4-apache`, `php7.4-apache`: [php7.4/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.4/apache/Dockerfile)
- `build.v1.1.9-php7.4-fpm`, `php7.4-fpm`: [php7.4/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.4/fpm/Dockerfile)
- `build.v1.1.9-php7.3-apache`, `php7.3-apache`: [php7.3/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.3/apache/Dockerfile)
- `build.v1.1.9-php7.3-fpm`, `php7.3-fpm`: [php7.3/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.3/fpm/Dockerfile)
- `build.v1.1.9-php7.2-apache`, `php7.2-apache`, `build.v1.1.9`, `latest`: [php7.2/apache/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.2/apache/Dockerfile)
- `build.v1.1.9-php7.2-fpm`, `php7.2-fpm`: [php7.2/fpm/Dockerfile](https://github.com/mik-p/docker-wintercms/blob/master/php7.2/fpm/Dockerfile)


### Develop Tags
Expand Down
6 changes: 3 additions & 3 deletions php7.2/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN a2enmod rewrite

COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG v1.1.8
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
ENV WINTERCMS_CORE_BUILD v1.1.8
ENV WINTERCMS_TAG v1.1.9
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
ENV WINTERCMS_CORE_BUILD v1.1.9

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
# match build dependencies
Expand Down
4 changes: 2 additions & 2 deletions php7.2/apache/Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN a2enmod rewrite
COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG develop
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
# download dependencies
Expand Down
6 changes: 3 additions & 3 deletions php7.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l

COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG v1.1.8
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
ENV WINTERCMS_CORE_BUILD v1.1.8
ENV WINTERCMS_TAG v1.1.9
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
ENV WINTERCMS_CORE_BUILD v1.1.9

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
# match build dependencies
Expand Down
4 changes: 2 additions & 2 deletions php7.2/fpm/Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l
COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG develop
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
# download dependencies
Expand Down
6 changes: 3 additions & 3 deletions php7.3/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN a2enmod rewrite

COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG v1.1.8
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
ENV WINTERCMS_CORE_BUILD v1.1.8
ENV WINTERCMS_TAG v1.1.9
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
ENV WINTERCMS_CORE_BUILD v1.1.9

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
# match build dependencies
Expand Down
4 changes: 2 additions & 2 deletions php7.3/apache/Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN a2enmod rewrite
COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG develop
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
# download dependencies
Expand Down
6 changes: 3 additions & 3 deletions php7.3/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l

COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG v1.1.8
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
ENV WINTERCMS_CORE_BUILD v1.1.8
ENV WINTERCMS_TAG v1.1.9
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
ENV WINTERCMS_CORE_BUILD v1.1.9

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
# match build dependencies
Expand Down
4 changes: 2 additions & 2 deletions php7.3/fpm/Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l
COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG develop
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
# download dependencies
Expand Down
6 changes: 3 additions & 3 deletions php7.4/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN a2enmod rewrite

COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG v1.1.8
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
ENV WINTERCMS_CORE_BUILD v1.1.8
ENV WINTERCMS_TAG v1.1.9
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
ENV WINTERCMS_CORE_BUILD v1.1.9

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
# match build dependencies
Expand Down
4 changes: 2 additions & 2 deletions php7.4/apache/Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN a2enmod rewrite
COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG develop
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
# download dependencies
Expand Down
6 changes: 3 additions & 3 deletions php7.4/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l

COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG v1.1.8
ENV WINTERCMS_CHECKSUM 45bc2f105dcd004ddd37e7d0389c997daaf66cdc
ENV WINTERCMS_CORE_BUILD v1.1.8
ENV WINTERCMS_TAG v1.1.9
ENV WINTERCMS_CHECKSUM fd77b3411ff610ed2185a3ececd075c310f26093
ENV WINTERCMS_CORE_BUILD v1.1.9

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG --depth 1 . && \
# match build dependencies
Expand Down
4 changes: 2 additions & 2 deletions php7.4/fpm/Dockerfile.develop
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ RUN curl -sS https://getcomposer.org/installer | php -- --2 --install-dir=/usr/l
COPY config/docker /usr/src/wintercms-config-docker

ENV WINTERCMS_TAG develop
ENV WINTERCMS_DEVELOP_CHECKSUM d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
ENV WINTERCMS_DEVELOP_COMMIT f58633cd458937ac20d07d672a77ebc28264224a
ENV WINTERCMS_DEVELOP_CHECKSUM 4a29c74f016dceeb2636adb1befa47cc2e3627e3
ENV WINTERCMS_DEVELOP_COMMIT ed933b4d2e4213dee8917b9d3b645f6d24449a0b

RUN git clone https://github.com/wintercms/winter.git -b $WINTERCMS_TAG . && \
# download dependencies
Expand Down
8 changes: 4 additions & 4 deletions version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WINTERCMS_BUILD=v1.1.8
WINTERCMS_CHECKSUM=45bc2f105dcd004ddd37e7d0389c997daaf66cdc
WINTERCMS_DEVELOP_COMMIT=f58633cd458937ac20d07d672a77ebc28264224a
WINTERCMS_DEVELOP_CHECKSUM=d9b17270d4f188ebbf3fe9d8dff97515fa1e72c5
WINTERCMS_BUILD=v1.1.9
WINTERCMS_CHECKSUM=fd77b3411ff610ed2185a3ececd075c310f26093
WINTERCMS_DEVELOP_COMMIT=ed933b4d2e4213dee8917b9d3b645f6d24449a0b
WINTERCMS_DEVELOP_CHECKSUM=4a29c74f016dceeb2636adb1befa47cc2e3627e3

0 comments on commit cb824a5

Please sign in to comment.