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

Fix Drone too.
This commit is contained in:
David Prevot 2022-07-12 13:44:14 +02:00
parent 5a7c8f1686
commit fb39e39244
1 changed files with 0 additions and 28 deletions

View File

@ -145,34 +145,6 @@ steps:
- stretch
- '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)
image: plugins/docker
depends_on: []