CollinHeist/TitleCardMaker

setup

Closed this issue · 21 comments

Installation

Docker - master tag

Describe your Problem

docker build -t "titlecardmaker:latest" . this gives me the following error

The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit:

I'm in the right dir. I cant find an answer

Screenshots

No response

Preference File

docker build -t "titlecardmaker:latest" .  this gives me the following error  


The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit:

I'm in the right dir. I cant find an answer

Series YAML

docker build -t "titlecardmaker:latest" .  this gives me the following error  


The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit:

I'm in the right dir. I cant find an answer

Debug Log

docker build -t "titlecardmaker:latest" . this gives me the following error

The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit:

I'm in the right dir. I cant find an answer

@davetaste You'll have to provide some more detail. What directory are you typing this in? Is this after you did the git clone? Did you update/re-install your Docker installation?

Okay thanks. It looks like your version of Docker is perhaps too old, it is not supporting the build requirements of the container. What version of Docker and Unraid are you running?

I don't see any attachments - and I'm guessing the Docker version is more important than the OS version. What's your docker version (docker --version)?

A quick search online shows some potential solutions for all OS's - here is one for Unraid specifically.

If those links are any help, or if you have the time to check your Docker version, please let me know. I actually develop TCM on Unraid, so I know it works, it must just be some specific incompatibility - but I'm sure we can find a fix.

If you're able I am typically more responsive on the Discord, as well. Thanks

@.***:/mnt/user/appdata/titlecardmaker# docker build -t "titlecardmaker"

Is this the command you are running? I would check the docs again and triple check you are running the exact commands; that should be docker build -t "titlecardmaker:latest" .

No attachments are included when you respond via email, can you try uploading them from the GitHub website?

There we go, thanks 👍🏻

I can see in the first command (the one ending in .) that you are not in the installed TCM directory. You need to cd into and run commands in whatever directory you cloned TCM into, most likely /mnt/user/appdata/titlecardmaker/TitleCardMaker-WebUI.

Thanks Colin.
I had read it as the main installation directory as /mnt/user/appdata/titlecardmaker

and went back to that after creating this

enter your account Username and the PAT from Step 2. The TCM code will now be downloaded into a subdirectory named TitleCardMaker-WebUI.

Here the directory is referred to as a sub directory

and a couple of steps below it is referred to as the main installation directory

Navigate to the installation directory within the command line.

Within the main installation directory, create the required folder for TCM - this is config - by executing the following command:

It was my mis-reading of what the sub and main dir were. The buildx error was a red herring as there was no buildx error when in the correct dir which made me think it was a docker issue.

Thanks for your time,

Yeah that is a bit confusing, and classic Docker not giving helpful errors like "Hey there's no Dockerfile, maybe check somewhere else!" 👎🏻

Glad we got it figured out. Let me know if you have any other issues, I'll close this for now