Software /
code /
prosody
File
tools/build-env/build.sh @ 13365:fda192db8f18
mod_cron: Rename variable to fix shadowing (#luacheck)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 30 Nov 2023 11:42:52 +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}"