[GH-ISSUE #2309] failed to pull docker image "fatedier/frps" #1831

Closed
opened 2026-05-05 13:11:06 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @alexcdever on GitHub (Mar 17, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2309

[REQUIRED] hat version of frp are you using

Version: v0.36.0

[REQUIRED] What operating system and processor architecture are you using
OS:

ubuntu@VM-12-11-ubuntu:~/public/frps$ uname -a
Linux VM-12-11-ubuntu 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

CPU architecture:

ubuntu@VM-12-11-ubuntu:~/public/frps$ lscpu
Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   48 bits physical, 48 bits virtual
CPU(s):                          2
On-line CPU(s) list:             0,1
Thread(s) per core:              1
Core(s) per socket:              2
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       AuthenticAMD
CPU family:                      23
Model:                           49
Model name:                      AMD EPYC 7K62 48-Core Processor
Stepping:                        0
CPU MHz:                         2595.124
BogoMIPS:                        5190.24
Hypervisor vendor:               KVM
Virtualization type:             full
L1d cache:                       64 KiB
L1i cache:                       64 KiB
L2 cache:                        8 MiB
L3 cache:                        16 MiB
NUMA node0 CPU(s):               0,1
Vulnerability Itlb multihit:     Not affected
Vulnerability L1tf:              Not affected
Vulnerability Mds:               Not affected
Vulnerability Meltdown:          Not affected
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Full AMD retpoline, IBPB conditional, STIBP disabled, RSB filling
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Not affected
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good n
                                 opl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy
                                 cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xget
                                 bv1 arat

[REQUIRED] description of errors
failed to pull the docker image like below:

ubuntu@VM-12-11-ubuntu:~/public/frps$ sudo docker pull fatedier/frps
Using default tag: latest
Error response from daemon: manifest for fatedier/frps:latest not found: manifest unknown: manifest unknown

confile

log file

Steps to reproduce the issue
1.
2.
3.

Supplementary information

Can you guess what caused this issue

Checklist:

  • [] I included all information required in the sections above
  • [] I made sure there are no duplicates of this report (Use Search)
Originally created by @alexcdever on GitHub (Mar 17, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2309 <!-- From Chinese to English by machine translation, welcome to revise and polish. --> <!-- ⚠️⚠️ Incomplete reports will be marked as invalid, and closed, with few exceptions ⚠️⚠️ --> <!-- in addition, please use search well so that the same solution can be found in the feedback, we will close it directly --> <!-- for convenience of differentiation, use FRPS or FRPC to refer to the FRP server or client --> **[REQUIRED] hat version of frp are you using** <!-- Use ./frpc -v or ./frps -v --> Version: v0.36.0 **[REQUIRED] What operating system and processor architecture are you using** OS: ```shell ubuntu@VM-12-11-ubuntu:~/public/frps$ uname -a Linux VM-12-11-ubuntu 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux ``` CPU architecture: ```shell ubuntu@VM-12-11-ubuntu:~/public/frps$ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian Address sizes: 48 bits physical, 48 bits virtual CPU(s): 2 On-line CPU(s) list: 0,1 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 1 NUMA node(s): 1 Vendor ID: AuthenticAMD CPU family: 23 Model: 49 Model name: AMD EPYC 7K62 48-Core Processor Stepping: 0 CPU MHz: 2595.124 BogoMIPS: 5190.24 Hypervisor vendor: KVM Virtualization type: full L1d cache: 64 KiB L1i cache: 64 KiB L2 cache: 8 MiB L3 cache: 16 MiB NUMA node0 CPU(s): 0,1 Vulnerability Itlb multihit: Not affected Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Spec store bypass: Vulnerable Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, STIBP disabled, RSB filling Vulnerability Srbds: Not affected Vulnerability Tsx async abort: Not affected Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good n opl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext ibpb vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt sha_ni xsaveopt xsavec xget bv1 arat ``` **[REQUIRED] description of errors** failed to pull the docker image like below: ```shell ubuntu@VM-12-11-ubuntu:~/public/frps$ sudo docker pull fatedier/frps Using default tag: latest Error response from daemon: manifest for fatedier/frps:latest not found: manifest unknown: manifest unknown ``` **confile** <!-- Please pay attention to hiding the token, server_addr and other privacy information --> **log file** <!-- If the file is too large, use Pastebin, for example https://pastebin.ubuntu.com/ --> **Steps to reproduce the issue** 1. 2. 3. **Supplementary information** **Can you guess what caused this issue** **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [] I included all information required in the sections above - [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/fatedier/frp/issues?q=is%3Aissue)
Author
Owner

@choyri commented on GitHub (Mar 18, 2021):

Because the tag latest doesn't exist, look here.
So, just use fatedier/frps:v0.36.0 .

<!-- gh-comment-id:801556182 --> @choyri commented on GitHub (Mar 18, 2021): Because the tag `latest` doesn't exist, [look here](https://hub.docker.com/r/fatedier/frps/tags). So, just use `fatedier/frps:v0.36.0` .
Author
Owner

@alexcdever commented on GitHub (Mar 18, 2021):

Because the tag latest doesn't exist, look here.

So, just use fatedier/frps:v0.36.0 .

Thx

<!-- gh-comment-id:801830451 --> @alexcdever commented on GitHub (Mar 18, 2021): > Because the tag `latest` doesn't exist, [look here](https://hub.docker.com/r/fatedier/frps/tags). > > So, just use `fatedier/frps:v0.36.0` . Thx
Author
Owner

@alexcdever commented on GitHub (Mar 18, 2021):

Hope you can add the latest tag on the docker image later so that can update the container easier.

No other question so I close this issue

<!-- gh-comment-id:801919057 --> @alexcdever commented on GitHub (Mar 18, 2021): Hope you can add the `latest` tag on the docker image later so that can update the container easier. No other question so I close this issue
Author
Owner

@choyri commented on GitHub (Mar 18, 2021):

@alexcdever Maybe you can try the image I made. 😝

<!-- gh-comment-id:801962109 --> @choyri commented on GitHub (Mar 18, 2021): @alexcdever Maybe you can try the [image](https://hub.docker.com/r/choyri/frp) I made. 😝
Author
Owner

@alexcdever commented on GitHub (Mar 20, 2021):

@alexcdever Maybe you can try the image I made. 😝

Yes, I finally use your image, the official image reports another error like below:

ubuntu@VM-12-11-ubuntu:~/public/frps$ docker-compose up
Removing frps
Recreating 6c0ebf4773e3_frps ... error

ERROR: for 6c0ebf4773e3_frps  Cannot start service frps: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/usr/bin/frps\": permission denied": unknown

ERROR: for frps  Cannot start service frps: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/usr/bin/frps\": permission denied": unknown
ERROR: Encountered errors while bringing up the project.
<!-- gh-comment-id:803316176 --> @alexcdever commented on GitHub (Mar 20, 2021): > @alexcdever Maybe you can try the [image](https://hub.docker.com/r/choyri/frp) I made. 😝 Yes, I finally use your image, the official image reports another error like below: ```shell ubuntu@VM-12-11-ubuntu:~/public/frps$ docker-compose up Removing frps Recreating 6c0ebf4773e3_frps ... error ERROR: for 6c0ebf4773e3_frps Cannot start service frps: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/usr/bin/frps\": permission denied": unknown ERROR: for frps Cannot start service frps: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/usr/bin/frps\": permission denied": unknown ERROR: Encountered errors while bringing up the project. ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
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: github-starred/frp#1831
No description provided.