Skip to content

Commit

Permalink
Updated to Baikal 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ckulka committed Aug 25, 2019
1 parent 6697cf9 commit 5eaf267
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,19 @@ The following tags are support multiple architectures, e.g. `amd64`, `arm32v7` a
- [`experimental-nginx-amd64`](https://github.com/ckulka/baikal-docker/blob/master/nginx.dockerfile)
- [`experimental-nginx-arm32v7`](https://github.com/ckulka/baikal-docker/blob/master/nginx-qemu.dockerfile)
- [`experimental-nginx-arm64v8`](https://github.com/ckulka/baikal-docker/blob/master/nginx-qemu.dockerfile)
- `0.5.2`, `0.5.2-apache`, `apache`, `latest`
- [`0.5.2-apache-amd64`, `apache-amd64`](https://github.com/ckulka/baikal-docker/blob/0.5.2/apache.dockerfile)
- [`0.5.2-apache-arm32v7`, `apache-arm32v7`](https://github.com/ckulka/baikal-docker/blob/0.5.2/apache-qemu.dockerfile)
- [`0.5.2-apache-arm64v8`, `apache-arm64v8`](https://github.com/ckulka/baikal-docker/blob/0.5.2/apache-qemu.dockerfile)
- `0.5.2-nginx`, `nginx`
- `0.5.3`, `0.5.3-apache`, `apache`, `latest`
- [`0.5.3-apache-amd64`, `apache-amd64`](https://github.com/ckulka/baikal-docker/blob/0.5.3/apache.dockerfile)
- [`0.5.3-apache-arm32v7`, `apache-arm32v7`](https://github.com/ckulka/baikal-docker/blob/0.5.3/apache-qemu.dockerfile)
- [`0.5.3-apache-arm64v8`, `apache-arm64v8`](https://github.com/ckulka/baikal-docker/blob/0.5.3/apache-qemu.dockerfile)
- `0.5.3-nginx`, `nginx`
- [`0.5.3-nginx-amd64`](https://github.com/ckulka/baikal-docker/blob/0.5.3/nginx.dockerfile)
- [`0.5.3-nginx-arm32v7`](https://github.com/ckulka/baikal-docker/blob/0.5.3/nginx-qemu.dockerfile)
- [`0.5.3-nginx-arm64v8`](https://github.com/ckulka/baikal-docker/blob/0.5.3/nginx-qemu.dockerfile)
- `0.5.2`, `0.5.2-apache`
- [`0.5.2-apache-amd64`](https://github.com/ckulka/baikal-docker/blob/0.5.2/apache.dockerfile)
- [`0.5.2-apache-arm32v7`](https://github.com/ckulka/baikal-docker/blob/0.5.2/apache-qemu.dockerfile)
- [`0.5.2-apache-arm64v8`](https://github.com/ckulka/baikal-docker/blob/0.5.2/apache-qemu.dockerfile)
- `0.5.2-nginx`
- [`0.5.2-nginx-amd64`](https://github.com/ckulka/baikal-docker/blob/0.5.2/nginx.dockerfile)
- [`0.5.2-nginx-arm32v7`](https://github.com/ckulka/baikal-docker/blob/0.5.2/nginx-qemu.dockerfile)
- [`0.5.2-nginx-arm64v8`](https://github.com/ckulka/baikal-docker/blob/0.5.2/nginx-qemu.dockerfile)
Expand Down
4 changes: 2 additions & 2 deletions apache-qemu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG FROM_ARCH
# Multi-stage build, see https://docs.docker.com/develop/develop-images/multistage-build/
FROM alpine AS builder

ENV VERSION 0.5.2
ENV VERSION 0.5.3

ADD https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSION.zip .
RUN apk add unzip && unzip -q baikal-$VERSION.zip
Expand All @@ -18,7 +18,7 @@ RUN tar zxvf qemu-3.0.0+resin-$QEMU_ARCH.tar.gz --strip-components 1
FROM $FROM_ARCH/php:7.2-apache

LABEL description="Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management."
LABEL version="0.5.2"
LABEL version="0.5.3"
LABEL repository="https://github.com/ckulka/baikal-docker"
LABEL website="http://sabre.io/baikal/"

Expand Down
4 changes: 2 additions & 2 deletions apache.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Multi-stage build, see https://docs.docker.com/develop/develop-images/multistage-build/
FROM alpine AS builder

ENV VERSION 0.5.2
ENV VERSION 0.5.3

ADD https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSION.zip .
RUN apk add unzip && unzip -q baikal-$VERSION.zip
Expand All @@ -10,7 +10,7 @@ RUN apk add unzip && unzip -q baikal-$VERSION.zip
FROM php:7.2-apache

LABEL description="Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management."
LABEL version="0.5.2"
LABEL version="0.5.3"
LABEL repository="https://github.com/ckulka/baikal-docker"
LABEL website="http://sabre.io/baikal/"

Expand Down
4 changes: 2 additions & 2 deletions nginx-qemu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG FROM_ARCH
# Multi-stage build, see https://docs.docker.com/develop/develop-images/multistage-build/
FROM alpine AS builder

ENV VERSION 0.5.2
ENV VERSION 0.5.3

ADD https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSION.zip .
RUN apk add unzip && unzip -q baikal-$VERSION.zip
Expand All @@ -18,7 +18,7 @@ RUN tar zxvf qemu-3.0.0+resin-$QEMU_ARCH.tar.gz --strip-components 1
FROM $FROM_ARCH/nginx:mainline

LABEL description="Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management."
LABEL version="0.5.2"
LABEL version="0.5.3"
LABEL repository="https://github.com/ckulka/baikal-docker"
LABEL website="http://sabre.io/baikal/"

Expand Down
4 changes: 2 additions & 2 deletions nginx.dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Multi-stage build, see https://docs.docker.com/develop/develop-images/multistage-build/
FROM alpine AS builder

ENV VERSION 0.5.2
ENV VERSION 0.5.3

ADD https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSION.zip .
RUN apk add unzip && unzip -q baikal-$VERSION.zip
Expand All @@ -11,7 +11,7 @@ RUN apk add unzip && unzip -q baikal-$VERSION.zip
FROM nginx:mainline

LABEL description="Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management."
LABEL version="0.5.2"
LABEL version="0.5.3"
LABEL repository="https://github.com/ckulka/baikal-docker"
LABEL website="http://sabre.io/baikal/"

Expand Down

0 comments on commit 5eaf267

Please sign in to comment.