File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,7 @@ ln -s "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar" /stackable/j
136136# Set correct permissions and ownerships
137137chown --recursive ${STACKABLE_USER_UID}:0 /stackable/hadoop /stackable/jmx /stackable/async-profiler "/stackable/async-profiler-${ASYNC_PROFILER}-${TARGETOS}-${ARCH}"
138138chmod --recursive g=u /stackable/jmx /stackable/async-profiler "/stackable/hadoop-${HADOOP_VERSION}-stackable${RELEASE}"
139- EOF
140139
141- RUN <<EOF
142140# ----------------------------------------
143141# Checks
144142# This section is to run final checks to ensure the created final images
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ RUN microdnf update \
6262 openssl-devel \
6363 pkg-config \
6464 systemd-devel \
65+ tar \
6566 unzip \
6667 && microdnf clean all \
6768 && rm -rf /var/cache/yum
@@ -97,6 +98,7 @@ ONBUILD COPY . /src
9798
9899ONBUILD RUN <<EOF
99100. "$HOME/.cargo/env"
101+ tar -czf /app/stackable-src.tar.gz .
100102cargo auditable --quiet build --release --workspace
101103cargo cyclonedx --all --spec-version 1.5 --describe binaries
102104
You can’t perform that action at this time.
0 commit comments