Bishwa Thapa
Bishwa Thapa
@chris-cinqsociety Did you find any solution for the issue you posted? Facing exact same issue. For me it's concourse:5.7 running on linux.
> Please make sure your dockerfile is able to run with a `docker build` first. Otherwise you could post your dockerfile here if you are still having this problem. Thx....
Hi @xtremerui , I tried removing ${ARTIFACT_TAG} from the second FROM directive and the build works now. This (kinda) solves my issue.
``` gh api -X GET -H "Accept: application/vnd.github+json" /repos/xyz-org/abc-repo/code-scanning/analyses | jq '.[].id' | xargs -I {} gh api \ --method DELETE \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \...
@jeevatkm The interface you mentioned doesn't have the ability to interoperate with loggers(like gologr, klog, slog etc) that are used in kubernetes ecosystem. ``` package main import ( "net/http" "github.com/go-resty/resty/v2"...
@KimMachineGun has slog compatibility been released with 0.4.0 version?
Looks like it hasn't been done just yet. I've opened PR #12 to address the slog interoperability. Could you please take a look and let me know about it @KimMachineGun...
Sure. Let me take a look at if the recent changes. I will let you know if works for me or not.