Browse Source
We will support alpine check in docker later in this series. While we're at it, tell people to run as root in podman, if podman is used as drop-in replacement for docker, because podman will map host-user to container's root, therefore, mapping their permission. Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
Đoàn Trần Công Danh
5 years ago
committed by
Junio C Hamano
4 changed files with 22 additions and 12 deletions
@ -1,16 +1,16 @@
@@ -1,16 +1,16 @@
|
||||
#!/bin/sh |
||||
# |
||||
# Build and test Git in a 32-bit environment |
||||
# Build and test Git inside container |
||||
# |
||||
# Usage: |
||||
# run-linux32-build.sh <host-user-id> |
||||
# run-docker-build.sh <host-user-id> |
||||
# |
||||
|
||||
set -ex |
||||
|
||||
if test $# -ne 1 || test -z "$1" |
||||
then |
||||
echo >&2 "usage: run-linux32-build.sh <host-user-id>" |
||||
echo >&2 "usage: run-docker-build.sh <host-user-id>" |
||||
exit 1 |
||||
fi |
||||
|
Loading…
Reference in new issue