plimble / ci-docker

Go and Nodejs Docker image for CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI/CD Docker

Docker hub

plimble/ci

Tags

Versions

DOCKER_VERSION=17.04.0-ce
KUBECTL_VERSION=v1.10.3
RANCHER_CLI_VERSION=v2.0.4
HELM_VERSION=v2.9.1
GOLANG_VERSION=1.11.1

Tools

  • go
    • dep
    • go-bindata
  • node
    • yarn
    • severless
    • aws-cli
  • rancher
  • kubectl
  • helm
  • docker

VSTS Agent

docker run -d \
-e VSTS_ACCOUNT=<ACCOUNT> \
-e VSTS_TOKEN=<PERSONAL_TOKEN> \
-e VSTS_POOL=<POOL_NAME> \
-e VSTS_AGENT=<AGENT_NAME> \
-e VSTS_WORK='/var/vsts/$VSTS_AGENT' \
-v /var/vsts:/var/vsts \
-v /var/run/docker.sock:/var/run/docker.sock \
--net=host \
--name vsts-agent1 \
plimble/ci:vsts

About

Go and Nodejs Docker image for CI


Languages

Language:Dockerfile 83.5%Language:Shell 16.5%