Expand multiple build capabilities

This commit is contained in:
2023-07-29 15:16:15 -04:00
parent 5723150307
commit e074d5b812
25 changed files with 116 additions and 91 deletions

View File

@@ -1,15 +0,0 @@
#!/usr/bin/env bash
# https://docs.gitlab.com/runner/install/docker.html#selinux
set -euo pipefail
git clone https://github.com/dpw/selinux-dockersock.git /tmp/selinux-dockersock
pushd /tmp/selinux-dockersock
make dockersock.pp
semodule -i dockersock.pp
popd