Skip to content

Commit 121db3b

Browse files
Use 0.28.1 build image
Signed-off-by: Michel Hollands <[email protected]>
1 parent 0750c7c commit 121db3b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
##### Build
5555

5656
* [8575](https://github.com/grafana/loki/pull/8575) **MichelHollands** Update build image to go 1.20.1 and alpine 3.16.4.
57-
* [8583](https://github.com/grafana/loki/pull/8583) **MichelHollands** Use 0.28 build image and update go and alpine versions.
57+
* [8583](https://github.com/grafana/loki/pull/8583) **MichelHollands** Use 0.28.1 build image and update go and alpine versions.
5858

5959
#### Promtail
6060

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ DOCKER_IMAGE_DIRS := $(patsubst %/Dockerfile,%,$(DOCKERFILES))
2929
BUILD_IN_CONTAINER ?= true
3030

3131
# ensure you run `make drone` after changing this
32-
BUILD_IMAGE_VERSION := 0.28.0
32+
BUILD_IMAGE_VERSION := 0.28.1
3333

3434
# Docker image info
3535
IMAGE_PREFIX ?= grafana

clients/cmd/docker-driver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.0
1+
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.1
22
# Directories in this file are referenced from the root of the project not this folder
33
# This file is intended to be called from the root like so:
44
# docker build -t grafana/loki -f cmd/loki/Dockerfile .

clients/cmd/promtail/Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.0
1+
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.1
22
# Directories in this file are referenced from the root of the project not this folder
33
# This file is intended to be called from the root like so:
44
# docker build -t grafana/promtail -f clients/cmd/promtail/Dockerfile .

clients/cmd/promtail/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is intended to be called from the root like so:
33
# docker build -t grafana/promtail -f clients/cmd/promtail/Dockerfile.debug .
44

5-
FROM grafana/loki-build-image:0.28.0 as build
5+
FROM grafana/loki-build-image:0.28.1 as build
66
ARG GOARCH="amd64"
77
COPY . /src/loki
88
WORKDIR /src/loki

cmd/loki-canary/Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.0
1+
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.1
22
# Directories in this file are referenced from the root of the project not this folder
33
# This file is intended to be called from the root like so:
44
# docker build -t grafana/promtail -f cmd/promtail/Dockerfile .

cmd/loki/Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.0
1+
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.1
22
# Directories in this file are referenced from the root of the project not this folder
33
# This file is intended to be called from the root like so:
44
# docker build -t grafana/loki -f cmd/loki/Dockerfile .

cmd/loki/Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Directories in this file are referenced from the root of the project not this folder
22
# This file is intended to be called from the root like so:
33
# docker build -t grafana/loki -f cmd/loki/Dockerfile.debug .
4-
FROM grafana/loki-build-image:0.28.0 as build
4+
FROM grafana/loki-build-image:0.28.1 as build
55
ARG GOARCH="amd64"
66
COPY . /src/loki
77
WORKDIR /src/loki

cmd/querytee/Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.0
1+
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.1
22
# Directories in this file are referenced from the root of the project not this folder
33
# This file is intended to be called from the root like so:
44
# docker build -t grafana/promtail -f cmd/promtail/Dockerfile .

operator/Dockerfile.cross

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.0
1+
ARG BUILD_IMAGE=grafana/loki-build-image:0.28.1
22

33
FROM golang:1.19.1-alpine as goenv
44
RUN go env GOARCH > /goarch && \

0 commit comments

Comments
 (0)