Skip to content

Commit

Permalink
docs(readme): adds .needs to images schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfhc committed Mar 28, 2022
1 parent 73e2072 commit ff8c828
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Tasks:
- [x] Feature: push images
- [x] Tests: pkg/helpers
- [x] Improvement: use [spf13/viper](https://github.com/spf13/viper) for better configuration
- [x] Feature: dependencies between images
- [ ] Tests: pkg/docker
- [ ] Feature: dependencies between images _(a graph dependency manager package has been already created [here](https://github.com/vitorfhc/bob/tree/main/pkg/deps))_
- [ ] Feature: parallel building
- [ ] Feature: parallel pushing

Expand Down Expand Up @@ -92,6 +92,7 @@ Use "bob [command] --help" for more information about a command.
| .target | string | Dockerfile target | | |
| .buildArgs | map of strings | build args | | |
| .registry | string | image registry to push to | "" | |
| .needs | list of strings | strings referring to other images IDs that must be built before this one | [] | |

### Example

Expand Down

0 comments on commit ff8c828

Please sign in to comment.