Skip to content

Commit

Permalink
ci: move to supported CI images (MarquezProject#1958)
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Obuchowski <obuchowski.maciej@gmail.com>
  • Loading branch information
mobuchowski authored Apr 21, 2022
1 parent 2c4a4db commit 27cd1dd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-api:
working_directory: ~/marquez
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:current
environment:
TESTCONTAINERS_RYUK_DISABLED: true
steps:
Expand All @@ -44,7 +44,8 @@ jobs:

build-image-api:
working_directory: ~/marquez
machine: true
machine:
image: ubuntu-2004:current
steps:
- checkout
- run: docker build --no-cache --tag "marquezproject/marquez:${CIRCLE_SHA1}" .
Expand All @@ -54,7 +55,8 @@ jobs:

build-image-web:
working_directory: ~/marquez/web
machine: true
machine:
image: ubuntu-2004:current
steps:
- *checkout_project_root
- run: docker build --no-cache --tag "marquezproject/marquez-web:${CIRCLE_SHA1}" .
Expand Down Expand Up @@ -85,7 +87,7 @@ jobs:
build-client-java:
working_directory: ~/marquez
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:current
steps:
- checkout
- restore_cache:
Expand Down Expand Up @@ -142,7 +144,7 @@ jobs:
release-java:
working_directory: ~/marquez
machine:
image: ubuntu-2004:202010-01
image: ubuntu-2004:current
steps:
- checkout
- run: ./.circleci/get-jdk17.sh
Expand All @@ -165,7 +167,8 @@ jobs:

release-docker:
working_directory: ~/marquez
machine: true
machine:
image: ubuntu-2004:current
steps:
- checkout
- run: ./docker/login.sh
Expand Down

0 comments on commit 27cd1dd

Please sign in to comment.