Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions recipes-example/images/dac-image-cobalt.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ inherit dac-image-essos

IMAGE_INSTALL = "libcobalt"

IMAGE_INSTALL_append = " ca-certificates"

# needed
OCI_IMAGE_ENTRYPOINT = "/usr/bin/cobalt_bin"
APP_METADATA_PATH = "metadatas/cobalt-appmetadata.json"
Expand Down
14 changes: 1 addition & 13 deletions recipes-example/images/metadatas/cobalt-appmetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,5 @@
"ram": "128M"
},
"features": [],
"mounts": [
{
"source": "/etc/ssl/certs",
"destination": "/usr/share/content/data/ssl/certs",
"type": "bind",
"options": [
"rbind",
"nosuid",
"nodev",
"ro"
]
}
]
"mounts": []
}