Skip to content

Commit e92f859

Browse files
committed
[INFRA] remove buster from supported debian versions
1 parent 8299366 commit e92f859

18 files changed

+4
-905
lines changed

Diff for: .github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
version: [ 'buster', 'bullseye', 'bookworm' ]
14+
version: [ 'bullseye', 'bookworm' ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

Diff for: .github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
lint:
99
strategy:
1010
matrix:
11-
version: [ 'buster', 'bullseye', 'bookworm' ]
11+
version: [ 'bullseye', 'bookworm' ]
1212
runs-on: ubuntu-latest
1313
container: pipelinecomponents/hadolint:latest
1414
steps:

Diff for: .github/workflows/schedule.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
version: [ 'buster', 'bullseye', 'bookworm' ]
13+
version: [ 'bullseye', 'bookworm' ]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Base Image (WIP)
22

3-
This Repo contains the build instructions for the PHP base image (Stretch and Buster). All PHP images should inherit from this image.
3+
This Repo contains the build instructions for the PHP base image (bullseye and bookworm). All PHP images should inherit from this image.
44

55
## Documentation
66

Diff for: src/buster/src/Dockerfile

-124
This file was deleted.

Diff for: src/buster/src/root/etc/apt/preferences.d/debian_main_cmake

-3
This file was deleted.

Diff for: src/buster/src/root/etc/php-src

-2
This file was deleted.

Diff for: src/buster/src/root/usr/local/bin/docker-entrypoint

-60
This file was deleted.

Diff for: src/buster/src/root/usr/local/bin/docker-fpm-healthcheck

-138
This file was deleted.

0 commit comments

Comments
 (0)