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
bdd2e707
Commit
bdd2e707
authored
Dec 11, 2020
by
Jeffrey Weatherford
Browse files
migrate to hardening manifest
parent
efbd1156
Pipeline
#100751
passed with stage
in 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
31 deletions
+10
-31
Dockerfile
Dockerfile
+0
-7
hardening_manifest.yaml
hardening_manifest.yaml
+10
-24
No files found.
Dockerfile
View file @
bdd2e707
...
...
@@ -6,13 +6,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as builder
ENV
PHP_INI_PATH=/usr/local/etc/php
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.13" \
maintainer="cht@dsop.io"
COPY
php.tar.gz /usr/local/src/
COPY
bison.tar.gz /
COPY
textinfo.tar.gz /
...
...
hardening_manifest.yaml
View file @
bdd2e707
...
...
@@ -19,21 +19,14 @@ args:
# Docker image labels
labels
:
org.opencontainers.image.title
:
"
php74"
## Human-readable description of the software packaged in the image
# org.opencontainers.image.description: "FIXME"
## License(s) under which contained software is distributed
# org.opencontainers.image.licenses: "FIXME"
## URL to find more information on the image
# org.opencontainers.image.url: "FIXME"
## Name of the distributing entity, organization or individual
# org.opencontainers.image.vendor: "FIXME"
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.vendor
:
"
The
PHP
Group"
org.opencontainers.image.version
:
"
7.4.13"
## Keywords to help with search (ex. "cicd,gitops,golang")
# mil.dso.ironbank.image.keywords: "FIXME"
## This value can be "opensource" or "commercial"
# mil.dso.ironbank.image.type: "FIXME"
## Product the image belongs to for grouping multiple images
# mil.dso.ironbank.product.name: "FIXME"
mil.dso.ironbank.image.keywords
:
"
programing,language,php,web"
mil.dso.ironbank.image.type
:
"
opensource"
mil.dso.ironbank.product.name
:
"
php74"
# List of resources to make available to the offline build context
resources
:
...
...
@@ -64,15 +57,8 @@ resources:
value
:
a52d05076b90032cb2523673c50e53185938746482cf3ca0213e9b4b50ac2d3e
# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
# FIXME: Include any other vendor information if applicable
maintainers
:
-
email
:
"
seagren.tim@solute.us"
# # The name of the current container owner
# name: "FIXME"
# # The gitlab username of the current container owner
# username: "FIXME"
# cht_member: true # FIXME: Uncomment if the maintainer is a member of CHT
# - name: "FIXME"
# username: "FIXME"
# email: "FIXME"
name
:
"
Tim
Seagren"
username
:
"
seagren.tim"
cht_member
:
true
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