dockerfile: move run network to stable channel

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
v0.9
Tonis Tiigi 2021-07-06 15:25:29 -07:00
parent 5fc0b3c30a
commit 259fba7d43
6 changed files with 1 additions and 20 deletions

View File

@ -7,7 +7,6 @@ run:
build-tags:
- dfrunsecurity
- dfrunnetwork
- dfheredoc
linters:

View File

@ -1,12 +0,0 @@
// +build !dfrunnetwork
package dockerfile2llb
import (
"github.com/moby/buildkit/client/llb"
"github.com/moby/buildkit/frontend/dockerfile/instructions"
)
func dispatchRunNetwork(c *instructions.RunCommand) (llb.RunOption, error) {
return nil, nil
}

View File

@ -1,5 +1,3 @@
// +build dfrunnetwork
package dockerfile2llb
import (

View File

@ -1,5 +1,3 @@
// +build dfrunnetwork
package dockerfile
import (

View File

@ -1,5 +1,3 @@
// +build dfrunnetwork
package instructions
import (

View File

@ -1 +1 @@
dfrunsecurity dfrunnetwork dfheredoc
dfrunsecurity dfheredoc