-
*Note: We also welcome PRs to fix bugs! This helps us take action faster where a bug has been identified!*
For our official CircleCI Docker Convenience Image support policy, please see [CircleCI do…
-
This is a valid circle pipeline:
```yaml
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.2.3
jobs:
build:
docker:
- image: cimg/node:16.19.1-browsers
working_di…
-
It would be nice to have floating major release tags -- e.g. "14" and "15", so that pulling in bug fix releases doesn't require lots of editing of CI configs.
I miss this actually in many of the ci…
-
- [x] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md).
- [x] I have checked for similar issues and haven't found anything relevant.
…
-
I have a script I try to run in CircleCI inside a Linux container. It fails saying "[ERROR] command requires authentication. try to run "gactions login" first". When I run `gactions login --help` the…
-
We are getting github.com/google/go-github/v39/github: cannot find package "github.com/google/go-github/v39/github" through our Circle pipeline we are using latest circleci image for go lang **cimg/go…
-
### Is there an existing issue that is already proposing this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe it
We use self hosted runn…
-
We build our binaries on CircleCI `cimg` images and this results in building our router linux binaries with a relatively new `glibc`.
On older (or more conservative) linux distros (for example: Cen…
-
Probably because Ruby 2.7 has been removed from the upstream repo? https://github.com/circleci/circleci-images disappeared as well.
I created my own build process with https://github.com/docker-rub…
-
**Orb Version**
1.0.2
**Describe the bug**
ENV variables passed in args don't get added to env variables in cloud run
**To Reproduce**
```
version: 2.1
orbs:
gcp-cloud-run: circlec…