Merged in feature/service-accounts-1 (pull request #227)

Support for service accounts with static credentials

* feature complete

* tests and docs

* lint fix
This commit is contained in:
Jay Brown
2026-05-21 19:40:04 +00:00
parent e3d9047143
commit 451da3d26d
63 changed files with 4347 additions and 11179 deletions
+3
View File
@@ -16,9 +16,11 @@ vars:
tasks:
lint:
desc: "Lint the production Dockerfile with hadolint"
cmds:
- hadolint {{.DOCKERFILE}} -t none
build:
desc: "Build the production docker image tagged :latest and :<git-version>"
run: once
cmd: |
# Build with caching enabled
@@ -31,6 +33,7 @@ tasks:
-t {{.IMAGE_NAME}}:{{.GIT_VERSION}} \
-f {{.DOCKERFILE}} .
build:debug:
desc: "Build the :debug docker image that includes the Delve debugger"
run: once
cmd: |
# Build debug image with Delve debugger