Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dockerfile: move run network to stable channel #2227

Merged
merged 1 commit into from
Jul 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ run:

build-tags:
- dfrunsecurity
- dfrunnetwork
- dfheredoc

linters:
Expand Down
12 changes: 0 additions & 12 deletions frontend/dockerfile/dockerfile2llb/convert_norunnetwork.go

This file was deleted.

2 changes: 0 additions & 2 deletions frontend/dockerfile/dockerfile2llb/convert_runnetwork.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build dfrunnetwork

package dockerfile2llb

import (
Expand Down
2 changes: 0 additions & 2 deletions frontend/dockerfile/dockerfile_runnetwork_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build dfrunnetwork

package dockerfile

import (
Expand Down
2 changes: 0 additions & 2 deletions frontend/dockerfile/instructions/commands_runnetwork.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build dfrunnetwork

package instructions

import (
Expand Down
2 changes: 1 addition & 1 deletion frontend/dockerfile/release/labs/tags
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dfrunsecurity dfrunnetwork dfheredoc
dfrunsecurity dfheredoc