Nolan Emirot
Nolan Emirot
I just encountered the same issue using `Amazonlinux:2`(as it's centos based IRC) any ideas on how to fix that?
@miguelaeh I see 3 possible solutions: - Use the env var ARGOCD_GPG_ENABLED to false, so gpg is not checked - change upstream argocd code to accept both legacy and current...
How this can be added ?
@kapilt Did you find the reason?
@alvaroaleman @michelle192837 could you please review it's just a typo.
Would it be possible to get a second review @ameukam @michelle192837 ?
To better explain what I mean: Dockerfile ```Dockerfile FROM golang:1.16 AS build ENV CGO_ENABLED=0 WORKDIR /go/src/nolan-golang-datadog COPY . . RUN go install -v ./... RUN go test -v ./... FROM...
@gbbr thank you for updating the issue, yes I already have a ticket open #474435 regarding that.
building new gpg version on al2: https://github.com/emirot/amazon-linux-gpg
@plombardi89 it might be an issue in https://github.com/kennethreitz/tablib