diff --git a/Dockerfile b/Dockerfile index e4cefbbf0cf298df66ca8cc08954c10b611d94b9..0381cde87897b39a200b96c6a7d4a980edf7bb85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,6 @@ WORKDIR /home/${user} ENTRYPOINT ["entrypoint", "jenkins-agent"] -# TODO LABELS - ARG TARBALL=files.tar ADD ${TARBALL} / COPY scripts/ / diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 05c1f6b43785650e01b21f434e8517cef8de7447..0000000000000000000000000000000000000000 --- a/Jenkinsfile +++ /dev/null @@ -1,2 +0,0 @@ -@Library('DCCSCR@master') _ -dccscrPipeline(version: '2.263.1.2') diff --git a/download.json b/download.json deleted file mode 100644 index 43f9d49274aa3153fb8d8fc575ef76b93ee55f16..0000000000000000000000000000000000000000 --- a/download.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "resources": [ - { - "url": "https://downloads.cloudbees.com/dsop-files/agent-files-4a311ae7d8b1a5527125ef58dc240f6a88731e34688288b0a2ced04702da0a39.tar", - "filename": "files.tar", - "validation": { - "type": "sha256", - "value": "4a311ae7d8b1a5527125ef58dc240f6a88731e34688288b0a2ced04702da0a39" - } - } - ] -} diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml new file mode 100644 index 0000000000000000000000000000000000000000..93da2da6b3608054925b6818f011ba3396268e4e --- /dev/null +++ b/hardening_manifest.yaml @@ -0,0 +1,23 @@ +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