-
Notifications
You must be signed in to change notification settings - Fork 244
Description
Meta:
CircleCI CLI Version:
0.1.31632+d2e8a96 (homebrew)
Operating System:
Darwin 24.4.0 Darwin Kernel Version 24.4.0: Fri Apr 11 18:33:47 PDT 2025; root:xnu-11417.101.15~117/RELEASE_ARM64_T6030 arm64
aka
macOS Sequoia 15.4.1 (on Apple M3 Pro)
CircleCI CLI Diagnostic:
---
CircleCI CLI Diagnostics
---
Debugger mode: false
Config found: /Users/<redact>/.circleci/cli.yml
API host: https://circleci.com
API endpoint: graphql-unstable
OK, got a token.
Hello, <redact>.
Current behavior:
Just running a local job for orb development as described at https://circleci.com/docs/testing-orbs/
Note: This is explicitly programmed into https://github.com/CircleCI-Public/circleci-cli/blob/main/local/local.go#L199 but my checksum is sha256:47f9460bf9d6227a845f7859960218794c55c2ea886b3c0273ea713a1868ff90
Expected behavior:
I noticed that the tool prints Fetching latest build environment... but all images that were fetched are 2 to 3 years old and are not the latest revision.
After removing the images and explicitly pulling the latest circle-cli and picard images, the picard image was still ignored and the older one was pulled during the test (e.g. circleci local execute ***).
When did this begin / Was this previously working?:
I started observing it three days ago. Maybe it did work previously, but i don't know.