cloudflared-docker icon indicating copy to clipboard operation
cloudflared-docker copied to clipboard

Simple Alpine-built scratch-runtime Dockerfile for cloudflared, with support for multiple architectures.

Results 3 cloudflared-docker issues
Sort by recently updated
recently updated
newest added

How would one go about setting up health checks for their container if (as mentioned in issue #1) the binary is the only thing available?

enhancement

What about instead of: ``` # Build container ARG GOVERSION=1.21.6 ARG ALPINEVERSION=3.19 ``` The hashes of the containers are used like this: ``` ARG GOHASH=2523a6f68a0f515fe251aad40b18545155135ca6a5b2e61da8254df9153e3648 # golang:1.21.6-alpine3.19 FROM --platform=${BUILDPLATFORM} \...

Hi there I tried to install for pc router (x86) running Router os, but I got error. Could you help me tested ?

bug