Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Fernandez <[email protected]>
  • Loading branch information
marioferh committed Jan 24, 2025
1 parent 4e12187 commit f281671
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alertmanager
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /workspace
# Copy source files
COPY alertmanager/ .

# Build
# ReBuild
ENV NO_DOCKER=true
RUN make build

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ USER root

RUN dnf install -y python3 python3-pyyaml

# Copy source files
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=4.43.1

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.korrel8r
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
WORKDIR /workspace

COPY korrel8r .
# ReBuild

ENV GOFLAGS='-mod=mod'
ENV CGO_ENABLED=0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.obo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY observability-operator/ .
ENV GOFLAGS='-mod=mod'
ENV CGO_ENABLED=1

# Build
# ReBuild
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -a -tags netgo,osusergo -o manager cmd/operator/main.go

FROM registry.redhat.io/openshift4/ose-cli-rhel9 AS origincli
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.p-o-admission-webhook
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV GOFLAGS='-mod=mod'
ENV CGO_ENABLED=0

# Build
# Rebuild
RUN make admission-webhook

FROM registry.redhat.io/ubi8/ubi-minimal:8.10-1130
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.prom-op
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV GOFLAGS='-mod=mod'
ENV CGO_ENABLED=0

# Build
# Rebuild
RUN make operator

FROM registry.redhat.io/ubi8/ubi-minimal:8.10-1130
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.prometheus
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ COPY prometheus/ .
ENV GOFLAGS='-mod=mod'
ENV CGO_ENABLED=0

# Rebuild

# Download and install promu for the specified OS and Architecture
ARG TARGETOS TARGETARCH
RUN wget https://github.com/prometheus/promu/releases/download/v0.17.0/promu-0.17.0.${TARGETOS}-${TARGETARCH}.tar.gz \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.prometheus-config-reloader
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV GOFLAGS='-mod=mod'
ENV CGO_ENABLED=0

# Build
# Rebuild
RUN make prometheus-config-reloader

FROM registry.redhat.io/ubi8/ubi-minimal:8.10-1130
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.thanos
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV GOFLAGS='-mod=mod'
ENV CGO_ENABLED=0

# Install promu and build thanos
# Rebuild
ARG TARGETOS TARGETARCH
RUN wget https://github.com/prometheus/promu/releases/download/v0.17.0/promu-0.17.0.${TARGETOS}-${TARGETARCH}.tar.gz \
&& tar -xzf promu-0.17.0.${TARGETOS}-${TARGETARCH}.tar.gz -C /usr/local/bin \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ui-dashboards
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ENV CGO_ENABLED=1
RUN make build-backend BUILD_OPTS="-tags strictfipsruntime"

FROM registry.redhat.io/rhel9-2-els/rhel:9.2
# Rebuild

RUN mkdir /licenses
COPY ui-dashboards/LICENSE /licenses/.
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ui-distributed-tracing
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ENV HUSKY=0
COPY ui-distributed-tracing/web/package*.json web/
COPY ui-distributed-tracing/Makefile Makefile
RUN make install-frontend-ci
# Rebuild

COPY ui-distributed-tracing/web/ web/
RUN make build-frontend
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ui-logging
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN make install-frontend-ci-clean

COPY ui-logging/web/ web/
RUN make build-frontend
# Rebuild

FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as go-builder

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ui-monitoring
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ COPY ui-monitoring/scripts/update-plugin-name.sh scripts/update-plugin-name.sh
RUN make update-plugin-name
ENV I18N_NAMESPACE="plugin__monitoring-console-plugin"
RUN make build-frontend
# Rebuild

FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as go-builder

Expand Down
1 change: 1 addition & 0 deletions Dockerfile.ui-troubleshooting-panel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as go-

WORKDIR /opt/app-root

# Rebuild
COPY ui-troubleshooting-panel/Makefile Makefile
COPY ui-troubleshooting-panel/go.mod go.mod
COPY ui-troubleshooting-panel/go.sum go.sum
Expand Down

0 comments on commit f281671

Please sign in to comment.