-
## Summarize the issue in one sentence
CirlcleCI is showing a deprecated docker image warning.
![image](https://user-images.githubusercontent.com/3385219/167649264-efc54576-2b45-41d7-88c8-39c543124a…
-
**Describe the bug**
We've configured the database according to the postgres testing example in the docs: https://circleci.com/docs/databases/#postgresql-database-testing-example
when running the …
hphu3 updated
4 months ago
-
-
### Description
CircleCI is deprecating certain Docker images, which will no longer receive updates. This repository's configuration (`.circleci/config.yml`) uses `circleci/golang`, which should be…
bflad updated
2 years ago
-
### Orb version
My ``circleci/config.yml`` looks like this:
```
version: 2.1
orbs:
fossa-cli: fossa/cli@0.0.3
workflows:
fossa-integration:
jobs:
- fossa-cli/analyze
```
…
-
The directory `/home/circleci/project` needs to either be empty or not exist in the image. We should verify this as a test. A test like this would have prevented https://github.com/CircleCI-Public/cim…
-
https://github.com/CircleCI-Public/cimg-android/blob/main/2022.06/browsers/Dockerfile
-
### 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/defaul…
-
## Meta:
**CircleCI CLI Version: 0.1.16947+263902a (homebrew)**
**Operating System: OSX Monterrey 12.2.1, Intel chip**
**Docker Desktop Version: 4.5.0 (74594)**
---
## Current behavior:…
-
This supersedes #88
The emulator package in sdkmanager does not support arm64 therefore the sdkmanager "tools" command fails on arm64 builds.
It might be possible to work around this by looking…