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
136
136
# Set correct permissions and ownerships
137
137
chown --recursive ${STACKABLE_USER_UID}:0 /stackable/hadoop /stackable/jmx /stackable/async-profiler "/stackable/async-profiler-${ASYNC_PROFILER}-${TARGETOS}-${ARCH}"
138
138
chmod --recursive g=u /stackable/jmx /stackable/async-profiler "/stackable/hadoop-${HADOOP_VERSION}-stackable${RELEASE}"
139
- EOF
140
139
141
- RUN <<EOF
142
140
# ----------------------------------------
143
141
# Checks
144
142
# 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 \
62
62
openssl-devel \
63
63
pkg-config \
64
64
systemd-devel \
65
+ tar \
65
66
unzip \
66
67
&& microdnf clean all \
67
68
&& rm -rf /var/cache/yum
@@ -97,6 +98,7 @@ ONBUILD COPY . /src
97
98
98
99
ONBUILD RUN <<EOF
99
100
. "$HOME/.cargo/env"
101
+ tar -czf /app/stackable-src.tar.gz .
100
102
cargo auditable --quiet build --release --workspace
101
103
cargo cyclonedx --all --spec-version 1.5 --describe binaries
102
104
You can’t perform that action at this time.
0 commit comments