UNCLASSIFIED

Commit 3952a1e3 authored by Michael Simmons's avatar Michael Simmons
Browse files

Bumped version to 7.4.13

parent f983ebc7
Pipeline #92018 passed with stages
in 29 minutes and 58 seconds
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.2
ARG BASE_TAG=8.3
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as builder
......@@ -10,7 +10,7 @@ LABEL org.opencontainers.image.title="php" \
org.opencontainers.image.description="PHP is a popular general-purpose scripting language that is especially suited to web development." \
org.opencontainers.image.licenses="PHP-3.01" \
org.opencontainers.image.url="https://www.php.net/" \
org.opencontainers.image.version="7.4.11" \
org.opencontainers.image.version="7.4.13" \
maintainer="cht@dsop.io"
COPY php.tar.gz /usr/local/src/
......@@ -89,7 +89,7 @@ RUN dnf update --setopt=tsflags=nodocs -y \
&& mv /usr/local/etc/php-fpm.d/www.conf.default /usr/local/etc/php-fpm.d/www.conf
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ENV PHP_INI_PATH=/usr/local/etc/php
RUN mkdir -p ${PHP_INI_PATH}/conf.d /usr/local/etc/php-fpm.d /usr/local/var/log/php-fpm \
......
@Library('DCCSCR@master') _
dccscrPipeline(version: "7.4.11")
dccscrPipeline(version: "7.4.13")
resources:
- url: "https://www.php.net/distributions/php-7.4.11.tar.gz"
- url: "https://www.php.net/distributions/php-7.4.13.tar.gz"
filename: "php.tar.gz"
validation:
type: "sha256"
value: "b4fae5c39ca1eedf5597071996d9c85d0674b83f5003126c39b7b44bbfbcd821"
value: "0865cff41e7210de2537bcd5750377cfe09a9312b9b44c1a166cf372d5204b8f"
- url: "https://github.com/skvadrik/re2c/archive/2.0.3.tar.gz"
filename: "re2c.tar.gz"
validation:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment