Skip to content

Provide a light docker image based with lot of build tools : npm, java, maven, based on alpine

License

Notifications You must be signed in to change notification settings

cschockaert/docker-npm-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-npm-maven

Provide a light docker image based with lot of build tools : npm, java, maven, git, docker, python, based on alpine

Introduction

This project goal is to create a docker image with all build tool included:

How to use

latest docker image version is 1.3.0

docker run --rm -it cschockaert/docker-npm-maven:latest /bin/bash

Example when using gitlab-ci pipelines

in you gitlab-ci.yml:

build:
  image: cschockaert/docker-npm-maven:latest
  stage: build
  script:
    - mvn commands
    - npm commands
    - git commands
    - docker commands
    - python commands
    - ...

About

Provide a light docker image based with lot of build tools : npm, java, maven, based on alpine

Resources

License

Stars

Watchers

Forks

Packages

No packages published