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
MinIO
mc
Commits
6fba6d2e
Commit
6fba6d2e
authored
May 20, 2021
by
Andy Maksymowicz
Browse files
Merge branch 'development' into 'master'
master: bump ubi See merge request
!59
parents
4059def0
bbecd482
Pipeline
#281043
failed with stages
in 5 minutes and 39 seconds
Changes
3
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
15 deletions
+6
-15
Dockerfile
Dockerfile
+2
-3
hardening_manifest.yaml
hardening_manifest.yaml
+1
-1
renovate.json
renovate.json
+3
-11
No files found.
Dockerfile
View file @
6fba6d2e
ARG
BASE_REGISTRY=registry1.dso
p.io
ARG
BASE_REGISTRY=registry1.dso
.mil
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG
BASE_TAG=
8.2
ARG
BASE_TAG=
latest
FROM
minio/mc:RELEASE.2021-05-18T03-39-44Z as base
FROM
minio/mc:RELEASE.2021-05-18T03-39-44Z as base
FROM
$BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
FROM
$BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
RUN
dnf update
-y
&&
\
RUN
dnf update
-y
&&
\
dnf clean all
&&
\
dnf clean all
&&
\
rm
-rf
/var/cache/dnf
rm
-rf
/var/cache/dnf
...
...
hardening_manifest.yaml
View file @
6fba6d2e
...
@@ -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
:
...
...
renovate.json
View file @
6fba6d2e
...
@@ -19,17 +19,9 @@
...
@@ -19,17 +19,9 @@
}
}
}
}
],
],
"automerge"
:
true
,
"gitLabAutomerge"
:
true
,
"regexManagers"
:
[
"regexManagers"
:
[
{
"fileMatch"
:
[
"^Dockerfile$"
],
"matchStrings"
:
[
"version=
\"
(?<currentValue>.*?)
\"
"
],
"depNameTemplate"
:
"minio/mc"
,
"datasourceTemplate"
:
"docker"
},
{
{
"fileMatch"
:
[
"fileMatch"
:
[
"^hardening_manifest.yaml$"
"^hardening_manifest.yaml$"
...
@@ -51,4 +43,4 @@
...
@@ -51,4 +43,4 @@
"datasourceTemplate"
:
"docker"
"datasourceTemplate"
:
"docker"
}
}
]
]
}
}
\ No newline at end of file
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