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>
This commit is contained in:
committed by
Guillaume de Rouville
parent
019b56891d
commit
c8e3755188
11
stdlib/git/image.cue
Normal file
11
stdlib/git/image.cue
Normal file
@@ -0,0 +1,11 @@
|
||||
package git
|
||||
|
||||
import (
|
||||
"alpha.dagger.io/alpine"
|
||||
)
|
||||
|
||||
#Image: alpine.#Image & {
|
||||
package: {
|
||||
git: true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user