pkg

oxicloud (sha256:5455506eea9a1d75a9e612ebc63cf1b576e60da05e3065f2c6c22cfc9232e24c)

Published 2026-06-03 11:50:30 +00:00 by packager

Installation

docker pull forge.myvelabs.com/pkg/oxicloud@sha256:5455506eea9a1d75a9e612ebc63cf1b576e60da05e3065f2c6c22cfc9232e24c
sha256:5455506eea9a1d75a9e612ebc63cf1b576e60da05e3065f2c6c22cfc9232e24c

About this package

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

Image layers

ADD alpine-minirootfs-3.23.3-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 libpq tzdata su-exec && addgroup -g 1001 -S oxicloud && adduser -u 1001 -S oxicloud -G oxicloud # buildkit
COPY --chmod=755 /app/target/release/oxicloud /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
WORKDIR /app
EXPOSE [8086/tcp]
HEALTHCHECK {Test:[CMD-SHELL wget -qO- http://localhost:8086/health || exit 1] Interval:30s Timeout:5s StartPeriod:10s StartInterval:0s Retries:3}
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-06-03 11:50:30 +00:00
0
OCI / Docker
linux/amd64
MIT
20 MiB
Versions (14) View all
latest 2026-06-21
0621 2026-06-21
0617 2026-06-17
0612 2026-06-12
0611 2026-06-11