chore: add new builder/chronograf-20250404 image to bCI pipeline

pull/6129/head
karel rehor 2025-04-04 13:29:44 +02:00
parent bd6baa1d10
commit 5af47cd414
4 changed files with 8 additions and 8 deletions

View File

@ -88,7 +88,7 @@ workflows:
jobs:
build:
environment:
DOCKER_TAG: chronograf-20250203
DOCKER_TAG: chronograf-20250404
GO111MODULE: "ON"
machine:
image: ubuntu-2204:current
@ -112,7 +112,7 @@ jobs:
deploy-nightly:
environment:
DOCKER_TAG: chronograf-20250203
DOCKER_TAG: chronograf-20250404
GO111MODULE: "ON"
machine:
image: ubuntu-2204:current
@ -141,7 +141,7 @@ jobs:
build-nightly:
environment:
DOCKER_TAG: chronograf-20250203
DOCKER_TAG: chronograf-20250404
GO111MODULE: "ON"
machine:
image: ubuntu-2204:current
@ -162,7 +162,7 @@ jobs:
deploy-pre-release:
environment:
DOCKER_TAG: chronograf-20250203
DOCKER_TAG: chronograf-20250404
GO111MODULE: "ON"
machine:
image: ubuntu-2204:current
@ -197,7 +197,7 @@ jobs:
deploy-release:
environment:
DOCKER_TAG: chronograf-20250203
DOCKER_TAG: chronograf-20250404
GO111MODULE: "ON"
machine:
image: ubuntu-2204:current

View File

@ -26,7 +26,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.22.11'
go-version: '1.23.8'
- uses: actions/setup-node@v2
with:

View File

@ -34,7 +34,7 @@ RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
# Install go
ENV GOPATH /root/go
ENV GO_VERSION 1.22.11
ENV GO_VERSION 1.23.8
ENV GO_ARCH amd64
ENV GO111MODULES ON
RUN wget https://golang.org/dl/go${GO_VERSION}.linux-${GO_ARCH}.tar.gz; \

View File

@ -14,7 +14,7 @@ test -z $SSH_KEY_PATH && SSH_KEY_PATH="$HOME/.ssh/id_rsa"
echo "Using SSH key located at: $SSH_KEY_PATH"
# Default docker tag if not specified
test -z "$DOCKER_TAG" && DOCKER_TAG="chronograf-20250203"
test -z "$DOCKER_TAG" && DOCKER_TAG="chronograf-20250404"
docker run \
-e AWS_ACCESS_KEY_ID \