hercules-aethra-base (latest)

Published 2024-07-03 08:37:06 +00:00 by friedkiwi

Installation

docker pull git.cyber.gent/friedkiwi/hercules-aethra-base:latest
sha256:76dcd2478ab4a54a1ff6682c0604edf958a1d54340008dea240954d26a21616b

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:d5da92199726e42da09a6f75a778befb607fe3f79e4afaf7ef5188329b26b386 in /
CMD ["/bin/bash"]
RUN apt update -y && apt upgrade -y && apt install -y wget curl p7zip neovim command-not-found sudo locales
RUN useradd -s /bin/bash coder
RUN echo "coder ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder
RUN locale-gen en_US.UTF-8
RUN apt update -y && apt upgrade -y && apt install -y c3270 git
RUN cd / && git clone https://github.com/wrljet/hercules-helper.git
COPY hercules/hercules-helper.conf /hercules-helper/hercules-helper.conf
COPY hercules/allow-root-build.patch /hercules-helper/allow-root-build.patch
RUN cd /hercules-helper && patch hercules-buildall.sh allow-root-build.patch && ./hercules-buildall.sh --no-setcap --flavor=aethra
RUN echo ". /hercules-helper/herc4x/aethra-init-bash.sh" | tee -a /etc/bash.bashrc

Labels

Key Value
gent.cyber.metadata.lastmodified 2024-07-03
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2024-07-03 08:37:06 +00:00
2
OCI / Docker
linux/amd64
544 MiB
Versions (2) View all
v1-6ab64ce7 2024-07-03
latest 2024-07-03