-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
76 changed files
with
1,794 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
version: 2.1 | ||
orbs: | ||
slack: circleci/[email protected] | ||
win: circleci/windows@2.4.1 | ||
win: circleci/windows@5.0.0 | ||
executors: | ||
small_executor: | ||
docker: | ||
- image: cimg/openjdk:11.0.13 | ||
- image: cimg/openjdk:17.0.7 | ||
auth: &docker-auth | ||
# Don't panic, throw away account to avoid Docker rate limits when downloading. | ||
# Second reason we're doing this is so that forked PRs from external contributors works ie env vars aren't visible to forked PRs from within contexts | ||
|
@@ -27,7 +27,7 @@ executors: | |
|
||
medium_executor: | ||
docker: | ||
- image: cimg/openjdk:11.0.13 | ||
- image: cimg/openjdk:17.0.7 | ||
auth: | ||
<<: *docker-auth | ||
resource_class: medium | ||
|
@@ -39,7 +39,7 @@ executors: | |
|
||
medium_plus_executor: | ||
docker: | ||
- image: cimg/openjdk:11.0.13 | ||
- image: cimg/openjdk:17.0.7 | ||
auth: | ||
<<: *docker-auth | ||
resource_class: "medium+" | ||
|
@@ -50,7 +50,7 @@ executors: | |
|
||
large_executor: | ||
docker: | ||
- image: cimg/openjdk:11.0.13 | ||
- image: cimg/openjdk:17.0.7 | ||
auth: | ||
<<: *docker-auth | ||
resource_class: large | ||
|
@@ -61,7 +61,7 @@ executors: | |
|
||
machine_executor_amd64: | ||
machine: | ||
image: ubuntu-2004:202201-02 # Ubuntu 20.04, Docker v20.10.12, Docker Compose v1.29.2 | ||
image: ubuntu-2204:2023.04.2 # https://circleci.com/developer/machine/image/ubuntu-2204 | ||
docker_layer_caching: true | ||
working_directory: ~/project | ||
environment: | ||
|
@@ -70,15 +70,15 @@ executors: | |
|
||
machine_executor_arm64: | ||
machine: | ||
image: ubuntu-2004:202201-02 # Ubuntu 20.04, Docker v20.10.12, Docker Compose v1.29.2 | ||
image: ubuntu-2204:2023.04.2 # https://circleci.com/developer/machine/image/ubuntu-2204 | ||
resource_class: arm.medium | ||
environment: | ||
architecture: "arm64" | ||
platform: "linux/arm64" | ||
|
||
node_executor: | ||
docker: | ||
- image: circleci/node:14-buster | ||
- image: circleci/node:16-bullseye | ||
auth: | ||
<<: *docker-auth | ||
|
||
|
@@ -139,7 +139,7 @@ commands: | |
mkdir -p $HOME/.docker/trust/private | ||
echo $DCT_KEY | base64 --decode > $HOME/.docker/trust/private/$DCT_HASH.key | ||
chmod 600 $HOME/.docker/trust/private/$DCT_HASH.key | ||
docker trust key load $HOME/.docker/trust/private/$DCT_HASH.key --name opsquorum | ||
docker trust key load $HOME/.docker/trust/private/$DCT_HASH.key --name ecosystem | ||
docker_publish_images: | ||
description: "Upload the docker images" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.