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

image: gokalpgoren/mngr:v1.0.1-arm64v8 does not exist #14

Open
Jubblin opened this issue May 15, 2023 · 5 comments
Open

image: gokalpgoren/mngr:v1.0.1-arm64v8 does not exist #14

Jubblin opened this issue May 15, 2023 · 5 comments

Comments

@Jubblin
Copy link

Jubblin commented May 15, 2023

I've checked in Docker hub but image: gokalpgoren/mngr:v1.0.1-arm64v8 does not exist but is specified by the wizard

@Jubblin
Copy link
Author

Jubblin commented May 16, 2023

In fact, it looks like there aren't any images for v1.0.1

@mehmetgoren
Copy link
Owner

Alright, I will create new Arm v1.0.1 images for all services except PyTorch face recognition next week. I will inform you when they are available on Docker Hub.

@Jubblin
Copy link
Author

Jubblin commented May 20, 2023

Do you have a particular process you follow for this and then I can automate for you?

@mehmetgoren
Copy link
Owner

Unfortunately, no. However, you can create your own Arm64 images using the build command included in the 'Dockerfile.run' for each project.

For example lets see Arm64 images for FFmpeg service:
https://github.com/mehmetgoren/ffmpeg_service/blob/c8347a63cbde04ef4899362f0a8c4286aceadbcd/Dockerfile.run

run this command to build you local image:
docker build -t gokalpgoren/ffmpeg_service:v1.0.1-arm64 .

@Petrox
Copy link

Petrox commented May 6, 2024

cd feniks.web_app ;       docker build -t gokalpgoren/webapp:v1.0.3-arm64v8 . ;cd ..
cd ffmpeg_service ;         docker build -t gokalpgoren/ffmpeg_service:v1.0.2-arm64v8 -f Dockerfile.raspi4 . ;cd ..
cd mngr ;         docker build -t gokalpgoren/mngr:v1.0.3-arm64v8 . ;cd ..
cd senseai_service ;         docker build -t gokalpgoren/senseai_service:v1.0.3-arm64v8 -f Dockerfile.jetson . ;cd ..
cd smcp ;         docker build -t gokalpgoren/smcp:v1.0.3-arm64v8 . ;cd ..
cd snapshot_service ; docker build -t gokalpgoren/snapshot_service:v1.0.3-arm64v8 . ; cd ..

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

3 participants