boxes (sha256:db4c02f911f1744a006105acdee0ca46374c44b9a2d441d04c56d0db1e48dad2)

Published 2024-11-05 15:24:35 -03:00 by aleidk

Installation

docker pull git.alecodes.page/alecodes/boxes@sha256:db4c02f911f1744a006105acdee0ca46374c44b9a2d441d04c56d0db1e48dad2
sha256:db4c02f911f1744a006105acdee0ca46374c44b9a2d441d04c56d0db1e48dad2

Image layers

ADD file:fd7eb8b8156b429f834a8f541c228b1f11e53562b2d604850a825c53a070982c in /
CMD ["/bin/sh"]
LABEL com.github.containers.toolbox="true" name="alpine-toolbox" version="edge" usage="This image is meant to be used with the toolbox command" summary="Base image for creating Alpine Linux toolbox containers" maintainer="Jorge O. Castro <jorge.castro@gmail.com>"
COPY file:1e42f7e8a447440f356e6605d4a90124d7b72967daa4356d6658a3e1bc0cfb98 in /
/bin/sh -c apk update && apk upgrade && cat /extra-packages | xargs apk add
/bin/sh -c rm /extra-packages
/bin/sh -c echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/toolbox
/bin/sh -c cp -p /etc/os-release /usr/lib/os-release
/bin/sh -c rm -rf /media
RUN /bin/sh -c apk update && apk upgrade && apk add --no-cache neovim git lazygit zsh curl wget ripgrep fd fzf alpine-sdk build-base python3 py3-pip openssh # buildkit
ENV EDITOR=nvim VISUAL=nvim TERM=xterm-256color LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 SHELL=/bin/zsh
RUN /bin/sh -c sh -c "$(curl -fsLS get.chezmoi.io)" -- -b /usr/local/bin && mkdir -p ~/.local/share/chezmoi # buildkit
RUN /bin/sh -c chsh -s /bin/zsh # buildkit
RUN /bin/sh -c mkdir -p /workspace # buildkit
WORKDIR /workspace

Labels

Key Value
com.github.containers.toolbox true
io.buildah.version 1.33.7
maintainer Jorge O. Castro <jorge.castro@gmail.com>
name alpine-toolbox
summary Base image for creating Alpine Linux toolbox containers
usage This image is meant to be used with the toolbox command
version edge
Details
Container
2024-11-05 15:24:35 -03:00
0
OCI / Docker
linux/amd64
214 MiB
Versions (1) View all
latest 2024-11-05