File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ COPY ${upstream_code}/*.patch ${HOME}/vendored_gem_src/
63
63
RUN cd ${HOME}/vendored_gem_src/ && ./install-gems.sh && cd / && rm -rf ${HOME}/vendored_gem_src/
64
64
65
65
RUN BUILD_PKGS="make gcc-c++ libffi-devel \
66
+ gcc gcc-gdb-plugin cpp \
67
+ nodejs \
66
68
autoconf automake libtool m4 \
67
69
redhat-rpm-config" && \
68
70
yum remove -y $BUILD_PKGS
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ COPY --from=builder ${upstream_code}/*.patch ${HOME}/vendored_gem_src/
81
81
RUN cd ${HOME}/vendored_gem_src/ && ./install-gems.sh && cd / && rm -rf ${HOME}/vendored_gem_src/
82
82
83
83
RUN BUILD_PKGS="make gcc-c++ libffi-devel \
84
+ gcc gcc-gdb-plugin cpp \
85
+ nodejs \
84
86
autoconf automake libtool m4 \
85
87
redhat-rpm-config" && \
86
88
yum remove -y $BUILD_PKGS
Original file line number Diff line number Diff line change 1
1
# ## This is a generated file from Dockerfile.in ###
2
2
3
3
# @follow_tag(registry-proxy.engineering.redhat.com/rh-osbs/ubi8-nodejs-10:latest)
4
- FROM registry.ci.openshift.org/ocp/builder:ubi8 .nodejs.10
4
+ FROM registry.ci.openshift.org/ocp/builder:rhel8.2.els .nodejs.10
5
5
ENV BUILD_VERSION=6.8.1
6
6
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
7
7
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}
Original file line number Diff line number Diff line change 1
1
from :
2
2
- source : registry-proxy.engineering.redhat.com/rh-osbs/ubi8-nodejs-10:(\d)-(?:[\.0-9\-]*)
3
- target : registry.ci.openshift.org/ocp/builder:ubi8. nodejs.10
3
+ target : registry.ci.openshift.org/ocp/builder:rhel8.2.els. nodejs.10
You can’t perform that action at this time.
0 commit comments