aquaeductus-service (sha256:14e3522ea3ce8145efa3c64983dae7188839ad40bf03d7665310f83ad508589f)

Published 2026-07-21 18:20:00 +00:00 by ci-bot

Installation

docker pull gitea.testing.acsc.land/ci-bot/aquaeductus-service@sha256:14e3522ea3ce8145efa3c64983dae7188839ad40bf03d7665310f83ad508589f
sha256:14e3522ea3ce8145efa3c64983dae7188839ad40bf03d7665310f83ad508589f

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1783900800'
RUN /bin/sh -c apt-get update && apt-get install -y wget tar && rm -rf /var/lib/apt/lists/* && mkdir /tmp/wasmer && wget -O /tmp/wasmer/wasmer-linux-amd64.tar.gz https://github.com/wasmerio/wasmer/releases/download/2.3.0/wasmer-linux-amd64.tar.gz && cd /tmp/wasmer && tar xvzf wasmer-linux-amd64.tar.gz && cp lib/libwasmer.so /lib/x86_64-linux-gnu/ && cd && rm -rf /tmp/wasmer # buildkit
WORKDIR /app
COPY *.wasm wasm/ # buildkit
COPY public/assets assets # buildkit
COPY /app/views views # buildkit
COPY /app/aquaeductus aquaeductus # buildkit
CMD ["/app/aquaeductus" "-port" "10041" "-wasm-module" "/app/wasm/release.wasm"]
Details
Container
2026-07-21 18:20:00 +00:00
0
OCI / Docker
linux/amd64
40 MiB
Versions (9) View all
team7 2026-07-21
team8 2026-07-21
team5 2026-07-21
team6 2026-07-21
team2 2026-07-21