Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

jenkins-x/dev-env-base

Repository files navigation

DEPRECATED

This repo is part of Jenkins X 2 that has not been maintained since 2022.

dev-env-base

A development environment base image for docker.

overview

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:

build

local

Use the following command to build the docker image:

make build

jx

Remote builds of this project are triggered via Pull Requests or Merges into master.

run

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:

alpine

docker run --name dev-env-base \
           --rm \
           --tty \
           --interactive \
           gcr.io/jenkinsxio/dev-env-base:0.0.1-go-alpine

stretch

see deprecation notice...

status

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