diff --git a/.drone/drone.yml b/.drone/drone.yml index d9d7d8b8c6bfa..870cd025affcb 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -12,28 +12,28 @@ workspace: steps: - name: test - image: grafana/loki-build-image:0.9.0 + image: grafana/loki-build-image:0.9.1 commands: - make BUILD_IN_CONTAINER=false test depends_on: - clone - name: lint - image: grafana/loki-build-image:0.9.0 + image: grafana/loki-build-image:0.9.1 commands: - make BUILD_IN_CONTAINER=false lint depends_on: - clone - name: check-generated-files - image: grafana/loki-build-image:0.9.0 + image: grafana/loki-build-image:0.9.1 commands: - make BUILD_IN_CONTAINER=false check-generated-files depends_on: - clone - name: check-mod - image: grafana/loki-build-image:0.9.0 + image: grafana/loki-build-image:0.9.1 commands: - make BUILD_IN_CONTAINER=false check-mod depends_on: @@ -562,7 +562,7 @@ platform: steps: - name: trigger - image: grafana/loki-build-image:0.9.0 + image: grafana/loki-build-image:0.9.1 commands: - ./tools/deploy.sh environment: diff --git a/cmd/docker-driver/Dockerfile b/cmd/docker-driver/Dockerfile index a5f45d87ec0a3..49a70e44d5384 100644 --- a/cmd/docker-driver/Dockerfile +++ b/cmd/docker-driver/Dockerfile @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.9.0 +ARG BUILD_IMAGE=grafana/loki-build-image:0.9.1 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: # docker build -t grafana/loki -f cmd/loki/Dockerfile . diff --git a/cmd/loki-canary/Dockerfile.cross b/cmd/loki-canary/Dockerfile.cross index 715bd855fc3b3..04baa9af175a5 100644 --- a/cmd/loki-canary/Dockerfile.cross +++ b/cmd/loki-canary/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.9.0 +ARG BUILD_IMAGE=grafana/loki-build-image:0.9.1 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: # docker build -t grafana/promtail -f cmd/promtail/Dockerfile . diff --git a/cmd/loki/Dockerfile.cross b/cmd/loki/Dockerfile.cross index 5511c2aed59b8..cef4419dcd913 100644 --- a/cmd/loki/Dockerfile.cross +++ b/cmd/loki/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.9.0 +ARG BUILD_IMAGE=grafana/loki-build-image:0.9.1 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: # docker build -t grafana/loki -f cmd/loki/Dockerfile . diff --git a/cmd/promtail/Dockerfile.cross b/cmd/promtail/Dockerfile.cross index cb0ee2a15c364..00fbe0100c48d 100644 --- a/cmd/promtail/Dockerfile.cross +++ b/cmd/promtail/Dockerfile.cross @@ -1,4 +1,4 @@ -ARG BUILD_IMAGE=grafana/loki-build-image:0.9.0 +ARG BUILD_IMAGE=grafana/loki-build-image:0.9.1 # Directories in this file are referenced from the root of the project not this folder # This file is intended to be called from the root like so: # docker build -t grafana/promtail -f cmd/promtail/Dockerfile . @@ -23,4 +23,3 @@ COPY --from=build /src/loki/cmd/promtail/promtail /usr/bin/promtail COPY cmd/promtail/promtail-local-config.yaml /etc/promtail/local-config.yaml COPY cmd/promtail/promtail-docker-config.yaml /etc/promtail/docker-config.yaml ENTRYPOINT ["/usr/bin/promtail"] -