Jose Fuentes Castillo
Jose Fuentes Castillo
The [`release-master`](https://github.com/jetstack/preflight/runs/2335995546?check_suite_focus=true) and [`release-tag`](https://github.com/jetstack/preflight/runs/2336163158?check_suite_focus=true) workflows are failing to re-tag the image in quay.io: ``` docker buildx imagetools create quay.io/jetstack/preflight:b2384c5add501ec97516fc906ceab6967ff868a8 --tag quay.io/jetstack/preflight:latest error: failed commit on ref "index-sha256:fcc90749fc55b6d51f932b3178a710be08cfe89b70beb57aa1d0fbe4ef2e3c66": unexpected status: 401...
The agent support both basic token authentication and a service account credentials file. Right now the token can be specified in either the config file or the `--auth-token` flag. The...
Currently Preflight has a set of built-in datagatherers. This is a limitation, because if someone wants to create a new package but doesn't have a datagatherer that provides the information...
As [this comment](https://github.com/jetstack/preflight/pull/7#discussion_r346732149) suggest, we need a better approach to build the Preflight docker image. Evaluate if it is worth using `go_container.sh` or something else.
I am using [juju errors](https://github.com/juju/errors) in my project and raven-go does not like them. This example uses standard Go errors: ``` package main import ( "errors" "fmt" "os" "github.com/getsentry/raven-go" //...
This adds a Dockerfile and instructions to run the program using the `docker` command line. This depends on #44.