Skip to content

Commit 6825e6d

Browse files
docker-ownership-debt-reduction (#492)
Summary: - Empower host-side deletion for `stackql` docker container mounted directories by running these containers as the host user. - `postgres` server container user not addressed at this time. - Teadown now active and working for robot test `Alternate App Root Persists All Temp Materials in Alotted Directory`. - Remaining robot tests continue to work post changes.
1 parent 8192c3a commit 6825e6d

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docker-compose-persist-postgres.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: "3.9"
33
services:
44
stackqlsrv:
55
image: "${STACKQL_IMAGE_NAME:-stackql/stackql}"
6+
user: "${UID}:${GID}"
67
build:
78
context: .
89
cache_from:

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: "3.9"
22

33
services:
44
stackqlsrv:
5+
user: "${UID}:${GID}"
56
image: "${STACKQL_IMAGE_NAME:-stackql/stackql}"
67
build:
78
context: .

test/robot/functional/stackql_mocked_from_cmd_line.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7325,7 +7325,7 @@ Busted Auth Throws Error Then Set Statement Update Auth Scenario Working
73257325
... stderr=${CURDIR}/tmp/Busted-Auth-Throws-Error-Then-Set-Statement-Update-Auth-Scenario-Working-Working-stderr.tmp
73267326

73277327
Alternate App Root Persists All Temp Materials in Alotted Directory
7328-
# [Teardown] Remove Directory ${TEST_TMP_EXEC_APP_ROOT_NATIVE} recursive=True
7328+
[Teardown] Remove Directory ${TEST_TMP_EXEC_APP_ROOT_NATIVE} recursive=True
73297329
${inputStr} = Catenate
73307330
... registry pull google v0.1.2;
73317331
... show providers;

0 commit comments

Comments
 (0)