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
A
aws
aws-controllers-k8s
s3
Commits
797bc4ae
Commit
797bc4ae
authored
May 26, 2021
by
Michael Simmons
Browse files
Bumped base image to UBI 8.4
parent
c890cb0e
Pipeline
#279371
passed with stages
in 6 minutes and 33 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+2
-2
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
No files found.
Dockerfile
View file @
797bc4ae
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_REGISTRY=registry1.dsop.io
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=8.
3
ARG
BASE_TAG=8.
4
FROM
amazon/aws-controllers-k8s:s3-v0.0.1 AS builder
FROM
amazon/aws-controllers-k8s:s3-v0.0.1 AS builder
...
@@ -16,4 +16,4 @@ USER awscontrollersk8suser
...
@@ -16,4 +16,4 @@ USER awscontrollersk8suser
ENTRYPOINT
["/bin/controller"]
ENTRYPOINT
["/bin/controller"]
HEALTHCHECK
NONE
HEALTHCHECK
NONE
\ No newline at end of file
hardening_manifest.yaml
View file @
797bc4ae
...
@@ -14,7 +14,7 @@ tags:
...
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_TAG
:
"
8.
3
"
BASE_TAG
:
"
8.
4
"
# Docker image labels
# Docker image labels
labels
:
labels
:
...
...
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