initdc

Results 12 comments of initdc

You need `docker-compose` v1 version on current https://github.com/docker/compose/releases/tag/1.29.2 on x86-64 linux host `sudo wget https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64 -O /usr/local/bin/docker-compose && sudo chmod +x /usr/local/bin/docker-compose` people with network problem `sudo wget https://gh-rep.mirr.one/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64 -O...

https://github.com/initdc/ssh-proxy-by-caddy-l4

> @initdc I would suggest also adding curl to fix [#188 (comment)](https://github.com/cloudflare/cloudflared/issues/188#issuecomment-1123551855) COPY that, take a check

> @initdc can you resolve conflicts, +1 for arm platform? I am not sue keep which part, do we need these `ARG` for building bin files?

Check the latest workflow. https://github.com/initdc/golang-project-workflow

> @initdc Any particular reason why you are using ruby to build for multiple containers? Docker buildkit action should be able to do it by itself. Ruby is more easy...

Two ways 1. reform your source code dir struct 2. rewrite URL with Cloudflare transform rule

`console.log(item.url)` first

We may met the same problem. https://github.com/AdguardTeam/dnsproxy/pull/228/files#diff-ea8ccbc8293bff3932d8cc333b23b76ce61269aef2b38e253e5335854f340b40R14 https://github.com/cloudflare/cloudflared/pull/618/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R25 We need make one thing clear: `docker buildx` does not have the ability to create cross-platform binaries because it only takes Linux...

> @ameshkov Aside from what you've pointed out, there are a lot of fundamental issues in this PR compared to the AGH CI process. Most notably, the hard coding of...