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
CloudBees
core
agent
Commits
697440ef
Commit
697440ef
authored
Jan 05, 2021
by
Ildefonso Montero
Browse files
2.263.1.2
parent
3d4050a1
Pipeline
#120297
passed with stage
in 8 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
16 deletions
+23
-16
Dockerfile
Dockerfile
+0
-2
Jenkinsfile
Jenkinsfile
+0
-2
download.json
download.json
+0
-12
hardening_manifest.yaml
hardening_manifest.yaml
+23
-0
No files found.
Dockerfile
View file @
697440ef
...
@@ -26,8 +26,6 @@ WORKDIR /home/${user}
...
@@ -26,8 +26,6 @@ WORKDIR /home/${user}
ENTRYPOINT
["entrypoint", "jenkins-agent"]
ENTRYPOINT
["entrypoint", "jenkins-agent"]
# TODO LABELS
ARG
TARBALL=files.tar
ARG
TARBALL=files.tar
ADD
${TARBALL} /
ADD
${TARBALL} /
COPY
scripts/ /
COPY
scripts/ /
...
...
Jenkinsfile
deleted
100644 → 0
View file @
3d4050a1
@Library
(
'DCCSCR@master'
)
_
dccscrPipeline
(
version:
'2.263.1.2'
)
download.json
deleted
100644 → 0
View file @
3d4050a1
{
"resources"
:
[
{
"url"
:
"https://downloads.cloudbees.com/dsop-files/agent-files-4a311ae7d8b1a5527125ef58dc240f6a88731e34688288b0a2ced04702da0a39.tar"
,
"filename"
:
"files.tar"
,
"validation"
:
{
"type"
:
"sha256"
,
"value"
:
"4a311ae7d8b1a5527125ef58dc240f6a88731e34688288b0a2ced04702da0a39"
}
}
]
}
hardening_manifest.yaml
0 → 100644
View file @
697440ef
apiVersion
:
v1
name
:
cloudbees/core/agent
tags
:
-
"
2.263.1.2"
-
latest
labels
:
org.opencontainers.image.title
:
agent
org.opencontainers.image.description
:
"
CloudBees
CI
(agent
subcomponent)"
org.opencontainers.image.licenses
:
proprietary
org.opencontainers.image.url
:
https://docs.cloudbees.com/docs/cloudbees-ci/
org.opencontainers.image.vendor
:
CloudBees
org.opencontainers.image.version
:
"
2.263.1.2"
mil.dso.ironbank.image.keywords
:
cicd
mil.dso.ironbank.image.type
:
commercial
mil.dso.ironbank.product.name
:
CloudBees CI
resources
:
-
filename
:
files.tar
url
:
https://downloads.cloudbees.com/dsop-files/agent-files-0f282fe59508b7acdcafd1b49ec9a768fb2428c88f7824096965eb748ce3642b.tar
validation
:
type
:
sha256
value
:
0f282fe59508b7acdcafd1b49ec9a768fb2428c88f7824096965eb748ce3642b
maintainers
:
-
email
:
productivity-team@cloudbees.com
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