grouprise-build
This repository contains the Dockerfile for the grouprise docker image used during continuous integration tests and builds.
How-To
You will need a working docker installation. The required Debian package is missing in stretch but available in buster. Installing docker.io
and starting the service should be sufficient to get you started.
If this is your first time, run make login
. You will be asked for credentials for our GitLab server. Use your username and create a personal access token in your profile settings and use that as your password.
After that you can update our build-image:
- edit the Dockerfile (keep
RUN
instructions to a minimum; each one will create a new layer) - run
make
to build and publish the updated image