mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-08-10 00:01:27 -04:00
ditch alpine, use base images
This commit is contained in:
parent
81ce3686d5
commit
a6718b7ab1
@ -1,4 +1,4 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: ruby:2.1-alpine
|
||||
image: ruby:2.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: ruby:2.2-alpine
|
||||
image: ruby:2.2
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: ruby:2.3-alpine
|
||||
image: ruby:2.3
|
||||
environment:
|
||||
- HTTPBIN_COALESCING_HOST=another
|
||||
links:
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: ruby:2.4-alpine
|
||||
image: ruby:2.4
|
||||
environment:
|
||||
- HTTPBIN_COALESCING_HOST=another
|
||||
links:
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: ruby:2.5-alpine
|
||||
image: ruby:2.5
|
||||
environment:
|
||||
- HTTPBIN_COALESCING_HOST=another
|
||||
links:
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: ruby:2.6-alpine
|
||||
image: ruby:2.6
|
||||
environment:
|
||||
- HTTPBIN_COALESCING_HOST=another
|
||||
- HTTPX_RESOLVER_URI=https://doh/dns-query
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: ruby:2.7-alpine
|
||||
image: ruby:2.7
|
||||
environment:
|
||||
- HTTPBIN_COALESCING_HOST=another
|
||||
- HTTPX_RESOLVER_URI=https://doh/dns-query
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: '3'
|
||||
services:
|
||||
httpx:
|
||||
image: ruby:3.0-alpine
|
||||
image: ruby:3.0
|
||||
environment:
|
||||
- HTTPBIN_COALESCING_HOST=another
|
||||
- HTTPX_RESOLVER_URI=https://doh/dns-query
|
||||
|
Loading…
x
Reference in New Issue
Block a user