Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

caf-archive/buildenv-jdk8-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openSUSE JDK8 Maven Build Image

This project creates an openSUSE-based image that includes the JDK 8 and Maven. It is intended to be used to build other images.

This command can be used to create an convenience alias for using this image:

alias mvn='docker container run -it --rm --network=host -e HTTP_PROXY -e HTTPS_PROXY -e NO_PROXY -v ~/.m2:/root/.m2 -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/wd -w /wd cafapi/buildenv-jdk8 mvn'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors