Merge pull request #878 from cdrage/update-conv

n -> ✓ for build v3 support
This commit is contained in:
Charlie Drage
2017-11-30 10:05:00 -05:00
committed by GitHub
+3 -3
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 | |