Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: switch to cimg docker images #247

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.16
- image: cimg/go:1.16
environment:
- DEP_VERSION: 0.5.1
working_directory: /go/src/github.com/SAP/cloud-mta
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

compliance:
docker:
- image: circleci/python:3.6.4
- image: cimg/python:3.6
working_directory: ~/workdir
steps:
- checkout
Expand All @@ -49,7 +49,7 @@ jobs:

release:
docker:
- image: circleci/golang:1.16
- image: cimg/go:1.16
working_directory: /go/src/github.com/SAP/cloud-mta
steps:
- add_ssh_keys:
Expand Down Expand Up @@ -113,8 +113,8 @@ jobs:

publish:
docker:
- image: circleci/node:13.1.0
working_directory: ~/go/src/github.com/SAP/cloud-mta
- image: cimg/node:14.19
working_directory: ~/repo
steps:
- add_ssh_keys:
fingerprints:
Expand Down