This website requires JavaScript.
Explore
Help
Register
Sign In
kjuulh
/
dagger
Archived
Watch
1
Star
0
Fork
0
You've already forked dagger
Code
Issues
1
Pull Requests
1
Projects
Releases
Wiki
Activity
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.
f4da5b9a95
dagger
/
pkg
/
alpha.dagger.io
/
git
/
image.cue
10 lines
99 B
CUE
Raw
Normal View
History
Unescape
Escape
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-01 18:48:54 +02:00
package
git
import
(
"
alpha.dagger.io/alpine
"
)
#Image
:
alpine
.
#Image
&
{
Add test on git.#Commit Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-09-01 18:49:21 +02:00
package
:
git
:
true
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-01 18:48:54 +02:00
}
Reference in New Issue
Copy Permalink