Silvin Lubecki

Results 22 issues of Silvin Lubecki

A compose file can specify some config files, which are resolved inside the invocation images among the `attachment` files, (see #336 and #392 ). But those config files rarely match...

**- 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...

status/0-triage

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...

```sh $ docker app inspect ccrone/hello-world:0.0.1 hello-world 0.1.0 Maintained by: user Hello, World! Service (1) Replicas Ports Image ----------- -------- ----- ----- hello 1 8080 ccrone/cnab-demo@sha256:ba27d460cd1f22a1a4331bdf74f4fccbc025552357e8a3249c40ae216275de96 Parameters (2) Value --------------...

**Description** A YAML node can be disabled using a "enabled" key with a value: ```yaml version: "3.4" services: monitor: enabled: "! ${myapp.debug}" ``` But the [code handling this feature](https://github.com/docker/app/blob/master/internal/templateloader/loader.go#L53) says...

exp/beginner
kind/enhancement
priority/P3

`docker-app inspect` print the settings it founds in the `settings.yaml` file, but some settings may be missing and should be added manually while rendering or deploying the app. Some other...

kind/enhancement
kind/feature

As a windows user So I can deploy my application packages I want to run docker/app as a windows container.

kind/enhancement

- [ ] Write a changelog - [ ] Advertise the release to the desktop team

small

Put in place a Grafana dashboard to monitor hub-tool calls to the hub APIs, using the specific `User-Agent` for discrimination.

A user activating the 2FA on his/her account makes the hub-tool ask for 6-digit code in a regularly basis. This behavior doesn't fit well with CI use cases. We should...