Norman Witte djmeph
  • Joined on 2025-01-19

ubuntu-dev (latest)

Published 2025-02-03 02:25:12 +00:00 by djmeph

Installation

docker pull gitea.breakfreeproductions.com/djmeph/ubuntu-dev:latest
sha256:92bdb5da38febc43040485b8dd49e20d3d94abb6fafc4609812b8db061c7a0aa

Images

Digest OS / Arch Size
0bb6a9e5bc linux/arm64 367 MiB
4023570967 linux/amd64 401 MiB

Image Layers ( linux/amd64)

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:bcebbf0fddcba5b864d5d267b68dd23bcfb01275e6ec7bcab69bf8b56af14804 in /
CMD ["/bin/bash"]
WORKDIR /src
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y apt-transport-https build-essential curl git git-lfs unzip zip ca-certificates gnupg2 software-properties-common && apt-get clean cache # buildkit
RUN /bin/sh -c curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install -y docker-ce && apt-get clean cache && rm -rf /var/lib/apt/lists/* # buildkit

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2025-02-03 02:25:12 +00:00
4
OCI / Docker
Versions (1) View all
latest 2025-02-03