fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
85.1k stars 13.21k forks source link

failed to pull docker image "fatedier/frps" #2309

Closed alexcdever closed 3 years ago

alexcdever commented 3 years ago

[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

Supplementary information

Can you guess what caused this issue

Checklist:

choyri commented 3 years ago

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

alexcdever commented 3 years ago

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

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

Thx

alexcdever commented 3 years ago

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

choyri commented 3 years ago

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

alexcdever commented 3 years ago

@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.