feat: debian install, docker tests

This commit is contained in:
2024-03-08 11:34:37 +00:00
parent d9283511a3
commit 02afe496d5
24 changed files with 201 additions and 326 deletions

View File

@@ -1,11 +1,4 @@
#!/usr/bin/env bash
# -----------------------------------------------------------------------------
# Description:
# (Ubuntu only) Configure docker.
#
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
if [[ "$OSTYPE" == "linux-gnu"* && -z "$SKIP_DOCKER_CONFIG" ]]; then
docker --version
readonly docker_group="docker"