ko
This commit is contained in:
parent
48f7aa40d5
commit
66c7071605
1 changed files with 12 additions and 0 deletions
12
Taskfile.yml
Normal file
12
Taskfile.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
ko:
|
||||||
|
cmds:
|
||||||
|
- podman run --rm -it
|
||||||
|
-v $PWD:/work:Z
|
||||||
|
--workdir=/work
|
||||||
|
-e KO_DOCKER_REPO=gitea.nulo.in/nulo/ddnser
|
||||||
|
-v ~/.docker/:/docker-config:Z,ro
|
||||||
|
-e DOCKER_CONFIG=/docker-config
|
||||||
|
cgr.dev/chainguard/ko build --bare .
|
Reference in a new issue