forked from LaconicNetwork/kompose
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:
parent
84be7400a2
commit
b953844cf3
@ -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