build-cli | build-docker | develop | generate-docs | architecture
A Docker login is needed before the images can be pulled.
- Create a new token with the scope
read:packageshere. - Save your token to, for example, a file (or use an environment variable or similar).
Log in with Docker to ghcr.io.
Using a token stored in the file github.token:
docker login -u yourgithubusername --password=$(cat github.token) ghcr.ioUsing the token in the environmental variable GITHUB_TOKEN:
docker login -u yourgithubusername --password=$GITHUB_TOKEN ghcr.ioThe latest master version:
docker pull ghcr.io/qlik-oss/gopherciser/gopherciser:latestSpecific released version:
docker pull ghcr.io/qlik-oss/gopherciser/gopherciser:0.21.1To create a Docker image locally, run the following make command:
make build-dockerdocker run ghcr.io/qlik-oss/gopherciser/gopherciser:latest ./gopherciser -h