Skip to content
Snippets Groups Projects
Commit 09f62823 authored by Andrey Postnikov's avatar Andrey Postnikov Committed by Andrey Postnikov
Browse files

PHP: 7.4 rebuild



(cherry picked from commit 2dfe04da)

Co-authored-by: default avatarAndy Postnikov <apostnikov@gmail.com>
parent 4605ee35
Branches
No related tags found
No related merge requests found
Pipeline #478181 passed
......@@ -75,7 +75,7 @@ stages:
- .
script:
- ln -s buildah /usr/bin/docker
- dnf install -y --nodocs git awk
- dnf install -y --nodocs git-core awk
- git config --global --add safe.directory $(pwd)
- echo "${REGISTRY_PASSWORD}" | buildah login -u "${REGISTRY_USERNAME}" --password-stdin registry.gitlab.com
- |
......
......@@ -21,7 +21,7 @@ if [[ ! -z "${DOCKERFILES-}" ]]; then
docker push ${REGISTRY_PATH}/${DOCKERTAG#db-}:${GITBRANCH}
# Check if we're building 8.1-apache or 8.2-apache images
if [[ "${DOCKERTAG}" == "php-8.1-apache" || "${DOCKERTAG}" == "php-8.2-apache" ]]; then
if [[ "${DOCKERTAG}" == "php-8.1-apache" || "${DOCKERTAG}" == "php-8.2-apache" || "${DOCKERTAG}" == "php-7.4-apache" ]]; then
# Tag and push with -ubuntu suffix
docker tag ${REGISTRY_PATH}/${DOCKERTAG}:${GITBRANCH} \
${REGISTRY_PATH}/${DOCKERTAG}-ubuntu:${GITBRANCH}
......
######
#######
# Base
######
FROM debian:buster
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment