Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120839365
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
970 B
Referenced Files
None
Subscribers
None
Dockerfile
View Options
FROM apheleia/almalinux9
RUN dnf -y install openssl-devel perl-FindBin protobuf-compiler git make gcc perl cyrus-sasl-devel && \
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable && \
mkdir -p vector && \
curl -sSfL --proto '=https' --tlsv1.2 https://api.github.com/repos/vectordotdev/vector/tarball/v0.40.0 | \
tar xzf - -C vector --strip-components=1 && \
pushd vector && \
. "$HOME/.cargo/env" && \
make build && \
cp target/release/vector /usr/bin/vector && \
popd && \
rm -rf vector && \
rm -rf $HOME/.cargo && \
rm -rf $HOME/.rustup && \
dnf remove -y openssl-devel perl-FindBin protobuf-compiler git make gcc perl cyrus-sasl-devel && \
dnf clean all
COPY rootfs /
RUN chgrp -R 0 /config && \
chmod -R g=u /config
USER 1001
WORKDIR /
VOLUME /config
VOLUME /data
CMD ["vector", "--config", "/config/vector.yaml", "--config", "/config/transforms.yaml"]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 2:12 PM (1 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a0/5b/651b0db5d2f1638fbf2d4e49c3ec
Default Alt Text
Dockerfile (970 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline