Skip to content

Commit

Permalink
rebuild only obo and promethues
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Fernandez <[email protected]>
  • Loading branch information
marioferh committed Feb 6, 2025
1 parent 919a25b commit f517bb6
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Dockerfile.alertmanager
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ WORKDIR /workspace
# Copy source files
COPY alertmanager/ .

# ReBuild
ENV NO_DOCKER=true
RUN make build

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.korrel8r
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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
1 change: 0 additions & 1 deletion Dockerfile.p-o-admission-webhook
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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: 0 additions & 1 deletion Dockerfile.prom-op
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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
1 change: 0 additions & 1 deletion Dockerfile.prometheus-config-reloader
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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: 0 additions & 1 deletion Dockerfile.thanos
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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: 0 additions & 1 deletion Dockerfile.ui-distributed-tracing
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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: 0 additions & 1 deletion Dockerfile.ui-logging
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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: 0 additions & 1 deletion Dockerfile.ui-monitoring
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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: 0 additions & 1 deletion Dockerfile.ui-troubleshooting-panel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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 f517bb6

Please sign in to comment.