oxicloud (sha256:174cf02fc4dfcfaffbe752fd45a84e5572d77ce2e03c6c0f8ab58273b8c3d7a3)
Published 2026-06-07 22:21:36 +00:00 by packager
Installation
docker pull forge.myvelabs.com/pkg/oxicloud@sha256:174cf02fc4dfcfaffbe752fd45a84e5572d77ce2e03c6c0f8ab58273b8c3d7a3sha256:174cf02fc4dfcfaffbe752fd45a84e5572d77ce2e03c6c0f8ab58273b8c3d7a3About 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 --chmod=755 /app/target/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 |
| 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
2026-06-07 22:21:36 +00:00
Versions (14)
View all
Container
0
OCI / Docker
linux/amd64
MIT
22 MiB