Closed t-ikeda-sti closed 1 year ago
I would like a fully working sample code.
https://github.com/SIOS-Technology-Inc/dacrane/blob/main/example/app-services/dacrane.yaml#L31-L36
parameter: type: object required: ["image", "tag"] properties: image: type: object properties: image: { type: string } tag: { type: string }
$ dacrane apply local-dokcer local -a '{ image: ${{ instances.api-v1.modules.api-local-image }} }'
docker-local
quick-start
It will take time to fix #52, so fix it to work in a workaround first.
User Story
I would like a fully working sample code.
Acceptance Criteria
https://github.com/SIOS-Technology-Inc/dacrane/blob/main/example/app-services/dacrane.yaml#L31-L36
docker-local
calls fromquick-start
as well.It will take time to fix #52, so fix it to work in a workaround first.