Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 885 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 885 Bytes

Contribute to Developer Images

Developer Base Image

Red Hat Universal Base Image (UBI) based image (quay.io/devfile/base-developer-image:ubi8-latest)

Build with Docker buildkit:

$ cd base/ubi8
$ DOCKER_BUILDKIT=1 docker image build --progress=plain -t quay.io/devfile/base-developer-image:ubi8-latest .

Developer Universal Image

Red Hat Universal Base Image (UBI) based image (quay.io/devfile/universal-developer-image:ubi8-latest)

Build with Docker buildkit:

$ cd universal/ubi8
$ DOCKER_BUILDKIT=1 docker image build --progress=plain -t quay.io/devfile/universal-developer-image:ubi8-latest .