Skip to content

Commit d6a5c24

Browse files
authored
Merge pull request #379 from influxdata/bs_update_chronograf
chore(chronograf): update Docker for chronograf 1.7.17 and 1.8.0
2 parents 09b60f5 + 27b0ba3 commit d6a5c24

File tree

12 files changed

+15
-17
lines changed

12 files changed

+15
-17
lines changed

chronograf/1.7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -ex && \
1111
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1212
done
1313

14-
ENV CHRONOGRAF_VERSION 1.7.16
14+
ENV CHRONOGRAF_VERSION 1.7.17
1515
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1616
case "${dpkgArch##*-}" in \
1717
amd64) ARCH='amd64';; \

chronograf/1.7/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache ca-certificates && \
55
update-ca-certificates
66

7-
ENV CHRONOGRAF_VERSION 1.7.16
7+
ENV CHRONOGRAF_VERSION 1.7.17
88

99
RUN set -ex && \
1010
apk add --no-cache --virtual .build-deps wget gnupg tar && \

chronograf/1.7/alpine/LICENSE

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ You should have received a copy of the GNU Affero General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
InfluxData Inc.
20-
150 Spear Street
21-
Suite 1750
22-
San Francisco, CA 94105
23-
24-
25-
20+
799 Market Street, Suite 400
21+
San Francisco, CA 94103
22+
23+
24+
2625
GNU AFFERO GENERAL PUBLIC LICENSE
2726
Version 3, 19 November 2007
2827

chronograf/1.5/Dockerfile renamed to chronograf/1.8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN set -ex && \
1111
gpg --keyserver keyserver.pgp.com --recv-keys "$key" ; \
1212
done
1313

14-
ENV CHRONOGRAF_VERSION 1.5.0.1
14+
ENV CHRONOGRAF_VERSION 1.8.0
1515
RUN ARCH= && dpkgArch="$(dpkg --print-architecture)" && \
1616
case "${dpkgArch##*-}" in \
1717
amd64) ARCH='amd64';; \
File renamed without changes.
File renamed without changes.

chronograf/1.5/alpine/Dockerfile renamed to chronograf/1.8/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
44
RUN apk add --no-cache ca-certificates && \
55
update-ca-certificates
66

7-
ENV CHRONOGRAF_VERSION 1.5.0.1
7+
ENV CHRONOGRAF_VERSION 1.8.0
88

99
RUN set -ex && \
1010
apk add --no-cache --virtual .build-deps wget gnupg tar && \

chronograf/1.5/alpine/LICENSE renamed to chronograf/1.8/alpine/LICENSE

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ You should have received a copy of the GNU Affero General Public License
1717
along with this program. If not, see <http://www.gnu.org/licenses/>.
1818

1919
InfluxData Inc.
20-
150 Spear Street
21-
Suite 1750
22-
San Francisco, CA 94105
23-
24-
25-
20+
799 Market Street, Suite 400
21+
San Francisco, CA 94103
22+
23+
24+
2625
GNU AFFERO GENERAL PUBLIC LICENSE
2726
Version 3, 19 November 2007
2827

File renamed without changes.

0 commit comments

Comments
 (0)