host-harbour (latest)
Published 2024-08-14 04:20:07 +00:00 by shihaam
Installation
docker pull git.shihaam.dev/shihaam/host-harbour:latest
sha256:892efa80c314cb5692b259a3e47c318e62c578c99d60e7270df42fbbe7b2492f
Image Layers
ADD file:6354c19a7a9232eb1c1d7e17f7aa02950e04126e18d52d35f8129a3d7d4c1928 in / |
CMD ["bash"] |
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends docker.io && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |
COPY host-harbour /host-harbour # buildkit |
RUN /bin/sh -c chmod +x /host-harbour # buildkit |
CMD ["/bin/sh" "-c" "/host-harbour"] |
Labels
Key | Value |
---|---|
com.docker.compose.project | host-harbour |
com.docker.compose.service | host-harbour |
com.docker.compose.version | 2.29.1 |