Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Add a Makefile and a Dockerfile which automates the build and release steps #551

Closed
wants to merge 1 commit into from

Conversation

ccojocar
Copy link

The following build commands are supported:

Build:
make

Run tests:
make test

Make a release:
make release

Make a release and build the docker image:
make image

Publish the docker image:
make image-push

@pataquets
Copy link

Strongly against Docker image publishing via docker push vs. using Automated Builds from source on Docker Hub as an official Docker release method.
Automated Builds create image tags from git tags & branches and provide code traceability, opposed to docker push'ing.
See #372 and #460.

@ccojocar ccojocar closed this Feb 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants