Skip to content

Commit

Permalink
chore: Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grafanarenovatebot[bot] authored Dec 11, 2024
1 parent 6c126df commit aca6068
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ steps:
- ./scripts/enforce-clean
depends_on:
- runner identification
image: ghcr.io/grafana/grafana-build-tools:v0.31.1
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
name: deps
- commands:
- make lint
depends_on:
- deps
image: ghcr.io/grafana/grafana-build-tools:v0.31.1
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
name: lint
- commands:
- git fetch origin --tags
Expand All @@ -30,14 +30,14 @@ steps:
- make build
depends_on:
- deps
image: ghcr.io/grafana/grafana-build-tools:v0.31.1
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
name: build
- commands:
- make test
depends_on:
- lint
- build
image: ghcr.io/grafana/grafana-build-tools:v0.31.1
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
name: test
- commands: []
depends_on:
Expand Down Expand Up @@ -154,7 +154,7 @@ steps:
- ./scripts/generate-tags browser > .tags
depends_on:
- docker publish (release)
image: ghcr.io/grafana/grafana-build-tools:v0.31.1
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
name: docker publish (with browser) tags
- commands: []
depends_on:
Expand Down Expand Up @@ -239,15 +239,15 @@ steps:
NFPM_SIGNING_KEY:
from_secret: gpg_private_key
NFPM_SIGNING_KEY_FILE: /drone/src/release-private-key.key
image: ghcr.io/grafana/grafana-build-tools:v0.31.1
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
name: write-key
- commands:
- make release-snapshot
environment:
NFPM_DEFAULT_PASSPHRASE:
from_secret: gpg_passphrase
NFPM_SIGNING_KEY_FILE: /drone/src/release-private-key.key
image: ghcr.io/grafana/grafana-build-tools:v0.31.1
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
name: test release
- commands:
- ./scripts/package/verify-deb-install.sh
Expand All @@ -273,7 +273,7 @@ steps:
NFPM_DEFAULT_PASSPHRASE:
from_secret: gpg_passphrase
NFPM_SIGNING_KEY_FILE: /drone/src/release-private-key.key
image: ghcr.io/grafana/grafana-build-tools:v0.31.1
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
name: release
when:
ref:
Expand Down
2 changes: 1 addition & 1 deletion .gbt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# and a shell script. This is achieved by using the `VAR=value` syntax, which
# is valid in both Makefile and shell.

GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.31.1
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.33.2
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: github-hosted-ubuntu-${{ matrix.arch }}

container:
image: ghcr.io/grafana/grafana-build-tools:v0.31.1@sha256:576971e115fdb8def851e8d4141388262e2c9d6c23e6c00c5d584d8c06943bcf
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd
outputs:
version: ${{ steps.version.outputs.value }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.runner }}

container:
image: ghcr.io/grafana/grafana-build-tools:v0.31.1@sha256:576971e115fdb8def851e8d4141388262e2c9d6c23e6c00c5d584d8c06943bcf
image: ghcr.io/grafana/grafana-build-tools:v0.33.2@sha256:0f952d4d66722415d96f462c1c277f2b2fb32900bff57e078dcd246114df4cdd

steps:
- name: checkout
Expand Down

0 comments on commit aca6068

Please sign in to comment.