Skip to content

Commit ec9a988

Browse files
authored
INS-1213: Bump rok8s-scripts ci-images to v14.1-bullseye (#457)
* NS-1213: Bump rok8s-scripts ci-images to v14.1-bullseye * Trying to fix Dockerfikle * Fixing Dockerfile * Fixing Dockerfile * Fixing Dockerfile * Fixing Dockerfile * Fixing Dockerfile * Fixing Dockerfile * Fixing Dockerfile * Empty * Empty * Empty * Empty * Revert comments * Reverted docker file * Reverted docker file
1 parent caa6ba4 commit ec9a988

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
publish-dev-orb:
126126
working_directory: /go/src/github.com/fairwindsops/rok8s-scripts
127127
docker:
128-
- image: quay.io/reactiveops/ci-images:v11-buster
128+
- image: quay.io/reactiveops/ci-images:v14.1-bullseye
129129
shell: /bin/bash
130130
steps:
131131
- checkout

bin/install-rok8s-requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fi
9595

9696
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$AWS_CLI_VERSION.zip" -o "awscliv2.zip"
9797
unzip awscliv2.zip
98-
sudo ./aws/install
98+
sudo ./aws/install --update
9999
hash aws
100100

101101
# make sure kubectl is installed

examples/external-secrets-manager/.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ references:
2121
jobs:
2222
deploy:
2323
docker:
24-
- image: quay.io/reactiveops/ci-images:v11.12-buster
24+
- image: quay.io/reactiveops/ci-images:v14.1-bullseye
2525
steps:
2626
- checkout
2727
- setup_remote_docker

examples/minimal-sops-secrets/.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ references:
3030
jobs:
3131
build_image:
3232
docker:
33-
- image: quay.io/reactiveops/ci-images:v11.12-buster
33+
- image: quay.io/reactiveops/ci-images:v14.1-bullseye
3434
steps:
3535
- checkout
3636
- setup_remote_docker
3737
- *set_environment_variables
3838
- *build_image
3939
deploy:
4040
docker:
41-
- image: quay.io/reactiveops/ci-images:v11.12-buster
41+
- image: quay.io/reactiveops/ci-images:v14.1-bullseye
4242
steps:
4343
- checkout
4444
- setup_remote_docker

examples/minimal/.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ references:
3030
jobs:
3131
build_image:
3232
docker:
33-
- image: quay.io/reactiveops/ci-images:v11.12-buster
33+
- image: quay.io/reactiveops/ci-images:v14.1-bullseye
3434
steps:
3535
- checkout
3636
- setup_remote_docker
3737
- *set_environment_variables
3838
- *build_image
3939
deploy:
4040
docker:
41-
- image: quay.io/reactiveops/ci-images:v11.12-buster
41+
- image: quay.io/reactiveops/ci-images:v14.1-bullseye
4242
steps:
4343
- checkout
4444
- setup_remote_docker

0 commit comments

Comments
 (0)