Skip to content

Commit

Permalink
update to bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Nov 27, 2023
1 parent bb845e8 commit 30d5349
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 24 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
fail-fast: false
matrix:
php-version:
- '8.0'
- '8.1'
- '8.2'
php-mode:
- fpm
- cli
system:
- alpine
- bullseye
- bookworm
platform:
- linux/amd64
- linux/arm64
Expand Down Expand Up @@ -72,15 +71,14 @@ jobs:
fail-fast: false
matrix:
php-version:
- '8.0'
- '8.1'
- '8.2'
php-mode:
- fpm
- cli
system:
- alpine
- bullseye
- bookworm
env:
PLATFORMS: "linux/arm64 linux/amd64"
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-cli-bullseye
FROM php:8.1-cli-bookworm

LABEL maintainer="yansongda <[email protected]>"

Expand Down
4 changes: 4 additions & 0 deletions 8.1/cli/bookworm/sources.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free
4 changes: 0 additions & 4 deletions 8.1/cli/bullseye/sources.list

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm-bullseye
FROM php:8.1-fpm-bookworm

LABEL maintainer="yansongda <[email protected]>"

Expand Down
4 changes: 4 additions & 0 deletions 8.1/fpm/bookworm/sources.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free
4 changes: 0 additions & 4 deletions 8.1/fpm/bullseye/sources.list

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-bullseye
FROM php:8.2-cli-bookworm

LABEL maintainer="yansongda <[email protected]>"

Expand Down
4 changes: 4 additions & 0 deletions 8.2/cli/bookworm/sources.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free
4 changes: 0 additions & 4 deletions 8.2/cli/bullseye/sources.list

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-bullseye
FROM php:8.2-fpm-bookworm

LABEL maintainer="yansongda <[email protected]>"

Expand Down
4 changes: 4 additions & 0 deletions 8.2/fpm/bookworm/sources.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free
deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bookworm-security main contrib non-free
4 changes: 0 additions & 4 deletions 8.2/fpm/bullseye/sources.list

This file was deleted.

0 comments on commit 30d5349

Please sign in to comment.