docker-compose-v2-alpine (latest)
Published 2025-02-26 20:12:02 +00:00 by oonyeje
Installation
docker pull gitea.bsidesolutions.net/bside-solutions/docker-compose-v2-alpine:latestsha256:cbd102957ecfa59657bf8035711bbe3683b927c961fb88aa49a61666d7b2b36bAbout this package
A lightweight docker image for shell scripting and git, consisting of Alpine Linux with the addition of bash, coreutils, findutils, gawk, and git.
Image Layers
| ADD alpine-minirootfs-3.21.0-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL maintainer=development@cicirello.org org.opencontainers.image.description=A lightweight docker image for shell scripting and git, consisting of Alpine Linux with the addition of bash, coreutils, findutils, gawk, and git. org.opencontainers.image.authors=Vincent A Cicirello, development@cicirello.org, https://www.cicirello.org/ org.opencontainers.image.source=https://github.com/cicirello/alpine-plus-plus org.opencontainers.image.title=alpine-plus-plus |
| RUN /bin/sh -c apk --no-cache add bash coreutils findutils gawk git # buildkit |
| ARG REGISTRY_USER= |
| ARG REGISTRY_PASS= |
| ENV REGISTRY_USER=bside |
| ENV REGISTRY_PASS=Dell2018! |
| RUN |2 REGISTRY_USER=bside REGISTRY_PASS=Dell2018! /bin/sh -c apk add --no-cache docker-cli # buildkit |
| RUN |2 REGISTRY_USER=bside REGISTRY_PASS=Dell2018! /bin/sh -c apk add coreutils # buildkit |
| RUN |2 REGISTRY_USER=bside REGISTRY_PASS=Dell2018! /bin/sh -c apk add --no-cache docker-cli-compose # buildkit |
| RUN |2 REGISTRY_USER=bside REGISTRY_PASS=Dell2018! /bin/sh -c docker login gitea.bsidesolutions.net --username ${REGISTRY_USER} --password ${REGISTRY_PASS} # buildkit |
| CMD ["/bin/sh"] |
Labels
| Key | Value |
|---|---|
| maintainer | development@cicirello.org |
| org.opencontainers.image.authors | Vincent A Cicirello, development@cicirello.org, https://www.cicirello.org/ |
| org.opencontainers.image.description | A lightweight docker image for shell scripting and git, consisting of Alpine Linux with the addition of bash, coreutils, findutils, gawk, and git. |
| org.opencontainers.image.source | https://github.com/cicirello/alpine-plus-plus |
| org.opencontainers.image.title | alpine-plus-plus |
| org.opencontainers.image.version | 3.21.0 |