Software /
code /
prosody
File
tools/build-env/build.sh @ 13392:e8f8a4394187
CHANGES: Document some of the recent changes and features in trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 08 Dec 2023 15:46:32 +0000 |
parent | 13323:7bfd6db52528 |
child | 13403:0369f6986824 |
line wrap: on
line source
#!/bin/sh -eux cd "$(dirname "$0")" containerify="$(command -v podman docker)" $containerify build -f ./Containerfile --squash \ --build-arg os="${2:-debian}" \ --build-arg dist="${1:-testing}" \ -t "prosody.im/build-env:${1:-testing}"