-
Hello,
Thanks for publishing and maintaining this incredibly useful docker image! My team uses it to easily spin up Redis for running integration tests in our CircleCI pipeline.
One feature that…
-
I don't have permissions to `/usr/local`
```
docker run -it cimg/rust:1.64.0
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and n…
-
Troubleshooting some test failures when using the `cimg/clojure:1.11-openjdk-11.0-browsers` image led to discovering that the version of Nodejs is quite old
```
~/app $ node -v
v12.10.0
```
It …
-
Hello,
I ran into an issue with the mismatch of the circleci user id inside of the cimg images (explicitly set to UID 3434) and the `machine` type executor VMs. The `useradd` command in the Dockerf…
drags updated
2 years ago
-
## Orb version:
4.1
## What happened:
I am using `owasp/zap2docker-stable` docker container to create a circleci job with slack integration.
And slack sending notification job is failing wi…
-
## Orb version:
0.0.2
## What happened:
We'd like to be able to pass $CIRCLE_BRANCH to the base-revision parameter in the orb so that the git checks are against it's own branch dynamically. …
-
They were released a while ago, I guess users would use it (I definitely would).
-
I use [python-magic](https://pypi.org/project/python-magic/) in my project https://github.com/digitalfabrik/integreat-cms and since the update from `3.9.14` to `3.9.15`, my builds fail with:
```
imp…
-
It appears for some pip binaries to be made available in PATH, `eval "$(pyenv init -)"` needs to be manually run. This needs to be investigated as that doesn't sound ideal.
-
### Orb version
8.0.0
### What happened
Docker build cannot find host files that needs to be copied into the image.
Build fails at **Build Docker Image with buildx**
```
#7 [2/2] COPY --chow…