UNCLASSIFIED

Commit 58ce64d1 authored by Ildefonso Montero's avatar Ildefonso Montero
Browse files

2.289.2.2-ra

parent 2e97612c
Pipeline #350936 passed with stages
in 16 minutes and 30 seconds
...@@ -12,7 +12,7 @@ CloudBees CI (formerly known as _CloudBees Core_) consists of three Docker image ...@@ -12,7 +12,7 @@ CloudBees CI (formerly known as _CloudBees Core_) consists of three Docker image
For each image, all files other than UBI and native packages For each image, all files other than UBI and native packages
are included in a `files.tar` marked with a SHA-256 checksum. are included in a `files.tar` marked with a SHA-256 checksum.
A version of CloudBees CI is given in the format `2.289.1.2-ra` A version of CloudBees CI is given in the format `2.289.2.2-ra`
where the first three components are aligned with a Jenkins LTS. where the first three components are aligned with a Jenkins LTS.
The Helm chart is coversioned with `core-oc`. The Helm chart is coversioned with `core-oc`.
The `core-mm` image typically shares the same version, The `core-mm` image typically shares the same version,
...@@ -25,13 +25,13 @@ plus whatever other customizations are desired: ...@@ -25,13 +25,13 @@ plus whatever other customizations are desired:
```yaml ```yaml
OperationsCenter: OperationsCenter:
Image: Image:
dockerImage: your-registry/core-oc:2.289.1.2-ra dockerImage: your-registry/core-oc:2.289.2.2-ra
Master: Master:
Image: Image:
dockerImage: your-registry/core-mm:2.289.1.2-ra dockerImage: your-registry/core-mm:2.289.2.2-ra
Agents: Agents:
Image: Image:
dockerImage: your-registry/agent:2.289.1.2-ra dockerImage: your-registry/agent:2.289.2.2-ra
``` ```
and [install via Helm 3](https://docs.cloudbees.com/docs/cloudbees-core/latest/kubernetes-install-guide/installing-kubernetes-using-helm) using the local copy of the chart: and [install via Helm 3](https://docs.cloudbees.com/docs/cloudbees-core/latest/kubernetes-install-guide/installing-kubernetes-using-helm) using the local copy of the chart:
......
apiVersion: v1 apiVersion: v1
name: "cloudbees/core/agent" name: "cloudbees/core/agent"
tags: tags:
- "2.289.1.2-ra" - "2.289.2.2-ra"
- latest - latest
labels: labels:
org.opencontainers.image.title: "agent" org.opencontainers.image.title: "agent"
...@@ -9,7 +9,7 @@ labels: ...@@ -9,7 +9,7 @@ labels:
org.opencontainers.image.licenses: proprietary org.opencontainers.image.licenses: proprietary
org.opencontainers.image.url: https://docs.cloudbees.com/docs/cloudbees-ci/ org.opencontainers.image.url: https://docs.cloudbees.com/docs/cloudbees-ci/
org.opencontainers.image.vendor: CloudBees org.opencontainers.image.vendor: CloudBees
org.opencontainers.image.version: "2.289.1.2-ra" org.opencontainers.image.version: "2.289.2.2-ra"
mil.dso.ironbank.image.keywords: cicd mil.dso.ironbank.image.keywords: cicd
mil.dso.ironbank.image.type: commercial mil.dso.ironbank.image.type: commercial
mil.dso.ironbank.product.name: CloudBees CI mil.dso.ironbank.product.name: CloudBees CI
...@@ -18,10 +18,10 @@ args: ...@@ -18,10 +18,10 @@ args:
BASE_TAG: "1.8.0" BASE_TAG: "1.8.0"
resources: resources:
- filename: files.tar - filename: files.tar
url: https://downloads.cloudbees.com/dsop-files/agent-files-1b90057e1c62a1899ed6a12c735da32cd5e17962a2546ef799beef1d23c3f1bf.tar url: https://downloads.cloudbees.com/dsop-files/agent-files-3aaae577d071defa5ed83e7deb91b09e07f0391fcacd7b40e5a592433323f0e8.tar
validation: validation:
type: sha256 type: sha256
value: "1b90057e1c62a1899ed6a12c735da32cd5e17962a2546ef799beef1d23c3f1bf" value: "3aaae577d071defa5ed83e7deb91b09e07f0391fcacd7b40e5a592433323f0e8"
maintainers: maintainers:
- email: productivity-team@cloudbees.com - email: productivity-team@cloudbees.com
name: CloudBees name: CloudBees
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment