Skip to content

Commit

Permalink
chore(images): update circleci-runner's base images (#6093)
Browse files Browse the repository at this point in the history
* chore: update `google/cloud-sdk` base image

* chore: update `cibuilds/github` base image

* chore: update `cimg/node` base image

* chore: bump `circleci-runner` image version

* chore: use latest `circleci-runner` image
  • Loading branch information
vvagaytsev committed May 29, 2024
1 parent 7383ea8 commit ca10dfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parameters:
docker_layer_caching: true

runner-image: &runner-image
image: gardendev/circleci-runner:22.1.0-1@sha256:ce3c5de0ce246daaf66b6e2d2a535cd4f32042fdc52a5c693b2220bef11a2d3c
image: gardendev/circleci-runner:22.2.0-0@sha256:8f377efddb7352085b1d485743e33b03ef71d90d614e6a3f737dbb4b35023c9f

# Configuration for our node jobs
docker-runner: &docker-runner
Expand Down
8 changes: 4 additions & 4 deletions images/circleci-runner/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#### gcloud base image ####
FROM google/cloud-sdk:411.0.0@sha256:b5c292e4cbf1ff57853a5f48bda5bf1f01c4750bc3d44a36a970e31d5a49bec8 as gcloud
FROM google/cloud-sdk:477.0.0@sha256:01e38cd50099ff39643f56cb625d902a668d97790a872f3f294996e935899edd as gcloud

#### ghr utility ####
FROM cibuilds/github:0.12.2@sha256:a247975213771f2f4c61b806771ef6c22b225fdc46558738b7c935517c0dcdd4 AS ghr
FROM cibuilds/github:0.13.0@sha256:a247975213771f2f4c61b806771ef6c22b225fdc46558738b7c935517c0dcdd4 AS ghr

#### ldid utility ####
FROM cimg/node:22.1.0@sha256:700d5aaaa00ba98937817a0b682049490af8e4bf4645411279f8f78193265072 as ldid
FROM cimg/node:22.2.0@sha256:3f6ca5a24d32e5bb54b5ac67b84e90c133242c2428c5aed1b1a8f5e8aaca0132 as ldid

RUN sudo apt-get update && sudo apt-get install -qq -y --no-install-recommends \
git \
Expand All @@ -22,7 +22,7 @@ RUN cd /tmp && \
sudo cp -f ./ldid /usr/local/bin/ldid

#### main ####
FROM cimg/node:22.1.0@sha256:700d5aaaa00ba98937817a0b682049490af8e4bf4645411279f8f78193265072
FROM cimg/node:22.2.0@sha256:3f6ca5a24d32e5bb54b5ac67b84e90c133242c2428c5aed1b1a8f5e8aaca0132

# install system deps
RUN sudo apt-get update && sudo apt-get -y install rsync parallel python3 curl
Expand Down
2 changes: 1 addition & 1 deletion images/circleci-runner/garden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ variables:
publish: false
image_name: gardendev/circleci-runner
image_tag: "${var.publish ? var.release_tag : 'dev'}"
release_tag: 22.1.0-2
release_tag: 22.2.0-0
spec:
localId: gardendev/circleci-runner
extraFlags: [ "--platform", "linux/amd64", "--tag", "${var.image_name}:${var.image_tag}", "--push" ]

0 comments on commit ca10dfc

Please sign in to comment.