Update dagger env

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-12-16 03:11:44 +01:00
parent 44619516dc
commit 9b7356ba7c
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
10 changed files with 49 additions and 43 deletions

14
test/ci/main.cue Normal file
View file

@ -0,0 +1,14 @@
package main
import (
"alpha.dagger.io/docker"
"alpha.dagger.io/git"
)
ctr: docker.#Build & {
source: git.#Repository & {
remote: "https://github.com/crazy-max/docker-fail2ban.git"
ref: "refs/tags/0.11.2-r3"
keepGitDir: true
}
}