This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/stdlib/git/image.cue
Tom Chauveau c8e3755188 Add git.#Commit definition and git.#Image
This definition allow user to commit & push new content to repository.
I've also add a quick feature to os.#Container to write files.

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-09-03 02:29:31 +02:00

12 lines
106 B
CUE

package git
import (
"alpha.dagger.io/alpine"
)
#Image: alpine.#Image & {
package: {
git: true
}
}