CircleCI-Public / CircleCI-Public/circleci-cli-orb
circleci reports the image used here as deprecated
Open
- Dominant language
- Shell
- Stars
- 2
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
### 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:

### Expected behavior
No deprecation messages, obviously :) Please, consider upgrading to cimg/base or adding a new base image with `circleci-cli` installed
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.