circleci-images
circleci-images copied to clipboard
Scripts to generate images for building projects on CircleCI 2.0
Hi, are fonts included in the android images (circleci/android:api-30-node) ? I'm getting an [error](https://github.com/usefulness/easylauncher-gradle-plugin/issues/130) indicating it is not. Would it be possible to follow the [same approach](https://github.com/CircleCI-Public/cimg-openjdk/issues/63) as in the...
Since the docker image is based on `openjdk:11-jdk-slim` we have many test cases failing. Our current workaround is to use another image just to run these tests. The regular image...
An image optimised towards C++ development would be handy. An image with GCC 9 or 10 (could also include Clang) with the latest CMake, Ninja, etc already installed.
Currently we have the android base image, then from there there is a Node and NDK image each built up from the base. Some CLI tools depend on node, and...
The latest LTS version of Android NDK is r21d and the latest stable version is 22: https://developer.android.com/ndk/downloads Many apps like Magisk only supports r21d now. But in the ci image...
The PATH seems to be set incorrectly when SSH'ing in to a build using the `circleci/android:api-28-ndk` docker image (note, I have not tested other images, so this may not be...
Hello, Ever since the Aug 17 update for the circleci/android:api-29 image, where the JDK was changed to 11, my build fails with this error: ``` > Task :app:kaptDebugKotlin FAILED e:...
As I was testing api-29 with a different build-tools version I noticed: `/opt/android/sdk/build-tools/29.0.2/llvm-rs-cc: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory.`
Google Play Store won't allow you to publish updates build with older API versions. See roadmap: https://support.google.com/googleplay/android-developer/answer/113469#targetsdk People may still need older android API images for Amazon Kindle or custom...
CCI base Python image does not support GDAL library with the error ``` django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library``` - a user found that this image worked for them:...