CircleCI-Public / circleci-cli-orb

Easily install and use the CircleCI CLI, on CircleCI
https://circleci.com/orbs/registry/orb/circleci/circleci-cli
MIT License
2 stars 11 forks source link

circleci reports the image used here as deprecated #16

Open vandr0iy opened 2 years ago

vandr0iy commented 2 years ago

Orb version

0.1.9

What happened

Using a configuration that looks like the following:

orbs:
  cli: circleci/circleci-cli@0.1.9

jobs:
  validate_orbs:
    executor: cli/default
    steps:
      - checkout
...

I get this error message in the circleci's own app: image

Expected behavior

No deprecation messages, obviously :) Please, consider upgrading to cimg/base or adding a new base image with circleci-cli installed

keen99 commented 2 years ago

same. all orbs that use the orb-tools orb consume this, and even with orb-tools v11 will return this warning. ideally this would be a patch level fix to avoid too much downstream updates...

https://github.com/CircleCI-Public/orb-tools-orb/pull/125/files#diff-62d622a5b8fd616573cb271629628f0b96dcc48f68ec81feba0218278dc39654R13