php: Drop alternative Stretch images
All checks were successful
gitea.evolix.org on plain agent00/evodocker/pipeline/head This commit looks good
continuous-integration/drone/push Build is passing

Fix Drone too.
This commit is contained in:
David Prevot 2022-07-12 13:44:14 +02:00
parent 5a7c8f1686
commit fb39e39244

View file

@ -145,34 +145,6 @@ steps:
- stretch - stretch
- '7.0' - '7.0'
- name: build php (Stretch PHP 7.2)
image: plugins/docker
depends_on: []
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
context: ./php
dockerfile: php/Dockerfile.stretch72
repo: evolix/php
tags:
- stretch72
- '7.2'
- name: build php (Stretch PHP 7.3)
image: plugins/docker
depends_on: []
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
context: ./php
dockerfile: php/Dockerfile.stretch73
repo: evolix/php
tags: stretch73
- name: build php (Buster) - name: build php (Buster)
image: plugins/docker image: plugins/docker
depends_on: [] depends_on: []