forked from LaconicNetwork/kompose
Merge pull request #878 from cdrage/update-conv
n -> ✓ for build v3 support
This commit is contained in:
commit
42e7f0eecb
@ -15,9 +15,9 @@ __Glossary:__
|
|||||||
|
|
||||||
| Keys | V1 | V2 | V3 | Kubernetes / OpenShift | Notes |
|
| Keys | V1 | V2 | V3 | Kubernetes / OpenShift | Notes |
|
||||||
|------------------------|----|----|----|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
|
|------------------------|----|----|----|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
|
||||||
| build | ✓ | ✓ | n | | Builds/Pushes to Docker repository. See `--build` parameter |
|
| build | ✓ | ✓ | ✓ | | Builds/Pushes to Docker repository. See `--build` parameter |
|
||||||
| build: context | ✓ | ✓ | n | | |
|
| build: context | ✓ | ✓ | ✓ | | |
|
||||||
| build: dockerfile | ✓ | ✓ | n | | |
|
| build: dockerfile | ✓ | ✓ | ✓ | | |
|
||||||
| build: args | n | n | n | | |
|
| build: args | n | n | n | | |
|
||||||
| build: cache_from | - | - | n | | |
|
| build: cache_from | - | - | n | | |
|
||||||
| cap_add, cap_drop | ✓ | ✓ | ✓ | Pod.Spec.Container.SecurityContext.Capabilities.Add/Drop | |
|
| cap_add, cap_drop | ✓ | ✓ | ✓ | Pod.Spec.Container.SecurityContext.Capabilities.Add/Drop | |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user