mirror of
https://github.com/mudler/luet.git
synced 2025-09-02 15:54:39 +00:00
Add docker service to travis
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
language: go
|
||||
services:
|
||||
- docker
|
||||
go:
|
||||
- "1.12"
|
||||
env:
|
||||
|
@@ -53,6 +53,7 @@ func (cs *LuetCompiler) Compile(p CompilationSpec) (*Artifact, error) {
|
||||
|
||||
if p.GetImage() != "" {
|
||||
p.SetSeedImage(p.GetImage())
|
||||
p.WriteBuildImageDefinition(p.Rel(p.GetPackage().GetFingerPrint() + ".dockerfile"))
|
||||
//p.WriteBuildImageDefinition(path)
|
||||
//backend.BuildImage(path)
|
||||
//backend.RunSteps(CompilationSpec)
|
||||
|
Reference in New Issue
Block a user