fenix-gitea-admin
  • Joined on 2025-06-25

fenix-opentofu-image (18)

Published 2025-10-12 09:36:38 +00:00 by fenix-gitea-admin

Installation

docker pull gitea.fenix-dev.com/fenix-gitea-admin/fenix-opentofu-image:18
sha256:5180fde0d90e718c480115e431680a82281c4ff078f5aba0070eaf6a6c020d02

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in /
CMD ["/bin/bash"]
COPY /usr/local/bin/tofu /usr/local/bin/tofu # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y git curl nodejs npm unzip && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y curl git unzip jq gnupg ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs # buildkit
RUN /bin/sh -c node -v && npm -v # buildkit
RUN /bin/sh -c npm install -g @bitwarden/cli # buildkit
WORKDIR /workspace

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-10-12 09:36:38 +00:00
1
OCI / Docker
linux/amd64
428 MiB
Versions (13) View all
20 2025-10-12
19 2025-10-12
18 2025-10-12
17 2025-10-12
16 2025-10-11