This image is used to build java 8 environment with Python3.6 on CircleCI.
10K+
Currently Circle ci official image only provides up to Ubuntu 14.04, apt-get java 8 is not working on ubuntu 14.04. This docker image based on Ubuntu, with Java 8(oracle openjdk) and python 3.6(with pip module preinstalled).
Use it in Circle ci:
docker:
- image: hancheng/circleci-python3.6-java8
With tags browsers the docker image has browsers pre-installed. Use it in Circle ci:
docker:
- image: hancheng/circleci-python3.6-java8:browsers
Updated Aug 2018: add node.js environment
docker:
- image: hancheng/circleci-python3.6-java8:node8-amp
Updated Sep 2018: add pyppeteer and chromium into ubuntu environment
docker:
- image: hancheng/circleci-python3.6-java8:pyppeteer-chromium
Content type
Image
Digest
Size
940 MB
Last updated
over 7 years ago
Requires Docker Desktop 4.37.1 or later.