Skip to content

Commit

Permalink
Merge pull request #1708 from Luap99/remote
Browse files Browse the repository at this point in the history
libimage: add !remote tag
  • Loading branch information
openshift-ci[bot] authored Oct 23, 2023
2 parents d3170cb + 5ce2373 commit 8d0bd25
Show file tree
Hide file tree
Showing 34 changed files with 102 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libimage/copier.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/corrupted_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/disk_usage.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/events.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/filters.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/filters_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/history.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/history_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/image.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/image_config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/image_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/image_tree.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/import.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/import_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/inspect.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/layer_tree.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/load.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/load_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/manifest_list.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/manifest_list_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/normalize.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/normalize_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/oci.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/platform.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/pull.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/pull_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/push.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/push_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/remove_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/runtime.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/runtime_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/save.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/save_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down
3 changes: 3 additions & 0 deletions libimage/search.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build !remote
// +build !remote

package libimage

import (
Expand Down

0 comments on commit 8d0bd25

Please sign in to comment.