kaniko-lfs (latest)
Published 2026-05-09 22:17:34 +02:00 by NcamGnrvngu
Installation
docker pull git.ncamgnrvngu.eu/ncamgnrvngu/kaniko-lfs:latestsha256:d1eab4121c08f442d93a1fffddb6e810fb09ad5425638eb66d68f9ad21db2a3cAbout this package
A useful simple git container running in alpine linux, especially for tiny linux distro, such as RancherOS, which don't have package manager.
Image layers
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk fix && apk --no-cache --update add git git-lfs gpg less openssh patch perl && git lfs install # buildkit |
| VOLUME [/git] |
| WORKDIR /git |
| ENTRYPOINT ["git"] |
| CMD ["--help"] |
| COPY /kaniko/ /kaniko/ # buildkit |
| COPY /etc/nsswitch.conf /etc/nsswitch.conf # buildkit |
| RUN /bin/sh -c apk --no-cache add curl jq skopeo # buildkit |
| ENV HOME=/root |
| ENV USER=root |
| ENV PATH=/usr/local/bin:/kaniko:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV SSL_CERT_DIR=/kaniko/ssl/certs |
| ENV DOCKER_CONFIG=/kaniko/.docker/ |
| ENV DOCKER_CREDENTIAL_GCR_CONFIG=/kaniko/.config/gcloud/docker_credential_gcr_config.json |
| ENTRYPOINT ["/kaniko/executor"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-02-22T05:16:31.920Z |
| org.opencontainers.image.description | A useful simple git container running in alpine linux, especially for tiny linux distro, such as RancherOS, which don't have package manager. |
| org.opencontainers.image.licenses | Apache-2.0 |
| org.opencontainers.image.revision | |
| org.opencontainers.image.source | https://github.com/alpine-docker/git |
| org.opencontainers.image.title | git |
| org.opencontainers.image.url | https://github.com/alpine-docker/git |
| org.opencontainers.image.version | 95d098d |
Details
2026-05-09 22:17:34 +02:00
Versions (2)
View all
Container
15
OCI / Docker
linux/amd64
Apache-2.0
83 MiB