issues
search
choria-io
/
aaasvc
Choria Centralized AAA Service
https://choria.io
Apache License 2.0
6
stars
8
forks
source link
(misc) Use go 1.16 consistantly in build and build on Podman as well
#83
Closed
traylenator
closed
3 years ago
traylenator
commented
3 years ago
Use go 1.16 on build_binaries method.
Set selinux context of bind mounted source.
Support environment variable
DOCKER_SOCKET
so that it can be set to
${XDG_RUNTIME_DIR}/podman/podman.sock
for the podman case.
ripienaar
commented
3 years ago
thanks
DOCKER_SOCKET
so that it can be set to${XDG_RUNTIME_DIR}/podman/podman.sock
for the podman case.