pkg

oxicloud (sha256:9d482b14cd08e6d9bc0c52cc5594c355ae802a152063298dfdd6b824b3a8c3e3)

Published 2026-08-03 23:30:08 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/oxicloud@sha256:9d482b14cd08e6d9bc0c52cc5594c355ae802a152063298dfdd6b824b3a8c3e3
sha256:9d482b14cd08e6d9bc0c52cc5594c355ae802a152063298dfdd6b824b3a8c3e3

About this package

Ultra-fast, secure & lightweight self-hosted cloud storage built in Rust

Image layers

ADD alpine-minirootfs-3.24.0-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.title=OxiCloud org.opencontainers.image.description=Ultra-fast, secure & lightweight self-hosted cloud storage built in Rust org.opencontainers.image.url=https://github.com/DioCrafts/OxiCloud org.opencontainers.image.source=https://github.com/DioCrafts/OxiCloud org.opencontainers.image.vendor=DioCrafts org.opencontainers.image.licenses=MIT
RUN /bin/sh -c apk --no-cache upgrade && apk add --no-cache libgcc ca-certificates tzdata su-exec ffmpeg && addgroup -g 1001 -S oxicloud && adduser -u 1001 -S oxicloud -G oxicloud # buildkit
COPY --chmod=755 /app/release/oxicloud /usr/local/bin/ # buildkit
COPY --chmod=755 /app/release/migrate-nfc-filenames /usr/local/bin/ # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c sed -i 's/\r//' /usr/local/bin/entrypoint.sh && chmod 755 /usr/local/bin/entrypoint.sh # buildkit
COPY --chown=oxicloud:oxicloud /app/static-dist /app/static # buildkit
RUN /bin/sh -c mkdir -p /app/storage && chown -R oxicloud:oxicloud /app/storage # buildkit
ENV MIMALLOC_PURGE_DELAY=0
WORKDIR /app
EXPOSE map[8086/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget -qO- http://localhost:8086/health || exit 1"] "30s" "5s" "10s" "0s" '\x03'}
ENTRYPOINT ["entrypoint.sh"]
CMD ["oxicloud"]

Labels

Key Value
org.opencontainers.image.description Ultra-fast, secure & lightweight self-hosted cloud storage built in Rust
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://github.com/DioCrafts/OxiCloud
org.opencontainers.image.title OxiCloud
org.opencontainers.image.url https://github.com/DioCrafts/OxiCloud
org.opencontainers.image.vendor DioCrafts
Details
Container
2026-08-03 23:30:08 +00:00
0
OCI / Docker
linux/amd64
MIT
82 MiB
Versions (30) View all
latest 2026-08-15
0815 2026-08-15
dev 2026-08-15
0814 2026-08-14
0803 2026-08-03