Closed mark-kubacki closed 7 years ago
Hi It should work with
name: example/minimal:1
aci:
app:
isolators:
- name: resource/memory
value: {request: 32M, limit: 256M}
- name: resource/cpu
value: {request: 125m, limit: 500m}
dependencies:
- 'blitznote.com/ubuntu:16.04'
Thank you, @nyodas, for your hint. Unfortunately I did forget aci.app
only in my example, not the original file. In other words, it does not work.
By the way, here is the complete file: wmark/docker-teamspeak3:aci-manifest.yml
Thanks, it's probably a bug that need to be fixed
fixed in v78
I am using dgr version 77 and rkt 1.19.0, though I believe the latter does not matter.
My
aci-manifest.yml
:… is translated to (please observe the isolators):
Yet I do expect this:
See also appc/spec/schema/types/isolator_resources.go.