Jason Riddle
Jason Riddle
**Description** Backstage has a publicly accessible demo at https://demo.backstage.io/catalog. I'd like to compare the look and feel for both Backstage and Clutch as well as show other coworkers. It would...
So as of today (7/29), there are an assortment of docker images for various tools. ##### Hashicorp Docker Images - [hashicorp/packer](https://hub.docker.com/r/hashicorp/packer) - This is an automated build. - This lives...
I'd like to be able to identify containers that are running in my cluster that come from other registries. Some examples would be quay.io, Google Container Registry, and Azure Container...
**Description** I'd like to deploy using levant from GitHub Actions. The main use case is use a gitops flow and keep nomad jobs in a separate repo and deploy from...
Thank you for this awesome project! I'm currently using MacPorts and would love to see this available as a port. I'll be honest, I haven't contributed a MacPorts port before...
## The Problem Given the following Github Actions YAML Workflow ```yml --- name: Sync - ACLs on: push: branches: - main pull_request: branches: - '*' jobs: sync-acls: runs-on: ubuntu-latest steps:...
### Describe the Bug This module appears to be incompatible with terraform 0.13.0 and above. Attempting to run `terraform init` with the following `main.tf` file ```hcl module "aws_iam_assumed_roles" { source...
### Describe the Bug The `cloudposse/zone/cloudflare` module makes use of resources `cloudflare_firewall_rule` and `cloudflare_filter`. Because of this, there are these deprecation messages. ``` `cloudflare_firewall_rule` resource is in a deprecation phase...
Is it possible to schedule a job only after another job is successful scheduled? A use case for example, would be to use one docker container to provide a REST...
### What are you trying to do? I am trying to test that my group and tag have proper access to use exit nodes by confirming if they have access...