Skip to content

Commit 395ac63

Browse files
committed
chore(Dockerfile): Remove WORKFLOW_RELEASE env var
1 parent cae4194 commit 395ac63

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

grafana/rootfs/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,3 @@ RUN apt-get update \
1818
WORKDIR /usr/share/grafana
1919
CMD ["./start-grafana"]
2020
EXPOSE 3000
21-
22-
ENV WORKFLOW_RELEASE 2.0.0

influxdb/rootfs/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,3 @@ EXPOSE 8083
3131
EXPOSE 8084
3232
# Expose the http api port
3333
EXPOSE 8086
34-
35-
ENV WORKFLOW_RELEASE 2.0.0

telegraf/rootfs/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ RUN mkdir -p /usr/local/bin/ \
99
&& chmod +x /usr/bin/envtpl
1010

1111
CMD ["/start-telegraf"]
12-
13-
ENV WORKFLOW_RELEASE 2.0.0

0 commit comments

Comments
 (0)