mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
Remove Docker section from DEVELOPING.md (#1384)
Developing in Docker is no longer explicitly supported. Update developing docs to reflect this. Signed-off-by: Will Murphy <will.murphy@anchore.com>
This commit is contained in:
parent
d6bd01a4fa
commit
6834e2148c
1 changed files with 0 additions and 10 deletions
|
@ -4,8 +4,6 @@ There are a few useful things to know before diving into the codebase. This proj
|
|||
|
||||
## Getting started
|
||||
|
||||
### Native Development
|
||||
|
||||
After cloning do the following:
|
||||
|
||||
1. run `go build main.go` to get a binary named `main` from the source (use `-o <name>` to get a differently named binary), or optionally `go run main.go` to run from source.
|
||||
|
@ -19,14 +17,6 @@ The main make tasks for common static analysis and testing are `lint`, `format`,
|
|||
|
||||
See `make help` for all the current make tasks.
|
||||
|
||||
### Docker Development
|
||||
|
||||
This depends on Docker and Docker Compose
|
||||
|
||||
1. run `docker-compose build grype` to build the local development container
|
||||
2. run `docker-compose run --rm grype bash` to enter into the container with all the bootstrapped dependencies installed.
|
||||
3. run `make` to verify everything is installed and working properly
|
||||
|
||||
## Relationship to Syft
|
||||
|
||||
Grype uses Syft as a library for all-things related to obtaining and parsing the given scan target (pulling container
|
||||
|
|
Loading…
Reference in a new issue