Skip to content

Commit

Permalink
updating c2d-release vars (#13)
Browse files Browse the repository at this point in the history
* updating c2d-release vars

* updating c2d-release vars
  • Loading branch information
metaver5o authored and aav66 committed Sep 12, 2019
1 parent 5dc3522 commit e1c5c71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 0/debian9/0.14/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM gcr.io/google-appengine/debian9
ENV ALERTMANAGER_VERSION 0.14.0
ENV C2D_RELEASE=${ALERTMANAGER_VERSION}

ENV ALERTMANAGER_URL="https://github.com/prometheus/alertmanager/releases/download/v$ALERTMANAGER_VERSION/alertmanager-$ALERTMANAGER_VERSION.linux-amd64.tar.gz"
ENV ALERTMANAGER_SHA256 caddbbbe3ef8545c6cefb32f9a11207ae18dcc788e8d0fb19659d88c58d14b37
Expand Down
1 change: 1 addition & 0 deletions 0/debian9/0.19/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM gcr.io/google-appengine/debian9
ENV ALERTMANAGER_VERSION 0.19.0
ENV C2D_RELEASE=${ALERTMANAGER_VERSION}

ENV ALERTMANAGER_URL="https://github.com/prometheus/alertmanager/releases/download/v$ALERTMANAGER_VERSION/alertmanager-$ALERTMANAGER_VERSION.linux-amd64.tar.gz"
ENV ALERTMANAGER_SHA256 6191788f8b91a05955fcdc2ab4bc7d0edf70e5039f3acffb284d75745cc80d67
Expand Down
1 change: 1 addition & 0 deletions templates/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM {{ .From }}

{{- $alertmanager := index .Packages "alertmanager" }}
ENV ALERTMANAGER_VERSION {{ $alertmanager.Version }}
ENV C2D_RELEASE=${ALERTMANAGER_VERSION}

ENV ALERTMANAGER_URL="https://github.com/prometheus/alertmanager/releases/download/v$ALERTMANAGER_VERSION/alertmanager-$ALERTMANAGER_VERSION.linux-amd64.tar.gz"
ENV ALERTMANAGER_SHA256 {{ $alertmanager.Sha256 }}
Expand Down

0 comments on commit e1c5c71

Please sign in to comment.