We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588cb76 commit d42ef14Copy full SHA for d42ef14
vector/Dockerfile
@@ -15,7 +15,7 @@ ARG STACKABLE_USER_UID
15
# See https://github.com/stackabletech/airflow-operator/blob/23.4.1/rust/operator-binary/src/airflow_db_controller.rs#L269 for an example
16
# The Vector container waits for this file to appear and this waiting happens using `inotifywait` which comes from the `inotify-tools` package
17
RUN <<EOF
18
-ARCH="${TARGETARCH/amd64/x86_64}"
+ARCH="${TARGETARCH/amd64/x86_64}"
19
ARCH="${ARCH/arm64/aarch64}"
20
rpm --install \
21
"https://repo.stackable.tech/repository/packages/vector/vector-${PRODUCT}-${RPM_RELEASE}.${ARCH}.rpm" \
0 commit comments