Skip to content

Conversation

sthomson-wyn
Copy link

@jaket91-1
Copy link

This LGTM, building from your fork and running jiralert I get tickets created. Thank you!

@frwa-enpace
Copy link

worked for me. can we build a new image?

@dmytro-dorofeiev
Copy link

dmytro-dorofeiev commented Sep 19, 2025

I wasn't able to build the docker image with this fix until made some changes:

diff --git a/Dockerfile b/Dockerfile
index f8faaf7..8ef9443 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
-FROM golang:1.19 AS builder
+FROM golang:1.23 AS builder
 WORKDIR /go/src/github.com/prometheus-community/jiralert
 COPY . /go/src/github.com/prometheus-community/jiralert
-RUN GO111MODULE=on GOBIN=/tmp/bin make
+RUN go mod tidy && GO111MODULE=on GOBIN=/tmp/bin make

@jdr195
Copy link

jdr195 commented Sep 23, 2025

This PR combined with @dmytro-dorofeiev's changes resolved our issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecation of JQL search and Evaluate expression endpoints
5 participants