Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
added atmos version pinning, using same version as infra-live (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Nov 1, 2022
1 parent 79b04f2 commit 2591fe7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG VERSION=latest
ARG OS=debian
ARG CLI_NAME=tutorials
ARG TF_1_VERSION=1.3.0
ARG ATMOS_VERSION=1.4.20

FROM cloudposse/geodesic:$VERSION-$OS

Expand All @@ -21,8 +22,9 @@ RUN apt-get update && apt-get install -y -u --allow-downgrades \
update-alternatives --set terraform /usr/share/terraform/1/bin/terraform

# Install Atmos
ARG ATMOS_VERSION
RUN apt-get install -y --allow-downgrades \
atmos \
atmos="${ATMOS_VERSION}-*" \
vendir

# Geodesic message of the Day
Expand Down

0 comments on commit 2591fe7

Please sign in to comment.