# Nexus

We use Nexus 3.

prerequisites:
* awscli
* aws credentials
* Make tool
* docker


Version parameter should always be present

Build container with tags `<version>` and `<branch name>`:

    VERSION=<version> make docker/build

Push containers `<version>` and `<branch name>` to repository:

    VERSION=<version> make docker/push

Pull container:

    VERSION=<version> make docker/pull
