🚚 Move agent directory to kubeshark/hub and use kubeshark/hub Docker image instead (#1249)

* Remove the `agent` directory

* Use the new `kubeshark/hub` Docker image

* Remove `Dockerfile`

* Update `Makefile`

* Fix linter

* Change `api-server` suffix to `hub`
This commit is contained in:
M. Mert Yildiran
2022-11-24 17:18:35 -08:00
committed by GitHub
parent 8868a4c979
commit f87aa467b8
88 changed files with 6 additions and 47477 deletions

View File

@@ -24,13 +24,6 @@ jobs:
with:
go-version: '^1.17'
- name: Go lint - agent
uses: golangci/golangci-lint-action@v2
with:
version: latest
working-directory: agent
args: --timeout=10m
- name: Go lint - shared
uses: golangci/golangci-lint-action@v2
with: