Flowee
Flowee is a family of products and our goal is to move the world towards a Bitcoin Cash economy.
buildenv-android (202511)
Installation
docker pull 127.0.0.1:3000/flowee/buildenv-android:202511sha256:da3e95b1c88fadd10803bc2eac5d93bfb7153971264133ae17c3b89aedb464ea
About this package
Official containerd package of all tools and libraries needed to build for Android aarch64 devices. Uses ArchLinux base with all the libraries needed for Flowee Pay.
Image Layers
| LABEL org.opencontainers.image.title=Arch Linux base Image |
| LABEL org.opencontainers.image.description=Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility. |
| LABEL org.opencontainers.image.authors=Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks) |
| LABEL org.opencontainers.image.url=https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md |
| LABEL org.opencontainers.image.documentation=https://wiki.archlinux.org/title/Docker#Arch_Linux |
| LABEL org.opencontainers.image.source=https://gitlab.archlinux.org/archlinux/archlinux-docker |
| LABEL org.opencontainers.image.licenses=GPL-3.0-or-later |
| LABEL org.opencontainers.image.version=20251019.0.436919 |
| LABEL org.opencontainers.image.revision=2ae497c16d7647c505b1cb39e19659d26193a5a0 |
| LABEL org.opencontainers.image.created=2025-10-19T00:07:20+00:00 |
| COPY /rootfs/ / # buildkit |
| RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20251019.0.436919' /etc/os-release # buildkit |
| ENV LANG=C.UTF-8 |
| CMD ["/usr/bin/bash"] |
| ARG QtVersion=v6.8.3 |
| LABEL org.opencontainers.image.title=Flowee Android Build Environment |
| LABEL org.opencontainers.image.description=Official containerd package of all tools and libraries needed to build for Android aarch64 devices. Uses ArchLinux base with all the libraries needed for Flowee Pay. |
| LABEL org.opencontainers.image.authors=Tom <tom@flowee.org> |
| LABEL org.opencontainers.image.url=http://bitcoincashcode.org/Flowee/pay/src/branch/master/android/docker/README.md |
| LABEL org.opencontainers.image.documentation= |
| LABEL org.opencontainers.image.source=http://bitcoincashcode.org/Flowee/pay/src/branch/master/android/docker/README.md |
| LABEL org.opencontainers.image.licenses=GPL-3.0-or-later |
| LABEL org.opencontainers.image.version=v6.8.3 |
| LABEL org.opencontainers.image.revision= |
| LABEL org.opencontainers.image.created= |
| ENTRYPOINT ["su" "-" "builduser" "-c"] |
| ADD scripts /usr/local/bin # buildkit |
| RUN |1 QtVersion=v6.8.3 /bin/sh -c useradd builduser -d /home/builds -m -u 1000 -U && pacman -Suy --noconfirm --noprogressbar && pacman -Sy --noconfirm --noprogressbar --needed base-devel cmake ninja git python libjpeg-turbo xcb-util-keysyms xcb-util-cursor libgl fontconfig xdg-utils shared-mime-info xcb-util-wm libxrender libxi sqlite mesa vulkan-headers tslib libinput libxkbcommon-x11 libproxy libcups double-conversion brotli libb2 md4c wget libc++ libxcrypt-compat jdk17-openjdk && pacman -Sc --noconfirm && rm -rf /var/cache/pacman/pkg/* && /usr/local/bin/createRootPwd # buildkit |
| RUN |1 QtVersion=v6.8.3 /bin/sh -c mkdir -p /usr/local/cache && git config --global advice.detachedHead false && /usr/local/bin/aurs.sh && rm -rf ~builduser/* && /usr/local/bin/buildOpenSsl.sh && rm -rf ~builduser/* && /usr/local/bin/buildQt.sh ${QtVersion} && rm -rf ~builduser/* && /usr/local/bin/buildBoost.sh && rm -rf ~builduser/* && /usr/local/bin/buildZXing.sh && rm -rf ~builduser/* && rm -rf /usr/local/cache # buildkit |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Tom <tom@flowee.org> |
| org.opencontainers.image.created | |
| org.opencontainers.image.description | Official containerd package of all tools and libraries needed to build for Android aarch64 devices. Uses ArchLinux base with all the libraries needed for Flowee Pay. |
| org.opencontainers.image.documentation | |
| org.opencontainers.image.licenses | GPL-3.0-or-later |
| org.opencontainers.image.revision | |
| org.opencontainers.image.source | http://bitcoincashcode.org/Flowee/pay/src/branch/master/android/docker/README.md |
| org.opencontainers.image.title | Flowee Android Build Environment |
| org.opencontainers.image.url | http://bitcoincashcode.org/Flowee/pay/src/branch/master/android/docker/README.md |
| org.opencontainers.image.version | v6.8.3 |