Results 91 issues of Vaughn Dice

Fetching the schema in the form of a `RUN` step in the corresponding Dockerfile was not sufficient, as this layer would be cached. Rather, we should fetch it always before...

review

Currently, Hippo supports Bindle as the registry for storing deployed Spin apps. Seeing as how Spin now [prefers utilizing OCI registries](https://developer.fermyon.com/spin/distributing-apps) for app distribution, support for OCI-based deployments should be...

I have a Spin app with the name configured to `example.com`. When I attempt to deploy to Hippo, I am greeted with the following: ``` $ cat spin.toml | head...

enhancement
API

For apps on Nomad, we should look into the possibility of employing a default no-downtime upgrade strategy (regardless of replica count). E.g. from https://www.nomadproject.io/docs/job-specification#example: ``` # Specify this job to...

enhancement
API

While reviewing the wagi docs around [module references](https://github.com/deislabs/wagi/blob/main/docs/configuring_and_running.md#module-references), I noticed that an OCI reference may be used. Currently, this project publishes release artifacts in the form of GH release attachments...

Currently, each supported language has their own set of GH actions. There is a decent amount of shared/duplicated yaml between these. The goal of this issue is to consolidate common...

On GKE, upgrading with grafana persistence enabled leads to a `Failed to attach volume` error: ``` $ k version Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.4", GitCommit:"7243c69eb523aa4377bce883e7c0dd76b84709a1", GitTreeState:"clean", BuildDate:"2017-03-07T23:53:09Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"darwin/amd64"}...

bug

CI is seeing failures when running `deis run env -a ` due to said command not returning within the default timeout of 60 seconds. (Original issue/background info found in https://github.com/deis/workflow-e2e/issues/329)...

bug

(It doesn't look like we are doing so yet...)

enhancement