Skip to content

Commit

Permalink
Update legacy docker images following deprecation
Browse files Browse the repository at this point in the history
https://circleci.com/docs/2.0/circleci-images/
Legacy images with the prefix "circleci/" were deprecated
on December 31, 2021

https://circleci.com/docs/2.0/language-java/
  • Loading branch information
gberche-orange committed Mar 24, 2022
1 parent 979425a commit fff3022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions osb-cmdb/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
working_directory: ~/osb-cmdb-spike
docker:
- image: circleci/openjdk:8-jdk
- image: cimg/openjdk:8.0
environment:
# Configure the JVM and Gradle to avoid OOM errors
_JAVA_OPTIONS: "-Xmx3g"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
build_n_deploy:
working_directory: ~/osb-cmdb-spike
docker:
- image: circleci/openjdk:8-jdk
- image: cimg/openjdk:8.0
steps:
# TODO: factor out this code with the `build` workflow, possibly using yaml reference
- checkout
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
release_to_github:
working_directory: ~/osb-cmdb-spike
docker:
- image: circleci/openjdk:8-jdk
- image: cimg/openjdk:8.0
steps:
- attach_workspace:
at: ~/osb-cmdb-spike
Expand Down

0 comments on commit fff3022

Please sign in to comment.