Error when running docker-compose up #334

Closed
opened 2021-02-14 17:39:59 -08:00 by dchakarov · 5 comments
dchakarov commented 2021-02-14 17:39:59 -08:00 (Migrated from github.com)

Hi, I tried following the wiki and when I try docker-compose up, I get this error:

# docker-compose up
Pulling arbitrader (agonyforge/arbitrader:latest)...
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]y
Pulling arbitrader (agonyforge/arbitrader:latest)...
ERROR: pull access denied for agonyforge/arbitrader, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

I googled but couldn't find any solutions. I am logged in to Docker. I tried both on macOS and Ubuntu.

Hi, I tried following the wiki and when I try docker-compose up, I get this error: ``` # docker-compose up Pulling arbitrader (agonyforge/arbitrader:latest)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing. Continue with the new image? [yN]y Pulling arbitrader (agonyforge/arbitrader:latest)... ERROR: pull access denied for agonyforge/arbitrader, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ``` I googled but couldn't find any solutions. I am logged in to Docker. I tried both on macOS and Ubuntu.
scionaltera commented 2021-02-14 21:24:32 -08:00 (Migrated from github.com)

I am certain this has to do with moving the project from my personal account into our new organization last week. Try using scionaltera/arbitrader:latest in your Dockerfile for now (we’re still publishing that image) and I’ll see about getting the new Docker Hub account up and running this week. Sorry for the confusion.

I am certain this has to do with moving the project from my personal account into our new organization last week. Try using scionaltera/arbitrader:latest in your Dockerfile for now (we’re still publishing that image) and I’ll see about getting the new Docker Hub account up and running this week. Sorry for the confusion.
dchakarov commented 2021-02-15 09:43:42 -08:00 (Migrated from github.com)

The workaround worked, thank you :)

The workaround worked, thank you :)
scionaltera commented 2021-02-15 10:22:33 -08:00 (Migrated from github.com)

I have created the agonyforge organization over at Docker Hub and pushed the latest image over to it. It is possible to pull agonyforge/arbitrader now.

I have created the agonyforge organization over at Docker Hub and pushed the latest image over to it. It is possible to pull `agonyforge/arbitrader` now.
dchakarov commented 2021-02-15 10:49:31 -08:00 (Migrated from github.com)

If I try now I get this error:

ERROR: manifest for agonyforge/arbitrader:latest not found: manifest unknown: manifest unknown

Do I need to wait for the PR to get merged?

If I try now I get this error: > ERROR: manifest for agonyforge/arbitrader:latest not found: manifest unknown: manifest unknown Do I need to wait for the PR to get merged?
scionaltera commented 2021-02-15 11:25:36 -08:00 (Migrated from github.com)

Do I need to wait for the PR to get merged?

Sorry, yes. The latest tag will get pushed with the build when the PR is merged. I pushed a pr-337 tag as a test.

> Do I need to wait for the PR to get merged? Sorry, yes. The `latest` tag will get pushed with the build when the PR is merged. I pushed a `pr-337` tag as a test.
Commenting is not possible because the repository is archived.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
scion/arbitrader#334
No description provided.