hassio-addons / addon-portainer

Portainer - Home Assistant Community Add-ons
https://addons.community
MIT License
95 stars 101 forks source link

2.6.1 install(update) error #116

Closed GHSTUDIO1 closed 3 years ago

GHSTUDIO1 commented 3 years ago

The command '/bin/bash -o pipefail -c apk add --no-cache nginx && if [ "${BUILD_ARCH}" = "aarch64" ]; then ARCH="arm64"; fi && if [ "${BUILD_ARCH}" = "armhf" ]; then ARCH="arm"; fi && if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="arm"; fi && if [ "${BUILD_ARCH}" = "amd64" ]; then ARCH="amd64"; fi && curl -L -s "https://github.com/portainer/portainer/releases/download/${BUILD_UPSTREAM}/portainer-${BUILD_UPSTREAM}-linux-${ARCH}.tar.gz" | tar zxvf - -C /opt/' returned a non-zero code: 1# Problem/Motivation

Running HA under Debian 10.

sinclairpaul commented 3 years ago

Maybe you could add some context on what you are trying to do, it would appear you are trying to build the addon, which isn't necessary, as the container is distributed.

GHSTUDIO1 commented 3 years ago

I just saw an update available and did the update. When that didn't work (message above), I uninstalled the addon, reinstalled it and got the same message.

sinclairpaul commented 3 years ago

Please post the full startup log, the latest update from this repo is version 1.5.1

sinclairpaul commented 3 years ago

I'll actually close this out, looks like you have installed an addon from another repo, I am guessing this https://github.com/alexbelgium/hassio-addons/tree/master/portainer

Please report your issue there.