-
Currently studying computer science at ELTE, Budapest 🇭🇺
- Joined on
2024-03-23
Block a user
icantseesharp/lightdeps (latest)
Published 2026-07-21 23:35:06 +02:00 by laci0503
Installation
docker pull gitea.laci0503.duckdns.org/laci0503/icantseesharp/lightdeps:latestsha256:d45afa4827c38a726a5b61ad2db86ea84ffcdfc04987a8620a8a4463eda10fdf
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ce72a50682 | linux/amd64 | 617 MiB |
Image Layers ( linux/amd64)
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.8989.tar --tag 26.04 |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-07-13T16:06:30.499069+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-07-13T16:06:30.499069+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.8989.tar |
| RUN /bin/sh -c apt update -y && apt upgrade -y # buildkit |
| RUN /bin/sh -c apt install -y wget curl dotnet-sdk-10.0 git zip unzip libc++-dev # buildkit |
| ARG BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c mkdir /bflat # buildkit |
| WORKDIR /bflat |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c wget -O bflat.tar.gz "$BFLAT_URL" # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c tar -xvzf bflat.tar.gz -C . # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c rm bflat.tar.gz # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c chmod -R +rx . # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c mkdir /bflata # buildkit |
| WORKDIR /bflata |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c git clone https://github.com/xiaoyuvax/bflata.git /bflata # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c mkdir bin # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c /bflat/bflat build BFlatA.cs -o:bin/bflata # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c mkdir /limine # buildkit |
| WORKDIR /limine |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c wget -O limine.zip https://github.com/Limine-Bootloader/Limine/releases/download/v12.1.0/limine-binary.zip # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c unzip limine.zip # buildkit |
| RUN |1 BFLAT_URL=https://github.com/bflattened/bflat/releases/download/v8.0.2/bflat-8.0.2-linux-glibc-x64.tar.gz /bin/sh -c chmod -R +r . # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-13T16:06:30.499069+00:00 |
| org.opencontainers.image.description | The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| org.opencontainers.image.title | ubuntu |
| org.opencontainers.image.version | 26.04 |
Details
2026-07-21 23:35:06 +02:00
Versions (2)
View all
Container
14
OCI / Docker
65be75214cad1dda957560f6483db796f86f8759
2026-07-21
latest
2026-07-21