broad-zoo-34077
04/04/2022, 12:20 PMlittle-author-61621
FROM infracost/infracost-atlantis:atlantis0.19-infracost0.9
? I think that will work okay.hundreds-minister-19763
04/04/2022, 12:26 PM# Using latest release of Atlantis
FROM <http://ghcr.io/runatlantis/atlantis:latest|ghcr.io/runatlantis/atlantis:latest>
# Install required packages and latest 0.9 version of Infracost
RUN apk --update --no-cache add ca-certificates openssl openssh-client curl git jq python3 py3-pip
RUN \
curl -s -L <https://infracost.io/downloads/v0.9/infracost-linux-amd64.tar.gz> | tar xz -C /tmp && \
mv /tmp/infracost-linux-amd64 /usr/bin/infracost
Will become this:
# Using latest release of Atlantis
FROM infracost/infracost-atlantis:atlantis0.19-infracost0.9
# Install required packages and latest 0.9 version of Infracost
RUN apk --update --no-cache add python3 py3-pip
busy-agent-35515
04/04/2022, 12:27 PMhundreds-minister-19763
04/04/2022, 12:28 PMlittle-author-61621
little-author-61621
hundreds-minister-19763
04/04/2022, 12:30 PMhundreds-minister-19763
04/04/2022, 12:31 PMbusy-agent-35515
04/04/2022, 12:31 PMhundreds-minister-19763
04/04/2022, 12:32 PMlittle-author-61621