n -> ✓ for build v3 support

✓ for build v3 support since we merged in
https://github.com/kubernetes/kompose/pull/846/
This commit is contained in:
Charlie Drage 2017-11-30 10:04:26 -05:00
parent 84be7400a2
commit b953844cf3

View File

@ -15,9 +15,9 @@ __Glossary:__
| Keys | V1 | V2 | V3 | Kubernetes / OpenShift | Notes |
|------------------------|----|----|----|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
| build | ✓ | ✓ | n | | Builds/Pushes to Docker repository. See `--build` parameter |
| build: context | ✓ | ✓ | n | | |
| build: dockerfile | ✓ | ✓ | n | | |
| build | ✓ | ✓ | | | Builds/Pushes to Docker repository. See `--build` parameter |
| build: context | ✓ | ✓ | | | |
| build: dockerfile | ✓ | ✓ | | | |
| build: args | n | n | n | | |
| build: cache_from | - | - | n | | |
| cap_add, cap_drop | ✓ | ✓ | ✓ | Pod.Spec.Container.SecurityContext.Capabilities.Add/Drop | |