Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .tekton/promtail-8-1-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/rhceph-dev/promtail:on-pr-{{revision}}
value: quay.io/rhceph-ci/promtail:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: build-platforms
value:
- linux/x86_64
- linux/ppc64le
- linux/s390x
- name: dockerfile
value: Dockerfile
- name: path-context
Expand Down
4 changes: 3 additions & 1 deletion .tekton/promtail-8-1-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ spec:
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/rhceph-dev/promtail:{{revision}}
value: quay.io/rhceph-ci/promtail:{{revision}}
- name: build-platforms
value:
- linux/x86_64
- linux/ppc64le
- linux/s390x
- name: dockerfile
value: Dockerfile
- name: path-context
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.21 AS builder
FROM quay.io/projectquay/golang:1.24 AS builder
FROM quay.io/projectquay/golang:1.23 AS builder
COPY loki loki
WORKDIR loki
RUN make clean && make BUILD_IN_CONTAINER=false promtail
Expand Down
2 changes: 1 addition & 1 deletion loki
Submodule loki updated 13218 files
Loading