jumppad
jumppad copied to clipboard
Modern cloud native development environments
At present Helm charts are downloaded from a GitHub repo or from a local file path. Enable Helm charts to be downloaded from official repositories. https://github.com/helm/helm/blob/a499b4b179307c267bdf3ec49b880e3dbd2a5591/cmd/helm/repo_add.go
**Describe the bug** When creating an ingress that binds to a port that requires root access such as 443, Shipyard reports that the connection has been created but it actually...
At present Shipyard will connect containers and resources to the Docker bridge network when no network is specified. However, this does not set the hostnames which allow containers to communicate...
`shipyard run` should validate the configuration beyond HCL2 validation.
We should add more flexibility to Container Volumes to add support for mounting volumes from other images, downloading archives and files, etc. ```hcl # Other image volume { source {...
We are on the fence about whether Shipyard should be a Terraform provider, after much deliveration we felt the workflow was not quite right. There were things like wanting to...
Hi, I wanted to check-in regarding any plans in the road map to support multi node k8s clusters using Shipyard. I am trying to test out a few things using...
Shipyard should have an exec command which allows interactive shell to a container, pod or nomad job. The UX around the shell should have the following options: 1. All in...
Currently, there is not a way to have multiple blueprints coexist sanely. Blueprints should be namespaced or ordinal numbers added to their resource names in order to segregate and list...