0f39a55942
Adding the baclient code to Drydock requires a refactor of the build automation to support multiple languages and multiple artifacts included in a single Docker image NOTE: the go source here is a placeholder 'hello world' sample Change-Id: I1b4883f018b33b3d4fcd7cbcb6cba660fcdc93de
15 lines
243 B
YAML
15 lines
243 B
YAML
---
|
|
schema: 'drydock/BootAction/v1'
|
|
metadata:
|
|
schema: 'metadata/Document/v1'
|
|
name: invalid_pkg_list
|
|
storagePolicy: 'cleartext'
|
|
labels:
|
|
application: 'drydock'
|
|
data:
|
|
assets:
|
|
- type: 'pkg_list'
|
|
data:
|
|
foo: ':)'
|
|
...
|