Skip to content

Commit abf878e

Browse files
committed
feat: include source code of operators
1 parent 4ceda06 commit abf878e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,7 @@ ln -s "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar" /stackable/j
136136
# Set correct permissions and ownerships
137137
chown --recursive ${STACKABLE_USER_UID}:0 /stackable/hadoop /stackable/jmx /stackable/async-profiler "/stackable/async-profiler-${ASYNC_PROFILER}-${TARGETOS}-${ARCH}"
138138
chmod --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

ubi9-rust-builder/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

9899
ONBUILD RUN <<EOF
99100
. "$HOME/.cargo/env"
101+
tar -czf /app/stackable-src.tar.gz .
100102
cargo auditable --quiet build --release --workspace
101103
cargo cyclonedx --all --spec-version 1.5 --describe binaries
102104

0 commit comments

Comments
 (0)