Skip to content

Commit

Permalink
Build image: update mixtool to latest commit (#8534)
Browse files Browse the repository at this point in the history
* Build image: update mixtool to latest commit

Signed-off-by: Marco Pracucci <[email protected]>

* Update build image version to pr8534-a0bb2974fb

---------

Signed-off-by: Marco Pracucci <[email protected]>
Co-authored-by: pracucci <[email protected]>
  • Loading branch information
pracucci and pracucci authored Jun 27, 2024
1 parent 38a1cd3 commit ef6a700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ mimir-build-image/$(UPTODATE): mimir-build-image/*
# All the boiler plate for building golang follows:
SUDO := $(shell docker info >/dev/null 2>&1 || echo "sudo -E")
BUILD_IN_CONTAINER ?= true
LATEST_BUILD_IMAGE_TAG ?= pr8385-000f1b4a10
LATEST_BUILD_IMAGE_TAG ?= pr8534-a0bb2974fb

# TTY is parameterized to allow Google Cloud Builder to run builds,
# as it currently disallows TTY devices. This value needs to be overridden
Expand Down
2 changes: 1 addition & 1 deletion mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN GO111MODULE=on \
go install github.com/fatih/[email protected] && \
go install github.com/campoy/[email protected] && \
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] && \
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@779c8b3 && \
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@b97ae11 && \
go install github.com/mikefarah/yq/[email protected] && \
go install github.com/google/go-jsonnet/cmd/[email protected] && \
go install github.com/google/go-jsonnet/cmd/[email protected] && \
Expand Down

0 comments on commit ef6a700

Please sign in to comment.