Skip to content

Commit adf1062

Browse files
Merge pull request #2208 from jcantrill/log1927
LOG-1927: Remove devel packages from final image (e.g gcc)
2 parents bbb05fa + ff8529c commit adf1062

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

fluentd/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ COPY ${upstream_code}/*.patch ${HOME}/vendored_gem_src/
6363
RUN cd ${HOME}/vendored_gem_src/ && ./install-gems.sh && cd / && rm -rf ${HOME}/vendored_gem_src/
6464

6565
RUN BUILD_PKGS="make gcc-c++ libffi-devel \
66+
gcc gcc-gdb-plugin cpp \
67+
nodejs \
6668
autoconf automake libtool m4 \
6769
redhat-rpm-config" && \
6870
yum remove -y $BUILD_PKGS

fluentd/Dockerfile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ COPY --from=builder ${upstream_code}/*.patch ${HOME}/vendored_gem_src/
8181
RUN cd ${HOME}/vendored_gem_src/ && ./install-gems.sh && cd / && rm -rf ${HOME}/vendored_gem_src/
8282

8383
RUN BUILD_PKGS="make gcc-c++ libffi-devel \
84+
gcc gcc-gdb-plugin cpp \
85+
nodejs \
8486
autoconf automake libtool m4 \
8587
redhat-rpm-config" && \
8688
yum remove -y $BUILD_PKGS

kibana/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### This is a generated file from Dockerfile.in ###
22

33
#@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
55
ENV BUILD_VERSION=6.8.1
66
ENV SOURCE_GIT_COMMIT=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_COMMIT:-}
77
ENV SOURCE_GIT_URL=${CI_ORIGIN_AGGREGATED_LOGGING_UPSTREAM_URL:-}

kibana/origin-meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from:
22
- 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

0 commit comments

Comments
 (0)