Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Dockerfile.alertmanager
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN GOLDFLAGS="-X github.com/prometheus/common/version.Version=${GIT_VERSION} \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="$GOLDFLAGS" -o alertmanager github.com/prometheus/alertmanager/cmd/alertmanager && \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="$GOLDFLAGS" -o amtool github.com/prometheus/alertmanager/cmd/amtool

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

COPY --from=builder workspace/amtool /bin/amtool
COPY --from=builder workspace/alertmanager /bin/alertmanager
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.cluster-health-analyzer
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV GOFLAGS=-mod=readonly
ENV GOEXPERIMENT=strictfipsruntime
RUN go build -tags strictfipsruntime -o /bin/cluster-health-analyzer

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

WORKDIR /
COPY --from=builder /bin/cluster-health-analyzer /bin/cluster-health-analyzer
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.korrel8r
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV GOEXPERIMENT=strictfipsruntime

RUN go build -tags strictfipsruntime,openssl ./cmd/korrel8r

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e
WORKDIR /

COPY --from=builder /workspace/korrel8r /bin/korrel8r
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.obo
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN OC_PATH=$(which oc); \
echo ${OC_PATH}; \
cp ${OC_PATH} /tmp/oc

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e
WORKDIR /

# skip, only needed for must gather
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.p-o-admission-webhook
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN VERSION="$(tr -d ' \t\n\r' < VERSION)" && \
-X github.com/prometheus/common/version.Version=${VERSION}" \
-o admission-webhook ./cmd/admission-webhook/

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

COPY --from=builder /workspace/admission-webhook /bin/admission-webhook
COPY --from=builder /workspace/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.perses
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN make generate
RUN go build -tags strictfipsruntime -ldflags "-s -w" -o ./bin/perses ./cmd/perses
RUN go build -tags strictfipsruntime -ldflags "-s -w" -o ./bin/percli ./cmd/percli

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

LABEL maintainer="Observability UI team <team-observability-ui@redhat.com>"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.perses-operator
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GOEXPERIMENT=strictfipsruntime

RUN make bin BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

LABEL maintainer="Observability UI team <team-observability-ui@redhat.com>"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prom-op
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV GOEXPERIMENT=strictfipsruntime

RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build $GOFLAGS -o operator ./cmd/operator/

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

COPY --from=builder /workspace/operator /bin/operator
COPY --from=builder /workspace/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prometheus
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN GOLDFLAGS="-X github.com/prometheus/common/version.Version=${GIT_VERSION} \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="$GOLDFLAGS" -o ./prometheus ./cmd/prometheus && \
GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="$GOLDFLAGS" -o ./promtool ./cmd/promtool

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

COPY --from=builder /workspace/prometheus /bin/prometheus
COPY --from=builder /workspace/promtool /bin/promtool
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prometheus-config-reloader
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV GOEXPERIMENT=strictfipsruntime
# CGO required for FIPS/check-payload; upstream Makefile uses CGO_ENABLED=0 — build here instead
RUN go build -tags strictfipsruntime -ldflags "-s -w" -o prometheus-config-reloader ./cmd/prometheus-config-reloader

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

COPY --from=builder workspace/prometheus-config-reloader /bin/prometheus-config-reloader
COPY --from=builder /workspace/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.thanos
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV GOEXPERIMENT=strictfipsruntime
ARG TARGETOS TARGETARCH
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH go build -mod=vendor -tags=netgo,slicelabels -o /go/bin/thanos ./cmd/thanos

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e
WORKDIR /

COPY --from=builder /go/bin/thanos /bin/thanos
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-dashboards
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-dashboards/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-distributed-tracing
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-distributed-tracing/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-distributed-tracing-pf4
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-distributed-tracing-pf4/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-distributed-tracing-pf5
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-distributed-tracing-pf5/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-distributed-tracing-pf6
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-distributed-tracing-pf6/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-logging
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-logging/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-logging-pf4
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-logging-pf4/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-logging-pf5
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-logging-pf5/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-monitoring
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV CGO_ENABLED=1

RUN make build-backend

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-monitoring/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-monitoring-pf5
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV CGO_ENABLED=1

RUN make build-backend

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-monitoring-pf5/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-monitoring-pf6
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ENV CGO_ENABLED=1

RUN make build-backend

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-monitoring-pf6/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-troubleshooting-panel
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-troubleshooting-panel/LICENSE /licenses/.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ui-troubleshooting-panel-pf6
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ENV CGO_ENABLED=1

RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:d235f607e1d6d833f031db107dc42206e4dd4d5aa9142c43d3771fb7f9bea76a
FROM registry.redhat.io/ubi9/ubi-minimal:latest@sha256:7b8e25a1b56ca4d00219198f3b5b51a3e1693a5c4f5369c5e190d7d6cb3f980e

RUN mkdir /licenses
COPY ui-troubleshooting-panel-pf6/LICENSE /licenses/.
Expand Down