Skip to content

Commit

Permalink
treehouses services portainer for arm64 (fixes #2237) (#2238)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
rjpadilla and dogi authored Jun 10, 2021
1 parent 31d53d3 commit c035a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@treehouses/cli",
"version": "1.25.60",
"version": "1.25.61",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
Expand Down
3 changes: 2 additions & 1 deletion services/install-portainer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function install {
{
echo "services:"
echo " portainer:"
echo " image: portainer/portainer"
echo " image: portainer/portainer:alpine"
echo " ports:"
echo " - \"9000:9000\""
echo " volumes:"
Expand Down Expand Up @@ -38,6 +38,7 @@ function uses_env {

# add supported arch(es)
function supported_arches {
echo "aarch64"
echo "armv7l"
echo "armv6l"
echo "x86_64"
Expand Down

0 comments on commit c035a00

Please sign in to comment.