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
commit 42e7f0eecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 | |