UNCLASSIFIED

Verified Commit f0dd3913 authored by Jesse Glick's avatar Jesse Glick
Browse files

2.222.1.1

parent d90df771
...@@ -42,8 +42,8 @@ HEALTHCHECK --interval=5m --timeout=3s \ ...@@ -42,8 +42,8 @@ HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -fsL ${JENKINS_URL}/login || exit 1 CMD curl -fsL ${JENKINS_URL}/login || exit 1
LABEL securitytxt="https://www.cloudbees.com/.well-known/security.txt" LABEL securitytxt="https://www.cloudbees.com/.well-known/security.txt"
LABEL release=8251ae1c309409aa4da8972e76fdd8088094faab LABEL release=6fc9a96438748cc420304742ac3c6a5f89f9e9e5
LABEL version=2.204.3.7 LABEL version=2.222.1.1
ARG TARBALL=files.tar ARG TARBALL=files.tar
COPY ${TARBALL} /tmp COPY ${TARBALL} /tmp
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: '2.204.3.7') dccscrPipeline(version: '2.222.1.1')
...@@ -9,7 +9,7 @@ CloudBees Core consists of three Docker images installed via Helm chart: ...@@ -9,7 +9,7 @@ CloudBees Core consists of three Docker images installed via Helm chart:
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 Core is given in the format `2.204.3.7` A version of Core is given in the format `2.222.1.1`
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,
...@@ -22,13 +22,13 @@ plus whatever other customizations are desired: ...@@ -22,13 +22,13 @@ plus whatever other customizations are desired:
```yaml ```yaml
OperationsCenter: OperationsCenter:
Image: Image:
dockerImage: your-registry/core-oc:2.204.3.7 dockerImage: your-registry/core-oc:2.222.1.1
Master: Master:
Image: Image:
dockerImage: your-registry/core-mm:2.204.3.7 dockerImage: your-registry/core-mm:2.222.1.1
Agents: Agents:
Image: Image:
dockerImage: your-registry/agent:2.204.3.7 dockerImage: your-registry/agent:2.222.1.1
``` ```
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:
......
{ {
"resources": [ "resources": [
{ {
"url": "https://dsop.s3.amazonaws.com/core-oc-files-f3ffb41a22329fb499d791663105bf4fb32f9f7c4d435f147fa6c71237b4c5b3.tar", "url": "https://dsop.s3.amazonaws.com/core-oc-files-0419b3817bfce12348e4be3a3412473dea211c98ba5191e3b4b3568d2d0b9f32.tar",
"filename": "files.tar", "filename": "files.tar",
"validation": { "validation": {
"type": "sha256", "type": "sha256",
"value": "f3ffb41a22329fb499d791663105bf4fb32f9f7c4d435f147fa6c71237b4c5b3" "value": "0419b3817bfce12348e4be3a3412473dea211c98ba5191e3b4b3568d2d0b9f32"
} }
} }
] ]
......
apiVersion: v1 apiVersion: v1
appVersion: 2.204.3.4 appVersion: 2.222.1.1
description: The Continuous Delivery Solution for Enterprises description: The Continuous Delivery Solution for Enterprises
home: https://www.cloudbees.com/products/cloudbees-core home: https://www.cloudbees.com/products/cloudbees-core
icon: https://images.ctfassets.net/vtn4rfaw6n2j/7xprMMXARXDBuVxW4y8XfV/349fff91035050e3f2a8ff37bc0615b5/cloudbees-core-logo_header.svg icon: https://images.ctfassets.net/vtn4rfaw6n2j/7xprMMXARXDBuVxW4y8XfV/349fff91035050e3f2a8ff37bc0615b5/cloudbees-core-logo_header.svg
...@@ -7,4 +7,4 @@ keywords: ...@@ -7,4 +7,4 @@ keywords:
- cloudbees - cloudbees
- jenkins - jenkins
name: cloudbees-core name: cloudbees-core
version: 3.10.0-DEVELOPMENT version: 3.12.0-DEVELOPMENT
...@@ -33,7 +33,7 @@ OperationsCenter: ...@@ -33,7 +33,7 @@ OperationsCenter:
# Operations Center docker image # Operations Center docker image
Image: Image:
dockerImage: dcar/core-oc:2.204.3.7 dockerImage: dcar/core-oc:2.222.1.1
dockerPullPolicy: IfNotPresent dockerPullPolicy: IfNotPresent
# Platform enables specific settings, option defaults standard # Platform enables specific settings, option defaults standard
...@@ -203,7 +203,7 @@ Master: ...@@ -203,7 +203,7 @@ Master:
# Docker image inserted in Operations Center automatically # Docker image inserted in Operations Center automatically
Image: Image:
dockerImage: dcar/core-mm:2.204.3.7 dockerImage: dcar/core-mm:2.222.1.1
dockerPullPolicy: IfNotPresent dockerPullPolicy: IfNotPresent
# Additional Java options to pass to managed masters. For example, setting up a JMX port # Additional Java options to pass to managed masters. For example, setting up a JMX port
JavaOpts: null JavaOpts: null
...@@ -221,7 +221,7 @@ Agents: ...@@ -221,7 +221,7 @@ Agents:
Create: false Create: false
Image: Image:
# Used to override the default docker image used for agents # Used to override the default docker image used for agents
dockerImage: dcar/agent:2.204.3.7 dockerImage: dcar/agent:2.222.1.1
Persistence: Persistence:
## Persistent Volume Storage Class for Jenkins Home ## Persistent Volume Storage Class for Jenkins Home
......
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