Skip to content
Snippets Groups Projects
Unverified Commit 3cef18a3 authored by Mario Macias's avatar Mario Macias Committed by GitHub
Browse files

Rename project to netobserv-ebpf-agent (#13)

parent 6b3bf137
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ import (
"time" "time"
"github.com/mariomac/guara/pkg/test" "github.com/mariomac/guara/pkg/test"
"github.com/netobserv/netobserv-agent/pkg/pbflow" "github.com/netobserv/netobserv-ebpf-agent/pkg/pbflow"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"google.golang.org/protobuf/types/known/timestamppb" "google.golang.org/protobuf/types/known/timestamppb"
......
...@@ -8,7 +8,7 @@ import ( ...@@ -8,7 +8,7 @@ import (
"google.golang.org/grpc" "google.golang.org/grpc"
"google.golang.org/grpc/reflection" "google.golang.org/grpc/reflection"
"github.com/netobserv/netobserv-agent/pkg/pbflow" "github.com/netobserv/netobserv-ebpf-agent/pkg/pbflow"
) )
// CollectorServer wraps a Flow Collector connection & session // CollectorServer wraps a Flow Collector connection & session
......
ARG BASE_IMAGE=quay.io/netobserv/netobserv-agent:main ARG BASE_IMAGE=quay.io/netobserv/netobserv-ebpf-agent:main
FROM $BASE_IMAGE FROM $BASE_IMAGE
LABEL quay.expires-after=2w LABEL quay.expires-after=2w
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment