Harry Esses HarryEsses
  • Joined on 2026-01-08

cobol (20260828-002847)

Published 2026-08-28 00:29:25 +00:00 by HarryEsses

Installation

docker pull git.harryesses.com/harryesses/cobol:20260828-002847
sha256:3601370608ea3de16860a74895edd7b97b9e6dca5e671bd59ce509086b7b85c0

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'
USER root
RUN /bin/sh -c apt-get update && apt-get install -y wget gcc make curl jq unzip git sudo # buildkit
RUN /bin/sh -c useradd coder --create-home --shell=/bin/bash --uid=1000 --user-group # buildkit
RUN /bin/sh -c echo "coder ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers.d/nopasswd # buildkit
USER coder
RUN /bin/sh -c NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # buildkit
ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USER root
RUN /bin/sh -c apt update -y && apt upgrade -y # buildkit
RUN /bin/sh -c apt install gnucobol -y --fix-missing # buildkit
USER coder
Details
Container
2026-08-28 00:29:25 +00:00
0
OCI / Docker
linux/amd64
357 MiB
Versions (5) View all
latest 2026-08-28
e90f2de 2026-08-28
20260828-002847 2026-08-28
20260730-011358 2026-07-30
37e78cd 2026-07-30