Skip to content

jobtome-labs/karate-ci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

karate-ci

intuit/karate in container for use with CI templates. Also has git for use in our Airflow.

Versions

openJDK 12-alpine
karate 0.9.6
optionally
bash ~4.4
git ~2.20

To override the default version:

docker build -t linuxbandit/karate-ci --build-arg OPENJDK_VERSION=9000 --build-arg KARATE_VERSION=1000 .

(optionally also: --build-arg BASH_VERSION=9000 --build-arg GIT_VERSION=1000)

Packages

No packages published

Languages

  • Dockerfile 100.0%