This repo is part of Jenkins X 2 that has not been maintained since 2022.
A development environment base image for docker.
The intention of this project is to provide an image with the necessary tools and packages required for a golang development environment which is convenient and accessible. The dev-env-base image is built upon an alpine golang image, we extend this base image and include the following tools/packages:
Use the following command to build the docker image:
make build
Remote builds of this project are triggered via Pull Requests or Merges into master.
To use the dev-env-base as a complete and stateful environment please see the dev-env, or alternatively use the following as an example:
docker run --name dev-env-base \
--rm \
--tty \
--interactive \
gcr.io/jenkinsxio/dev-env-base:0.0.1-go-alpine
see deprecation notice...
NOTICE: The stretch image is now deprecated, if you wish to use the stretch image of the dev-env-base please use gcr.io/jenkinsxio/dev-env-base:0.0.52-go-stretch
docker run --name dev-env-base \
--rm \
--tty \
--interactive \
gcr.io/jenkinsxio/dev-env-base:0.0.52-go-stretch