UNCLASSIFIED

Commit 1e888bf4 authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'development' into 'master'

Development

See merge request !16
parents 1ee35c18 605ae2db
Pipeline #184961 failed with stages
in 33 seconds
...@@ -7,13 +7,6 @@ FROM amazon/aws-controllers-k8s:ecr-v0.0.1 AS builder ...@@ -7,13 +7,6 @@ FROM amazon/aws-controllers-k8s:ecr-v0.0.1 AS builder
FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
LABEL name="aws-controllers-k8s" \
maintainer="cht@dsop.io" \
vendor="Opensource" \
version="ecr-v0.0.1" \
release="1" \
summary="Image of aws controller for Kubernetes" \
description="Configure to use AWS controllers for integrated services: ecr-v0.01"
COPY --from=builder /bin/controller /bin/ COPY --from=builder /bin/controller /bin/
RUN groupadd -r awscontrollersk8suser && \ RUN groupadd -r awscontrollersk8suser && \
......
---
version: ecr-v0.0.1
resources:
- url: docker://amazon/aws-controllers-k8s@sha256:015483c0f6992a262b47847dc47f928badad8312c02f6ac081830c16951b50e6
tag: amazon/aws-controllers-k8s:ecr-v0.0.1
\ No newline at end of file
---
apiVersion: v1
# The repository name in registry1, excluding /ironbank/
name: "aws/aws-controllers-k8s/ecr"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags:
- "ecr-v0.0.1"
- "latest"
# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.3"
# Docker image labels
labels:
org.opencontainers.image.title: "ecr"
org.opencontainers.image.description: "Image of aws controller for Kubernetes"
org.opencontainers.image.licenses: "Apache License 2.0"
org.opencontainers.image.url: "https://github.com/aws/aws-controllers-k8s"
org.opencontainers.image.vendor: "Opensource"
org.opencontainers.image.version: "ecr-v0.0.1"
# List of resources to make available to the offline build context
resources:
- tag: amazon/aws-controllers-k8s:ecr-v0.0.1
url: docker://amazon/aws-controllers-k8s@sha256:015483c0f6992a262b47847dc47f928badad8312c02f6ac081830c16951b50e6
# 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: "vivek.pranavamurthi.1@us.af.mil"
name: "Vivek Pranavamurthi"
username: "vivekp"
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