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
C
Container Hardening Tools
renovate
renovate
Commits
0de4fb2d
Commit
0de4fb2d
authored
Jul 19, 2021
by
Zachary Sanders
Browse files
fix pypi regex parse error
parents
10bdd738
5d9ad3ae
Pipeline
#375455
passed with stages
in 15 minutes and 42 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
65 deletions
+13
-65
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+9
-8
lib/manager/ironbank/__fixtures__/hardening_manifest.yaml
lib/manager/ironbank/__fixtures__/hardening_manifest.yaml
+3
-3
renovate.json
renovate.json
+0
-53
No files found.
Dockerfile
View file @
0de4fb2d
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/opensource/nodejs/nodejs14
ARG
BASE_TAG=14.17.
0
ARG
BASE_TAG=14.17.
3
FROM
renovate/renovate:25.51.0 as builder
...
...
hardening_manifest.yaml
View file @
0de4fb2d
...
...
@@ -8,13 +8,13 @@ name: "container-hardening-tools/renovate/renovate"
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
25.5
0
.0"
-
"
25.5
1
.0"
-
"
latest"
# Build args passed to Dockerfile ARGs
args
:
BASE_IMAGE
:
"
opensource/nodejs/nodejs14"
BASE_TAG
:
"
14.17.
1
"
BASE_TAG
:
"
14.17.
3
"
# Docker image labels
labels
:
...
...
@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url
:
"
https://github.com/renovatebot/renovate"
## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
WhiteSource"
org.opencontainers.image.version
:
"
25.5
0.0
"
org.opencontainers.image.version
:
"
25.5
6.1
"
## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
automation,dependency,updates"
## This value can be "opensource" or "commercial"
...
...
@@ -45,10 +45,10 @@ resources:
type
:
sha256
value
:
a352e13a8438045b8ed138b821cb757c177acd999c1af77345152d7a64b0ddb7
-
filename
:
yq
url
:
https://github.com/mikefarah/yq/releases/download/v4.9.
6
/yq_linux_amd64
url
:
https://github.com/mikefarah/yq/releases/download/v4.9.
8
/yq_linux_amd64
validation
:
type
:
sha256
value
:
a1cfa39a9538e27f11066aa5659b32f9beae1eea93369d395bf45bcfc8a181dc
value
:
f689eb3b3a52698042365134a01822cada9c01bf069f207ed5b35088248e3000
-
filename
:
kpt.tar.gz
url
:
https://github.com/GoogleContainerTools/kpt/releases/download/v0.39.3/kpt_linux_amd64-0.39.3.tar.gz
validation
:
...
...
@@ -57,7 +57,8 @@ resources:
# List of project maintainers
maintainers
:
-
name
:
"
Alozie
Obuh
"
user
name
:
"
obuh.alozie
"
email
:
"
obuh.aloze@solute.us
"
-
email
:
"
melissari_sean@bah.com
"
name
:
"
Sean
Melissari
"
username
:
"
sean.melissari
"
cht_member
:
true
lib/manager/ironbank/__fixtures__/hardening_manifest.yaml
View file @
0de4fb2d
args
:
s
args
:
BASE_IMAGE
:
"
opensource/nodejs/nodejs14"
BASE_TAG
:
"
14.16.1"
...
...
@@ -16,10 +16,10 @@ resources:
type
:
sha256
value
:
c2b5bbb6c2236f73310b22c748e32a88f25288f3e6e1bd272f3dccc6a2322160
-
filename
:
urllib3-1.25.10-py2.py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/
9
f/
f0/a391d1463ebb1b233795c
ab
f
c0
ef38d3db4442339de68f847026199e69d7
/urllib3-1.2
5.10
-py2.py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/
5
f/
64/43575537846896
ab
a
c0
b15c3e5ac678d787a4021e906703f1766bfb8ea11
/urllib3-1.2
6.6
-py2.py3-none-any.whl
validation
:
type
:
sha256
value
:
e7983572181f5e1522d9c98453462384ee92a0be7fac5f1413a1e35c56cc0461
value
:
39fb8672126159acb139a7718dd10806104dec1e2f0f6c88aab05d17df10c8d4
-
filename
:
gitlab-triage-1.15.0.gem
url
:
https://rubygems.org/downloads/gitlab-triage-1.15.0.gem
validation
:
...
...
renovate.json
deleted
100644 → 0
View file @
10bdd738
{
"assignees"
:
[
"@obuh.alozie"
],
"baseBranches"
:
[
"development"
],
"packageRules"
:
[
{
"datasources"
:
[
"docker"
],
"packageNames"
:
[
"renovate/renovate"
],
"major"
:
{
"enabled"
:
true
}
},
{
"datasources"
:
[
"docker"
],
"packageNames"
:
[
"registry1.dso.mil/ironbank/opensource/nodejs/nodejs14"
],
"prBodyNotes"
:
[
"This is an upstream base image update"
]
}
],
"regexManagers"
:
[
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
"matchStrings"
:
[
"org
\\
.opencontainers
\\
.image
\\
.version:
\\
s+
\"
(?<currentValue>.+?)
\"
"
,
"tags:
\\
s+-
\\
s+
\"
(?<currentValue>.+?)
\"
"
],
"depNameTemplate"
:
"renovate/renovate"
,
"datasourceTemplate"
:
"docker"
},
{
"fileMatch"
:
[
"^hardening_manifest.yaml$"
],
"matchStrings"
:
[
"BASE_TAG:
\"
(?<currentValue>.*?)
\"
"
],
"depNameTemplate"
:
"registry1.dso.mil/ironbank/opensource/nodejs/nodejs14"
,
"datasourceTemplate"
:
"docker"
}
]
}
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