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
2c72f88b
Commit
2c72f88b
authored
Oct 27, 2020
by
Jeffrey Weatherford
Browse files
updated to php 7.4.11
parent
15cb5401
Pipeline
#62875
passed with stages
in 65 minutes and 55 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
download.yaml
download.yaml
+2
-2
No files found.
Dockerfile
View file @
2c72f88b
...
...
@@ -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
0
" \
org.opencontainers.image.version="7.4.1
1
" \
maintainer="cht@dsop.io"
COPY
php.tar.gz /usr/local/src/
...
...
Jenkinsfile
View file @
2c72f88b
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"7.4.
9
"
)
dccscrPipeline
(
version:
"7.4.
11
"
)
download.yaml
View file @
2c72f88b
resources
:
-
url
:
"
https://
github.com/php/php-src/archive
/php-7.4.1
0
.tar.gz"
-
url
:
"
https://
www.php.net/distributions
/php-7.4.1
1
.tar.gz"
filename
:
"
php.tar.gz"
validation
:
type
:
"
sha256"
value
:
"
08ad83dbeac1b0f224e6c58b75397bb75c0aae1b6f076c0d8a54d0e0baa1eb46
"
value
:
"
b4fae5c39ca1eedf5597071996d9c85d0674b83f5003126c39b7b44bbfbcd821
"
-
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