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
953c4701
Commit
953c4701
authored
Aug 12, 2020
by
Tim Seagren
Browse files
update for 7.4.9
parent
6e93d717
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Dockerfile
Dockerfile
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
README.md
README.md
+1
-1
download.yaml
download.yaml
+1
-1
No files found.
Dockerfile
View file @
953c4701
...
...
@@ -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.
8
" \
org.opencontainers.image.version="7.4.
9
" \
maintainer="cht@dsop.io"
COPY
php.tar.gz /usr/local/src/
...
...
Jenkinsfile
View file @
953c4701
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
"7.4.
8
"
)
dccscrPipeline
(
version:
"7.4.
9
"
)
README.md
View file @
953c4701
...
...
@@ -41,7 +41,7 @@ spec:
volumeMounts:
- mountPath: "/var/www/html"
name: php-source
- image: php:7.4.
8
- image: php:7.4.
9
name: php
ports:
- containerPort: 9000
...
...
download.yaml
View file @
953c4701
resources
:
-
url
:
"
https://github.com/php/php-src/archive/php-7.4.
8
.tar.gz"
-
url
:
"
https://github.com/php/php-src/archive/php-7.4.
9
.tar.gz"
filename
:
"
php.tar.gz"
validation
:
type
:
"
sha256"
...
...
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