chore(deps): update grafana/loki-build-image docker tag to v0.33.6 (#13859)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/13861/head
renovate[bot] 1 year ago committed by GitHub
parent 292f91170b
commit ad60738b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .devcontainer/devcontainer.json
  2. 2
      clients/cmd/docker-driver/Dockerfile
  3. 2
      clients/cmd/promtail/Dockerfile.cross
  4. 2
      clients/cmd/promtail/Dockerfile.debug
  5. 2
      cmd/loki-canary/Dockerfile.cross
  6. 2
      cmd/loki/Dockerfile.debug
  7. 2
      cmd/querytee/Dockerfile.cross
  8. 2
      operator/Dockerfile.cross

@ -1,5 +1,5 @@
{
"image": "grafana/loki-build-image:0.33.5",
"image": "grafana/loki-build-image:0.33.6",
"containerEnv": {
"BUILD_IN_CONTAINER": "false"
},

@ -1,4 +1,4 @@
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6
# 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 .

@ -1,4 +1,4 @@
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6
ARG GO_VERSION=1.22
# 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:

@ -2,7 +2,7 @@
# This file is intended to be called from the root like so:
# docker build -t grafana/promtail -f clients/cmd/promtail/Dockerfile.debug .
FROM grafana/loki-build-image:0.33.5 as build
FROM grafana/loki-build-image:0.33.6 as build
ARG GOARCH="amd64"
COPY . /src/loki
WORKDIR /src/loki

@ -1,4 +1,4 @@
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6
ARG GO_VERSION=1.22
# 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:

@ -1,4 +1,4 @@
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6
ARG GO_VERSION=1.22
# 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:

@ -1,4 +1,4 @@
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6
# 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 .

@ -1,4 +1,4 @@
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.5
ARG BUILD_IMAGE=grafana/loki-build-image:0.33.6
FROM golang:1.22.6-alpine as goenv
RUN go env GOARCH > /goarch && \

Loading…
Cancel
Save