Skip to content

Tags: mtsfoni/construct

Tags

v0.3.2

Toggle v0.3.2's commit message
chore: prepare v0.3.2 release changelog

v0.3.1

Toggle v0.3.1's commit message
fix: update buildRunArgs call in test to include authVolume parameter

v0.3.0

Toggle v0.3.0's commit message
fix: update buildRunArgs call in test to include authVolume parameter

v0.2.0

Toggle v0.2.0's commit message
chore: windows binary in .gitignore

v0.1.0

Toggle v0.1.0's commit message
security: clean up secrets dir on SIGINT/SIGTERM and guard .construct…

…/.env from git

os.Exit bypasses deferred calls, so the signal handler now explicitly
removes the secrets temp dir before exiting. secretsDir is also created
before dind starts so its path is always in scope for the handler.
Adds .construct/.env to .gitignore as a defence against accidental
credential commits.