Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to pull tuya:latest. No longer exists at docker-hub. #1075

Open
aaronouthier opened this issue Dec 9, 2022 · 3 comments
Open

Unable to pull tuya:latest. No longer exists at docker-hub. #1075

aaronouthier opened this issue Dec 9, 2022 · 3 comments

Comments

@aaronouthier
Copy link

aaronouthier commented Dec 9, 2022

Getting an error when trying to pull from tyua:latest using docker-compose file. I checked docker hub - there is no repo named simply tuya.

@stnokott
Copy link

stnokott commented Jan 4, 2023

You need to build it first using the Dockerfile in the repo.

docker build -t tuya:latest .

The Docker documentation in the README mentions this step.

@sewo80
Copy link

sewo80 commented Aug 14, 2023

its not working anymore:

# docker build -t tuya:latest .
[+] Building 2.2s (3/3) FINISHED                                                                                                      docker:default
 => [internal] load build definition from Dockerfile                                                                                            0.1s
 => => transferring dockerfile: 426B                                                                                                            0.0s
 => [internal] load .dockerignore                                                                                                               0.1s
 => => transferring context: 2B                                                                                                                 0.0s
 => ERROR [internal] load metadata for docker.io/phusion/baseimage:master                                                                       0.4s
------
 > [internal] load metadata for docker.io/phusion/baseimage:master:
------
Dockerfile:1
--------------------
   1 | >>> FROM phusion/baseimage:master
   2 |     
   3 |     RUN apt-get update && apt-get install -y sudo iproute2 iputils-ping
--------------------
ERROR: failed to solve: phusion/baseimage:master: docker.io/phusion/baseimage:master: not found

@dominicdoty
Copy link

If you get stuck here, you need to change your Dockerfile to point to a specific image like:

FROM phusion/baseimage:jammy-1.0.1

Look for tags: Phusion Dockerhub

See: phusion issue for master tag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants