Skip to content

Commit

Permalink
feat: add atmos (#530)
Browse files Browse the repository at this point in the history
* feat: add atmos

* feat: add atmos
  • Loading branch information
zack-is-cool authored Jan 17, 2025
1 parent 876e4c8 commit ab05d1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# renovate datasource=github-tags depName=cloudposse/atmos
atmos 1.148.1
adr-tools 3.0.0
# renovate: datasource=github-releases depName=ekristen/aws-nuke
aws-nuke 3.44.0
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ RUN asdf plugin add git-xargs https://github.com/defenseunicorns/asdf-git-xargs.
RUN asdf plugin add opentofu https://github.com/defenseunicorns/asdf-opentofu.git
# uds-cli (uds) needs to be added separately since it doesn't have a "shortform" option in the asdf registry yet
RUN asdf plugin add uds-cli https://github.com/defenseunicorns/asdf-uds-cli.git
# atmos needs to be added separately since it doesn't have a "shortform" option in the asdf registry yet
RUN asdf plugin add atmos https://github.com/cloudposse/asdf-atmos.git

# Install all other ASDF plugins that are present in the .tool-versions file.
RUN cat /root/.tool-versions | \
Expand All @@ -87,6 +89,7 @@ RUN cat /root/.tool-versions | \
grep -v "git-xargs" | \
grep -v "opentofu" | \
grep -v "uds-cli" | \
grep -v "atmos" | \
xargs -i asdf plugin add {}
# Install all ASDF versions that are present in the .tool-versions file
RUN asdf install
Expand Down

0 comments on commit ab05d1f

Please sign in to comment.