Skip to content

Commit 8d860d8

Browse files
authored
Merge pull request #478 from camunda/include-focal-image-to-regular-release
chore(docker os): added focal image to release train
2 parents aa7d764 + 5338299 commit 8d860d8

File tree

3 files changed

+40
-119
lines changed

3 files changed

+40
-119
lines changed

.github/workflows/RELEASE-FOCAL.yaml

Lines changed: 0 additions & 100 deletions
This file was deleted.

.github/workflows/RELEASE.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
username: ${{ steps.secrets.outputs.DOCKERHUB_USER }}
137137
password: ${{ steps.secrets.outputs.DOCKERHUB_PASSWORD }}
138138

139-
# Build & push bundle docker images (with version tag)
139+
# Build & push bundle docker images (with version tag)
140140

141141
- name: Build and Push Docker Image tag ${{ github.event.inputs.version }} - bundle-default
142142
uses: docker/build-push-action@v4
@@ -146,6 +146,16 @@ jobs:
146146
tags: camunda/connectors-bundle:${{ github.event.inputs.version }}
147147
platforms: linux/amd64,linux/arm64
148148
provenance: false
149+
150+
- name: Build and Push Docker Image tag ${{ github.event.inputs.version }}-focal - bundle-default
151+
uses: docker/build-push-action@v4
152+
with:
153+
context: bundle/mvn/default-bundle/
154+
push: ${{ github.ref == 'refs/heads/main' }}
155+
tags: camunda/connectors-bundle:${{ github.event.inputs.version }}-focal
156+
platforms: linux/amd64,linux/arm64
157+
provenance: false
158+
file: bundle/mvn/default-bundle/Dockerfile-focal
149159

150160
- name: Build and Push Docker Image tag ${{ github.event.inputs.version }} - bundle-saas
151161
uses: docker/build-push-action@v4
@@ -156,7 +166,7 @@ jobs:
156166
platforms: linux/amd64,linux/arm64
157167
provenance: false
158168

159-
# Build & push bundle docker images (with 'latest' tag)
169+
# Build & push bundle docker images (with 'latest' tag)
160170

161171
- name: Build and Push Docker Image tag latest - bundle-default
162172
if: ${{ steps.check_prerelease.outputs.isPreRelease == 'false' }}
@@ -178,7 +188,7 @@ jobs:
178188
platforms: linux/amd64,linux/arm64
179189
provenance: false
180190

181-
# Update README in Dockerhub
191+
# Update README in Dockerhub
182192

183193
- name: Push README to Dockerhub - bundle-default
184194
if: ${{ steps.check_prerelease.outputs.isPreRelease == 'false' }}

bundle/README.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,32 @@ The Connectors Bundle contains all out-of-the-box Connectors for Camunda 8. It's
44

55
The bundle contains the following components
66

7-
| Component | Version | License |
8-
|------------------------------|---------|----------------------------------------------|
9-
| [Connector Runtime] | 0.7.0 | [Apache 2.0] |
10-
| [AWS Lambda Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
11-
| [Google Drive Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
12-
| [HTTP JSON Connector (REST)] | 0.17.0 | [Apache 2.0] |
13-
| [GraphQL Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
14-
| [RabbitMQ Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
15-
| [Kafka Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
16-
| [SendGrid Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
17-
| [Slack Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
18-
| [MS Teams Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
19-
| [SNS Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
20-
| [SQS Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
21-
| [HTTP Webhook Connector] | 0.17.0 | [Camunda Platform Self-Managed Free Edition] |
7+
| Component | Version | License |
8+
|----------------------------------|---------|----------------------------------------------|
9+
| [Connector Runtime] | 0.8.1 | [Apache 2.0] |
10+
| [Asana Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
11+
| [Automation Anywhere Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
12+
| [Amazon SNS Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
13+
| [Amazon SQS Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
14+
| [AWS Lambda Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
15+
| [Camunda Operate Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
16+
| [Easy Post Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
17+
| [GitHub Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
18+
| [GitHub Webhook Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
19+
| [GitLab Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
20+
| [Google Drive Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
21+
| [Google Maps Platform Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
22+
| [GraphQL Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
23+
| [HTTP Webhook Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
24+
| [Kafka Producer Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
25+
| [Microsoft Teams Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
26+
| [OpenAI Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
27+
| [Power Automate Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
28+
| [RabbitMQ Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
29+
| [REST Connector] | 0.18.2 | [Apache 2.0] |
30+
| [SendGrid Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
31+
| [Slack Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
32+
| [UiPath Connector] | 0.18.2 | [Camunda Platform Self-Managed Free Edition] |
2233

2334
**Note:**
2435
- This list only includes Camunda 8 out-of-the-box Connectors that have their own implementation.
@@ -50,7 +61,7 @@ docker run --rm --name=connectors -d \
5061
-e MY_SECRET=secret \ # Set a secret with value
5162
-e SECRET_FROM_SHELL \ # Set a secret from the environment
5263
--env-file secrets.txt \ # Set secrets from a file
53-
camunda/connectors-bundle:0.15.0
64+
camunda/connectors-bundle:0.18.2
5465
```
5566

5667
The secret `MY_SECRET` value is specified directly in the `docker run` call,

0 commit comments

Comments
 (0)