UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
php
php74
Commits
44d41e3a
Commit
44d41e3a
authored
Dec 03, 2020
by
alexander.klepal
Browse files
Merge branch 'version-bump' into 'development'
Bumped version to 7.4.13 See merge request
!13
parents
f983ebc7
3952a1e3
Pipeline
#92428
passed with stages
in 33 minutes and 43 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
Dockerfile
Dockerfile
+3
-3
Jenkinsfile
Jenkinsfile
+1
-1
download.yaml
download.yaml
+2
-2
No files found.
Dockerfile
View file @
44d41e3a
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.1
1
" \
org.opencontainers.image.version="7.4.1
3
" \
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
\
...
...
Jenkinsfile
View file @
44d41e3a
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"7.4.1
1
"
)
dccscrPipeline
(
version:
"7.4.1
3
"
)
download.yaml
View file @
44d41e3a
resources
:
-
url
:
"
https://www.php.net/distributions/php-7.4.1
1
.tar.gz"
-
url
:
"
https://www.php.net/distributions/php-7.4.1
3
.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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment