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