intens (sha256:1b38c7432f73a4b4fdec4c635b76ca3f828c862e240f34cd0d59dac434a19acc)
Installation
docker pull forgejo.semafor.ch/semafor/intens@sha256:1b38c7432f73a4b4fdec4c635b76ca3f828c862e240f34cd0d59dac434a19accsha256:1b38c7432f73a4b4fdec4c635b76ca3f828c862e240f34cd0d59dac434a19accAbout this package
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.
Image layers
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4415.tar --tag 26.04 |
| umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd |
| umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash |
| umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-5691f940e215a35dc9b91fc1887cae39/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-04-21T17:23:54.324551+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-5691f940e215a35dc9b91fc1887cae39/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-04-21T17:23:54.324551+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-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4415.tar |
| LABEL maintainer=Ronald Tanner <tar@semafor.ch> |
| LABEL org.label-schema.vendor=Semafor Informatik & Energie AG |
| LABEL org.label-schema.url=https://semafor.ch |
| ARG EXTRA_PACKAGES= |
| RUN |1 EXTRA_PACKAGES= /bin/sh -c set -eux; apt-get update; DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates gettext locales libboost-iostreams1.83.0 libqt6gui6 libqt6svg6 libqt6printsupport6 libqt6charts6 libqt6networkauth6 libqt6svgwidgets6 libcurl4 libzmq5 libltdl7 libxml2-dev libxslt1.1 liblog4cplus-2.0.5t64 $EXTRA_PACKAGES; echo "en_US.UTF-8 UTF-8"> /etc/locale.gen; echo "de_CH.UTF-8 UTF-8">> /etc/locale.gen; echo "de_DE.UTF-8 UTF-8">> /etc/locale.gen; echo "de_AT.UTF-8 UTF-8">> /etc/locale.gen; echo "fr_FR.UTF-8 UTF-8">> /etc/locale.gen; echo "es_ES.UTF-8 UTF-8">> /etc/locale.gen; echo "sv_SE.UTF-8 UTF-8">> /etc/locale.gen; locale-gen; rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /usr/local/intens /usr/local/intens # buildkit |
| COPY /root/intens/build/lib/ /tmp/lib # buildkit |
| COPY /root/intens/build/usr/ /tmp/usr # buildkit |
| RUN |1 EXTRA_PACKAGES= /bin/sh -c ln -s /usr/local/intens/* /usr/local/intens/current # buildkit |
| ENV QT_QPA_PLATFORM=offscreen |
| RUN |1 EXTRA_PACKAGES= /bin/sh -c for l in $(find /tmp/lib -type f); do dest=$(echo $l |sed s@/tmp@@); [ -f $dest ] || cp $l $dest; done; rm -fr /tmp/lib; for l in $(find /tmp/usr -type f); do dest=$(echo $l |sed s@/tmp@@); dir=$(dirname $dest); [ -f $dest ] || (mkdir -p $dir; cp $l $dest); done; rm -fr /tmp/usr # buildkit |
| ENV PATH=/usr/local/intens/current/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| ENV INTENS_HOME=/usr/local/intens/current |
| ENV APPHOME=/opt/app |
| ENV IS_WEBTENS=1 |
| RUN |1 EXTRA_PACKAGES= /bin/sh -c groupmod --new-name intens ubuntu; usermod --login=intens --home=/home/intens --move-home --comment=Intens --shell=/bin/bash ubuntu # buildkit |
| COPY docker/docker-entrypoint.sh / # buildkit |
| WORKDIR /opt/app |
| EXPOSE [15560/tcp 15561/tcp 15562/tcp] |
| ENTRYPOINT ["/docker-entrypoint.sh"] |
| CMD ["sh" "-c" "bash ./bin/${APPNAME}"] |
Labels
| Key | Value |
|---|---|
| maintainer | Ronald Tanner <tar@semafor.ch> |
| org.label-schema.url | https://semafor.ch |
| org.label-schema.vendor | Semafor Informatik & Energie AG |
| org.opencontainers.image.created | 2026-06-11T09:57:53Z |
| 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.revision | d6ba480e37f0b92bfaa6eeeae13592ab2ce1d2b3 |
| org.opencontainers.image.source | https://forgejo.semafor.ch/Semafor/intens.git |
| org.opencontainers.image.title | ubuntu |
| org.opencontainers.image.url | https://forgejo.semafor.ch/Semafor/intens |
| org.opencontainers.image.version | 6.0.12 |
Details
2026-06-11 12:04:26 +02:00
Versions (2)
View all
Container
19
OCI / Docker
linux/amd64
220 MiB