diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-03-26 13:53:04 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-03-26 13:53:04 +0100 |
| commit | 51911144eb62a276017ca0fa03592be1551c7ae8 (patch) | |
| tree | 4d3f167069e2142c6882bab0471fcbb150aa69ee /Containerfile | |
| parent | 5a0c8f2f3115c322759459b93ff056268b955706 (diff) | |
| download | teachos-toolchain-51911144eb62a276017ca0fa03592be1551c7ae8.tar.xz teachos-toolchain-51911144eb62a276017ca0fa03592be1551c7ae8.zip | |
image: add additional labels15.2.0-4
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile index c761c26..7a12114 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,7 @@ FROM ubuntu:questing AS builder +ARG IMAGE_BUILD + ARG BINUTILS_VERSION ARG GCC_VERSION ARG GDB_VERSION @@ -32,6 +34,10 @@ FROM ubuntu:questing LABEL org.opencontainers.image.title="TeachOS Toolchain" LABEL org.opencontainers.image.description="A semi-statically linked cross-compiler toolchain for TeachOS development." +LABEL org.opencontainers.iamge.source="https://gitlab.ost.ch/teachos/devcontainers" +LABEL org.opencontainers.image.version="$GCC_VERSION" +LABEL org.opencontainers.iamge.revision="$IMAGE_BUILD" +LABEL org.opencontainers.image.base.name="docker.io/ubuntu:questing" RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ |
