Skip to content

Commit

Permalink
Update container references to remove deprecated images
Browse files Browse the repository at this point in the history
  • Loading branch information
allaryin committed Jun 21, 2022
1 parent f40824a commit 31d605f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ commands:
jobs:
dep:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.17
environment:
GO111MODULE: "on"
working_directory: /go/src/github.com/hypnoglow/helm-s3
Expand All @@ -58,7 +58,7 @@ jobs:
- helm-s3
test-install:
docker:
- image: circleci/buildpack-deps:stretch-curl
- image: cimg/base:stable
working_directory: /tmp
steps:
- run:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
helm plugin install https://github.com/hypnoglow/helm-s3.git --version ${version}
release:
docker:
- image: circleci/golang:1.17
- image: cimg/go:1.17
environment:
GO111MODULE: "on"
GOFLAGS: "-mod=vendor"
Expand All @@ -105,7 +105,7 @@ jobs:
fi
docker-helm-2_17:
docker:
- image: circleci/buildpack-deps:stretch
- image: cimg/base:stable
working_directory: ~/workspace/helm-s3
steps:
- attach_workspace:
Expand All @@ -116,7 +116,7 @@ jobs:
helm_version: 2.17.0
docker-helm-3_4:
docker:
- image: circleci/buildpack-deps:stretch
- image: cimg/base:stable
working_directory: ~/workspace/helm-s3
steps:
- attach_workspace:
Expand All @@ -127,7 +127,7 @@ jobs:
helm_version: 3.4.2
docker-helm-3_5:
docker:
- image: circleci/buildpack-deps:stretch
- image: cimg/base:stable
working_directory: ~/workspace/helm-s3
steps:
- attach_workspace:
Expand All @@ -138,7 +138,7 @@ jobs:
helm_version: 3.5.2
docker-helm-3_9:
docker:
- image: circleci/buildpack-deps:stretch
- image: cimg/base:stable
working_directory: ~/workspace/helm-s3
steps:
- attach_workspace:
Expand Down

0 comments on commit 31d605f

Please sign in to comment.