#Can't install image from DockerHub

1 messages · Page 1 of 1 (latest)

shrewd forge
#

Hey, so I'm trying to write an addon, and I want to use an ASP.NET application packaged as a docker image and uploaded to Docker Hub because that should be easier than building and futzing around with making sure the .NET runtime is installed. However, when trying to install the local addon, it throws this error:
Can't install quatschvirus/heliogovernor:latest: 404 Client Error for http+docker://localhost/v1.48/images/quatschvirus/heliogovernor:latest/json: Not Found ("No such image: quatschvirus/heliogovernor:latest")
Here's the application: https://github.com/QuatschVirus/HelioGovernor
And the config.yaml: ```yaml
name: "HelioGovernor"
description: "HelioGovernor is an EMS (energy management system) built for solar power"
version: "latest"
slug: "heliogovernor"
init: false
arch:

  • aarch64
  • amd64
  • armhf
  • armv7
  • i386
    ingress: true
    ingress_port: 8080
    image: quatschvirus/heliogovernor
GitHub

Contribute to QuatschVirus/HelioGovernor development by creating an account on GitHub.