diff --git a/README.md b/README.md index b77c12bfc1af6e01f3d56c5be66866280e894325..b0f997f957b20121f5dfad9e41ce9669214bba78 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # CloudBees CI setup +## Approved with Conditions +Must run behind CNAP or VPN (no internet facing). + CloudBees CI (formerly known as _CloudBees Core_) consists of three Docker images installed via Helm chart: * `core-oc`: the Operations Center @@ -9,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 are included in a `files.tar` marked with a SHA-256 checksum. -A version of CloudBees CI is given in the format `2.263.2.4-ra` +A version of CloudBees CI is given in the format `2.277.1.6-ra` where the first three components are aligned with a Jenkins LTS. The Helm chart is coversioned with `core-oc`. The `core-mm` image typically shares the same version, @@ -22,13 +25,13 @@ plus whatever other customizations are desired: ```yaml OperationsCenter: Image: - dockerImage: your-registry/core-oc:2.263.2.4-ra + dockerImage: your-registry/core-oc:2.277.1.6-ra Master: Image: - dockerImage: your-registry/core-mm:2.263.2.4-ra + dockerImage: your-registry/core-mm:2.277.1.6-ra Agents: Image: - dockerImage: your-registry/agent:2.263.2.4-ra + dockerImage: your-registry/agent:2.277.1.6-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: diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 062671b575513877a48a710f1cd52b765744681e..3d5352789c9c3e4d25078165c193aa5810a5a4fe 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -1,7 +1,7 @@ apiVersion: v1 -name: cloudbees/core/agent +name: "cloudbees/core/agent" tags: -- "2.263.2.4-ra" +- "2.277.1.6-ra" - latest labels: org.opencontainers.image.title: "agent" @@ -9,7 +9,7 @@ labels: 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.2.4-ra" + org.opencontainers.image.version: "2.277.1.6-ra" mil.dso.ironbank.image.keywords: cicd mil.dso.ironbank.image.type: commercial mil.dso.ironbank.product.name: CloudBees CI @@ -18,10 +18,14 @@ args: BASE_TAG: "1.8.0" resources: - filename: files.tar - url: https://downloads.cloudbees.com/dsop-files/agent-files-cc9d1052834f6b3cd943436374dd7081273d0f46e5ec8931974cb716fa004952.tar + url: https://downloads.cloudbees.com/dsop-files/agent-files-c4b0d2ddb3331dd03cafcf5bd7f045c88d00135a45051c87cc81bb17be82413b.tar validation: type: sha256 - value: "cc9d1052834f6b3cd943436374dd7081273d0f46e5ec8931974cb716fa004952" + value: "c4b0d2ddb3331dd03cafcf5bd7f045c88d00135a45051c87cc81bb17be82413b" maintainers: - email: productivity-team@cloudbees.com + name: CloudBees + username: imontero - email: andre.maksymowicz@centauricorp.com + name: Andy Maksymowicz + username: andymaks