Skip to content

Commit

Permalink
updating base docker containers (#1429)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Fernandes <[email protected]>
  • Loading branch information
joshuafernandes authored Oct 8, 2020
1 parent 479e465 commit b9d2186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ version: 2.1
executors:
besu_executor_med: # 2cpu, 4G ram
docker:
- image: circleci/openjdk:11.0.4-jdk-stretch
- image: circleci/openjdk:11.0.8-jdk-buster
resource_class: medium
working_directory: ~/project
environment:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2

besu_executor_xl: # 8cpu, 16G ram
docker:
- image: circleci/openjdk:11.0.4-jdk-stretch
- image: circleci/openjdk:11.0.8-jdk-buster
resource_class: xlarge
working_directory: ~/project
environment:
Expand All @@ -30,7 +30,7 @@ commands:
name: Install Packages - LibSodium
command: |
sudo apt-get update
sudo apt-get install -y libsodium18 libsodium-dev apt-transport-https
sudo apt-get install -y libsodium23 libsodium-dev apt-transport-https
- restore_cache:
name: Restore cached gradle dependencies
keys:
Expand Down

0 comments on commit b9d2186

Please sign in to comment.