app
app copied to clipboard
Make your Docker Compose applications reusable, and share them on Docker Hub
**- What I did** `cnab-go` library recently moved from deislabs organization to the new `cnabio` organization. This PR updates the go imports. Depends on https://github.com/docker/cnab-to-oci/pull/85 and https://github.com/cnabio/cnab-go/pull/168 * Bump github.com/docker/cnab-to-oci...
Signed-off-by: Stefan Scherer **- What I did** I've added a timeout to the Jenkins job, I saw https://ci.docker.com/teams-dsg/job/dsg/job/app/view/change-requests/job/PR-788/6/ running "forever". **- How I did it** **- How to verify it**...
**- What I did** Added repository digest as a stored info on app images (aka "bundles") **- How I did it** added a `digest` text file in bundlestore **- How...
In an airgap environment, the user has to pull locally, his own way, the `docker/cnab-app-base` image in order to execute any basic action (bundle, install, upgrade, uninstall, inspect...). Embedding the...
if a service is removed from the docker-compose, it would be nice if it gets removed from the stack. I think this is as simple as passing through the --prune...
**- What I did** Added an example of a Docker App that has service images that can be built. **- Description for the changelog** N/A
**Description** In the [CNAB Identifying Metadata](https://github.com/deislabs/cnab-spec/blob/master/101-bundle-json.md#name-and-version-identifying-metadata) section it states that ```name MUST contain only characters from the Unicode graphic characters.``` and ```The Unicode graphic character set allowed for name includes...
**Description** Mounting a relative path - such as `./mounted-folder` - renders as `mounted-folder`. Then when running `docker-compose up` I receive this error: `invalid mount config for type "bind": invalid mount...
**- What I did** Ensure that secrets defined in the Compose file are correctly handled by Docker App and the CNAB bundle. **- How I did it** TBD **- How...
Apps that were installed with `docker app install` show up both as app, and as stack; ```bash docker app ls INSTALLATION APPLICATION LAST ACTION RESULT CREATED MODIFIED REFERENCE myinstallation myotherapp...