Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase to alpine 3.17 with php8.1 #21

Merged
merged 3 commits into from
Jan 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/call_invalid_helper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Comment on invalid interaction
on:
issues:
types:
- labeled
jobs:
add-comment-on-invalid:
if: github.event.label.name == 'invalid'
permissions:
issues: write
uses: linuxserver/github-workflows/.github/workflows/invalid-interaction-helper.yml@v1
secrets: inherit
27 changes: 13 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.16
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.17

# set version label
ARG BUILD_DATE
Expand All @@ -10,19 +12,16 @@ LABEL maintainer="gilbn"
RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
php8 \
php8-sqlite3 \
php8-mysqli \
php8-pdo_mysql \
php8-pdo_sqlite \
php8-gd \
php8-json \
php8-fileinfo \
php8-zip \
php8-ftp \
php8-ldap \
php8-tokenizer \
php8-intl && \
php81-sqlite3 \
php81-mysqli \
php81-pdo_mysql \
php81-pdo_sqlite \
php81-gd \
php81-zip \
php81-ftp \
php81-ldap \
php81-tokenizer \
php81-intl && \
echo "**** install xbackbone ****" && \
mkdir -p /app/www/public && \
if [ -z ${XBACKBONE_RELEASE+x} ]; then \
Expand Down
27 changes: 13 additions & 14 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.16
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.17

# set version label
ARG BUILD_DATE
Expand All @@ -10,19 +12,16 @@ LABEL maintainer="gilbn"
RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
php8 \
php8-sqlite3 \
php8-mysqli \
php8-pdo_mysql \
php8-pdo_sqlite \
php8-gd \
php8-json \
php8-fileinfo \
php8-zip \
php8-ftp \
php8-ldap \
php8-tokenizer \
php8-intl && \
php81-sqlite3 \
php81-mysqli \
php81-pdo_mysql \
php81-pdo_sqlite \
php81-gd \
php81-zip \
php81-ftp \
php81-ldap \
php81-tokenizer \
php81-intl && \
echo "**** install xbackbone ****" && \
mkdir -p /app/www/public && \
if [ -z ${XBACKBONE_RELEASE+x} ]; then \
Expand Down
27 changes: 13 additions & 14 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.16
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.17

# set version label
ARG BUILD_DATE
Expand All @@ -10,19 +12,16 @@ LABEL maintainer="gilbn"
RUN \
echo "**** install runtime packages ****" && \
apk add --no-cache \
php8 \
php8-sqlite3 \
php8-mysqli \
php8-pdo_mysql \
php8-pdo_sqlite \
php8-gd \
php8-json \
php8-fileinfo \
php8-zip \
php8-ftp \
php8-ldap \
php8-tokenizer \
php8-intl && \
php81-sqlite3 \
php81-mysqli \
php81-pdo_mysql \
php81-pdo_sqlite \
php81-gd \
php81-zip \
php81-ftp \
php81-ldap \
php81-tokenizer \
php81-intl && \
echo "**** install xbackbone ****" && \
mkdir -p /app/www/public && \
if [ -z ${XBACKBONE_RELEASE+x} ]; then \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **19.01.23:** - Rebase to alpine 3.17 with php8.1.
* **04.11.22:** - Rebase to Alpine 3.16, migrate to s6v3.
* **01.11.22:** - Move application install to /app/www/public, add migration notices for existing users. Container updates should now update the application correctly
* **20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ app_setup_block: |

# changelog
changelogs:
- { date: "19.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
- { date: "04.11.22:", desc: "Rebase to Alpine 3.16, migrate to s6v3." }
- { date: "01.11.22:", desc: "Move application install to /app/www/public, add migration notices for existing users. Container updates should now update the application correctly" }
- { date: "20.08.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." }
Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-xbackbone-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ if [[ $(grep -c "/index.php?\$args =404;" /config/nginx/site-confs/default.conf)
fi

# permissions
chown -R abc:abc \
lsiown -R abc:abc \
/config