Skip to content

Commit 286b09d

Browse files
Merge pull request #2 from jgbernalp/breaking-changes-4-22-suggestions
Breaking changes 4 22 suggestions
2 parents 32d4afe + 1d7652d commit 286b09d

17 files changed

Lines changed: 1030 additions & 191 deletions

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ USER 0
77
ENV HUSKY=0
88

99
COPY web/package.json web/package-lock.json web/
10-
COPY web/patches/@openshift-console+dynamic-plugin-sdk+4.22.0-prerelease.2.patch web/patches/
1110
COPY Makefile Makefile
1211
RUN make install-frontend-ci
13-
RUN make patch-frontend
1412

1513
COPY web/ web/
1614
RUN make build-frontend

Dockerfile.art

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ USER 0
1010
# use dependencies provided by Cachito
1111
ENV HUSKY=0
1212
ENV CYPRESS_INSTALL_BINARY=0
13-
RUN make install-frontend-ci && make patch-frontend && make build-frontend
13+
RUN make install-frontend-ci && make build-frontend
1414

1515
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.25-openshift-4.22 AS go-builder
1616

Dockerfile.dev

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ USER 0
77
ENV HUSKY=0
88

99
COPY web/package.json web/package-lock.json web/
10-
COPY web/patches/@openshift-console+dynamic-plugin-sdk+4.22.0-prerelease.2.patch web/patches/
1110
COPY Makefile Makefile
1211
RUN make install-frontend-ci
13-
RUN make patch-frontend
1412

1513
COPY web/ web/
1614
RUN make build-frontend

Dockerfile.dev-mcp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ RUN make update-plugin-name
1717
ENV I18N_NAMESPACE="plugin__monitoring-console-plugin"
1818

1919
RUN make install-frontend-ci
20-
RUN make patch-frontend
2120
RUN make build-frontend
2221

2322
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.24 as go-builder

Dockerfile.mcp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ USER 0
66

77
ENV HUSKY=0
88
COPY web/package*.json web/
9-
COPY web/patches/@openshift-console+dynamic-plugin-sdk+4.22.0-prerelease.2.patch web/patches/
109
COPY Makefile Makefile
1110
RUN cd web && npm ci --legacy-peer-deps --ignore-scripts
12-
RUN make patch-frontend
1311

1412
COPY web/ web/
1513
COPY config/ config/

Dockerfile.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ USER 0
55
WORKDIR /usr/src/app
66

77
COPY web/package*.json web/
8-
COPY web/patches/@openshift-console+dynamic-plugin-sdk+4.22.0-prerelease.2.patch web/patches/
98
COPY Makefile Makefile
109

1110
RUN make install-frontend-ci
12-
RUN make patch-frontend
1311

1412
COPY web/. web/.
1513
COPY scripts/. scripts/.

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,3 @@ podman-cross-build-push: podman-cross-build
129129
.PHONY: test-translations
130130
test-translations:
131131
./scripts/test-translations.sh
132-
133-
.PHONY: patch-frontend
134-
patch-frontend:
135-
cd web && npm run postinstall

0 commit comments

Comments
 (0)