Skip to content

Commit

Permalink
Updated build image version
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci committed May 26, 2022
1 parent d013bbd commit f2376d2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ steps:
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: check-drone-drift
- commands:
- make BUILD_IN_CONTAINER=false check-generated-files
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: check-generated-files
- commands:
- cd ..
Expand All @@ -57,23 +57,23 @@ steps:
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: clone-main
- commands:
- make BUILD_IN_CONTAINER=false test
depends_on:
- clone
- clone-main
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: test
- commands:
- cd ../loki-main
- BUILD_IN_CONTAINER=false make test
depends_on:
- clone-main
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: test-main
- commands:
- make BUILD_IN_CONTAINER=false compare-coverage old=../loki-main/test_results.txt
Expand All @@ -83,7 +83,7 @@ steps:
- test
- test-main
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: compare-coverage
- commands:
- pull=$(echo $CI_COMMIT_REF | awk -F '/' '{print $3}')
Expand All @@ -96,15 +96,15 @@ steps:
TOKEN:
from_secret: github_token
USER: grafanabot
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: report-coverage
- commands:
- make BUILD_IN_CONTAINER=false lint
depends_on:
- clone
- check-generated-files
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: lint
- commands:
- make BUILD_IN_CONTAINER=false check-mod
Expand All @@ -113,7 +113,7 @@ steps:
- test
- lint
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: check-mod
- commands:
- apk add make bash && make lint-scripts
Expand All @@ -125,21 +125,21 @@ steps:
- clone
- check-generated-files
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: loki
- commands:
- make BUILD_IN_CONTAINER=false validate-example-configs
depends_on:
- loki
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: validate-example-configs
- commands:
- make BUILD_IN_CONTAINER=false check-example-config-doc
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: check-example-config-doc
trigger:
event:
Expand All @@ -165,7 +165,7 @@ steps:
depends_on:
- clone
environment: {}
image: grafana/loki-build-image:publish-compiled-mixin-a795b93-WIP
image: grafana/loki-build-image:0.21.0
name: loki-mixin-check
trigger:
event:
Expand Down Expand Up @@ -1174,6 +1174,6 @@ kind: secret
name: deploy_config
---
kind: signature
hmac: b4180fa881906cfb08614d0ea8da41bb59e846691391e9f27b2667c3654e7e75
hmac: cd2881f8ac64b8f4152e9170d02a526b2fb21d10e7ef1a036cd7ecb8d7ea8951

...
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ DOCKER_IMAGE_DIRS := $(patsubst %/Dockerfile,%,$(DOCKERFILES))
BUILD_IN_CONTAINER ?= true

# ensure you run `make drone` after changing this
BUILD_IMAGE_VERSION := publish-compiled-mixin-a795b93-WIP
BUILD_IMAGE_VERSION := 0.21.0

# Docker image info
IMAGE_PREFIX ?= grafana
Expand Down

0 comments on commit f2376d2

Please sign in to comment.