UNCLASSIFIED

Commit bdd2e707 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

migrate to hardening manifest

parent efbd1156
Pipeline #100751 passed with stage
in 9 seconds
......@@ -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 /
......
......@@ -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
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