Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
Prepares v0.6.0. Adds builds for amd64 and armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed Jan 19, 2020
1 parent 781933f commit c2f74a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ variables:
DOCKER_DRIVER: overlay2
DOCKERHUB_REPO_PREFIX: ixdotai
DOCKERHUB_REPO_NAME: alertmanager-telegram-bot
ENABLE_ARM64: 'true'
ENABLE_ARMv7: 'true'

include:
- remote: https://gitlab.com/ix.ai/ci-templates/raw/master/python-project.yml
- project: 'ix.ai/ci-templates'
file: '/python-project.yml'
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ docker run --rm -it \
-e PORT=9999 \
-e GELF_HOST=graylog \
--name alertmanager-telegram-bot \
registry.gitlab.com/ix.ai/alertmanager-telegram-bot:latest
registry.gitlab.com/ix.ai/alertmanager-telegram-bot:v0.6.0
```
Alterantively, use the hub.docker.com image:
```sh
Expand Down Expand Up @@ -60,6 +60,14 @@ receivers:
| `PORT` | `9119` | **NO** | The port for prometheus metrics |
| `ADDRESS` | `*` | **NO** | The address for the bot to listen on |

## Tags and Arch

Starting with version v0.6.0, the images are multi-arch, with builds for amd64, arm64 and armv7.
* `vN.N.N` - for example v0.6.0
* `latest` - always pointing to the latest version
* `dev-branch` - the last build on a feature/development branch
* `dev-master` - the last build on the master branch

## Resources:
* GitLab: https://gitlab.com/ix.ai/alertmanager-telegram-bot
* Docker Hub: https://hub.docker.com/r/ixdotai/alertmanager-telegram-bot
Expand Down

0 comments on commit c2f74a6

Please sign in to comment.