This is an opinionated image for the Minio storage. It ships with a custom entrypoint, that can be configured through some ENV vars.
Brings a custom entrypoint.
The image comes with a Makefile that has everything abstracted away for you to easily customize it.
$ make make NODE_VERSION=13.10.1 ALPINE_VERSION=3.11 build push
REGISTRY=${REGISTRY:-ORGANIZATION/mc}
VCS_URL=${VCS_URL:-https://THE_REPO_URL}
export MINIO_ALIAS=minio # this is the default value
export MINIO_HOST_NAME=minio.example.com
export MINIO_ACCESS_KEY=my-minio-access-key
export MINIO_SECRET_KEY=my-super-sweet-secret
If you are into some tooling for keeping commit-messages clean and want to keep an automated CHANGELOG.md, feel free to make init
;).
It'll install the node_modules:
- standard-version,
- husky
- commit-lint
To make this work you need to have NODE.js installed.
In lieu of a formal styleguide, take care to maintain the existing coding style.
- Fork it
- Create your feature branch (git checkout -b feature/my-cool-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin feature/my-new-feature)
- Create new Pull Request
Copyright (c) 2020 Territory Embrace - Talent Platforms.