Skip to content

Jahia/cimg-mvn-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Maven Cache images

The objective of this repository is to provide custom Docker images that are based on the official CircleCI images. They are used to speed up the build process by providing a pre-warmed maven cache.

These images will be rebuilt at regular interval and aim at being used by any of our jobs that would need access to maven artifacts.

Repo:tag format

To simplify management, images will be following this naming convention.

CircleCI Image repo:tag Jahia Image repo:tag
cimg/openjdk:8.0.275 jahia/cimg-mvn-cache:cimg_openjdk_8.0.275

The images are updated when changes are pushed to the repository or nightly.

Accessing the images

Images are being pushed to https://hub.docker.com/repository/docker/jahia/cimg-mvn-cache

JDK Support

the matrix strategy is used to build images for multiple JDK versions. The following JDK versions are supported:

    strategy:
      matrix:
        jdk_version: ["cimg/openjdk:11.0.20-node", "cimg/openjdk:17.0.9-node"]

About

Warm-up the maven cache on CircleCI images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published