Skip to content
#

infrastructure

Here are 1,522 public repositories matching this topic...

backstage
steph-ben
steph-ben commented Feb 6, 2021

Description

I have setup a custom, remote prefect server.

However, when registering a flow, only localhost is displayed in the Flow URL :

$ prefect register flow --file ./myflow.py -p sandbox
Result check: OK
Flow URL: http://localhost:8080/default/flow/9235a237-f6bc-41c7-89bc-132db233b49e
 └── ID: a09a47b0-1292-412f-bd70-89c8bf4dcf1e
sjparkinson
sjparkinson commented Mar 2, 2021

What is the problem this feature would solve? Please describe.

I would like a means to wait for an Apps Platform deployment to complete and get a relevent status code back from the command line, to inform a job as part of a build pipeline in GitHub Actions.

Describe the solution you'd like

When calling doctl apps create-deployment I'd like to pass a --watch option so that I ca

Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.

  • Updated Jan 26, 2021
  • Go
moreati
moreati commented Feb 14, 2021

A number of modules, and scripts in the test suite start with

#!/usr/bin/env python

In general it is better to use

#!/usr/bin/env python

because that allows execution inside a virtualenv, or when python is installed elsewhere, e.g. /usr/loca/bin/python.

There may be cases in which we really do want to hard code the path - for instance testing detection/selection of `

terrascan
sfuerte
sfuerte commented Mar 3, 2021
  • terrascan version:
    docker.io/accurics/terrascan@sha256:cf459ae515849f2c004308c1a924958c3f92b121c94d64dcfac3849ce09b00b3

  • Operating System:
    Docker

Description

When used in a pipeline, need to add full path otherwise it fails with an error. Would be logically if the Docker image's PATH environment variable had /go/bin in it.

What I Did

Images used:
    build 

Improve this page

Add a description, image, and links to the infrastructure topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the infrastructure topic, visit your repo's landing page and select "manage topics."

Learn more