Compare commits
3 Commits
d012519c70
...
f5a3844da5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f5a3844da5 | ||
|
|
e5e6fc5480 | ||
|
|
bb294402ca |
@@ -5,26 +5,26 @@ FROM ${BUILD_FROM}
|
|||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
ENV VERSION 0.9.3
|
ENV VERSION 0.9.5
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
# hadolint ignore=DL3003
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
nginx=1.22.1-r0 \
|
nginx \
|
||||||
php8-curl=8.0.26-r0 \
|
php8-curl \
|
||||||
php8-fpm=8.0.26-r0 \
|
php8-fpm \
|
||||||
php8-mbstring=8.0.26-r0 \
|
php8-mbstring \
|
||||||
php8-xml=8.0.26-r0 \
|
php8-xml \
|
||||||
php8=8.0.26-r0 \
|
php8 \
|
||||||
php8-sqlite3=8.0.26-r0 \
|
php8-sqlite3 \
|
||||||
php8-pdo=8.0.26-r0 \
|
php8-pdo \
|
||||||
php8-pdo_mysql=8.0.26-r0 \
|
php8-pdo_mysql \
|
||||||
php8-pdo_sqlite=8.0.26-r0 \
|
php8-pdo_sqlite \
|
||||||
php8-session=8.0.26-r0 \
|
php8-session \
|
||||||
php8-dom=8.0.26-r0 \
|
php8-dom \
|
||||||
php8-xmlreader=8.0.26-r0 \
|
php8-xmlreader \
|
||||||
php8-xmlwriter=8.0.26-r0 \
|
php8-xmlwriter \
|
||||||
\
|
\
|
||||||
&& curl -Ls "https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSION.zip" -o baikal-$VERSION.zip \
|
&& curl -Ls "https://github.com/sabre-io/Baikal/releases/download/$VERSION/baikal-$VERSION.zip" -o baikal-$VERSION.zip \
|
||||||
&& unzip -q baikal-$VERSION.zip -d /var/www/ \
|
&& unzip -q baikal-$VERSION.zip -d /var/www/ \
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Baikal
|
name: Baikal
|
||||||
slug: baikal
|
slug: baikal
|
||||||
version: 0.9.3
|
version: 0.9.5
|
||||||
description: Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management.
|
description: Baikal is a Cal and CardDAV server, based on sabre/dav, that includes an administrative interface for easy management.
|
||||||
url: https://github.com/d-two/hassio-addons
|
url: https://github.com/d-two/hassio-addons
|
||||||
startup: application
|
startup: application
|
||||||
|
|||||||
Reference in New Issue
Block a user