kaniko-lfs (1.14.0)
Published 2025-06-01 20:05:53 +02:00 by NcamGnrvngu
Installation
docker pull git.ncamgnrvngu.eu/ncamgnrvngu/kaniko-lfs:1.14.0sha256:7b6d5ae7bdbda14bb77dd9655a41f2a4d7bea466b2a1a67073897023ff7f817dAbout 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.22.0-aarch64.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 | 2025-06-01T04:36:05.471Z |
| 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 | fcba8e9 |
Details
2025-06-01 20:05:53 +02:00
Versions (2)
View all
Container
0
OCI / Docker
linux/arm64
Apache-2.0
80 MiB