File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -250,6 +250,6 @@ jobs:
250250 docker run --network host -v $PWD/test:/home/test alpine:latest sh -c \
251251 "cd home; apk add --no-cache bash && bash ./test/suite/linux/install-test-remove.sh alpine .apk $URL_NO_EXT"
252252
253- docker run --network host -v $PWD/test:/home/test debian:latest bash -c \
253+ docker run --network host -v $PWD/test:/home/test debian:12-slim bash -c \
254254 "cd home; ./test/suite/linux/install-test-remove.sh debian .deb $URL_NO_EXT"
255255
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ Total curl args:
436436=========================== POST Response Headers =========================== <<<
437437HTTP/1.1 200 OK
438438Content-Type: application/x-protobuf
439- Date: Wed, 19 Mar 2025 14:21:33 GMT
439+ Date: Fri, 17 Oct 2025 17:27:09 GMT
440440Connection: keep-alive
441441Keep-Alive: timeout=5
442442Content-Length: 35
Original file line number Diff line number Diff line change 1- FROM debian:latest AS builder
1+ FROM debian:12-slim AS builder
22# A developer variant of protocurl for local development. See DEVELOPER.md
33# This should be kept in sync with release/builder.Dockerfile
44
Original file line number Diff line number Diff line change 11# This should be kept in sync with dev/builder.local.Dockerfile
22
3- FROM debian:latest AS builder
3+ FROM debian:12-slim AS builder
44ARG VERSION
55ARG TARGETARCH
66RUN apt-get -q update && \
Original file line number Diff line number Diff line change @@ -266,12 +266,8 @@ Total curl args:
266266 my-user-agent
267267 http://localhost:8080/happy-day/verify
268268=========================== CURL ERROR ===========================
269- * Host localhost:8080 was resolved.
270- * IPv6: ::1
271- * IPv4: 127.0.0.1
272269* Trying 127.0.0.1:8080...
273- * Connected to localhost (127.0.0.1) port 8080
274- * using HTTP/1.x
270+ * Connected to localhost (127.0.0.1) port 8080 (#0)
275271> GET /happy-day/verify HTTP/1.1
276272> Host: localhost:8080
277273> User-Agent: my-user-agent
@@ -280,10 +276,9 @@ Total curl args:
280276> Content-Length: 15
281277>
282278} [15 bytes data]
283- * upload completely sent off: 15 bytes
284279< HTTP/1.1 200 OK
285280< Content-Type: application/x-protobuf
286- < Date: Fri, 17 Oct 2025 16:44:34 GMT
281+ < Date: Fri, 17 Oct 2025 17:26:09 GMT
287282< Connection: keep-alive
288283< Keep-Alive: timeout=5
289284< Content-Length: 65
@@ -294,7 +289,7 @@ Total curl args:
294289=========================== GET Response Headers =========================== <<<
295290HTTP/1.1 200 OK
296291Content-Type: application/x-protobuf
297- Date: Fri, 17 Oct 2025 16:44:34 GMT
292+ Date: Fri, 17 Oct 2025 17:26:09 GMT
298293Connection: keep-alive
299294Keep-Alive: timeout=5
300295Content-Length: 65
Original file line number Diff line number Diff line change @@ -266,12 +266,8 @@ Total curl args:
266266 my-user-agent
267267 http://localhost:8080/happy-day/verify
268268=========================== CURL ERROR ===========================
269- * Host localhost:8080 was resolved.
270- * IPv6: ::1
271- * IPv4: 127.0.0.1
272269* Trying 127.0.0.1:8080...
273- * Connected to localhost (127.0.0.1) port 8080
274- * using HTTP/1.x
270+ * Connected to localhost (127.0.0.1) port 8080 (#0)
275271> POST /happy-day/verify HTTP/1.1
276272> Host: localhost:8080
277273> User-Agent: my-user-agent
@@ -280,10 +276,9 @@ Total curl args:
280276> Content-Length: 15
281277>
282278} [15 bytes data]
283- * upload completely sent off: 15 bytes
284279< HTTP/1.1 200 OK
285280< Content-Type: application/x-protobuf
286- < Date: Fri, 17 Oct 2025 16:44:33 GMT
281+ < Date: Fri, 17 Oct 2025 17:26:09 GMT
287282< Connection: keep-alive
288283< Keep-Alive: timeout=5
289284< Content-Length: 65
@@ -294,7 +289,7 @@ Total curl args:
294289=========================== POST Response Headers =========================== <<<
295290HTTP/1.1 200 OK
296291Content-Type: application/x-protobuf
297- Date: Fri, 17 Oct 2025 16:44:33 GMT
292+ Date: Fri, 17 Oct 2025 17:26:09 GMT
298293Connection: keep-alive
299294Keep-Alive: timeout=5
300295Content-Length: 65
Original file line number Diff line number Diff line change 22=========================== GET Request Text =========================== >>>
33includeReason: true
44=========================== CURL ERROR ===========================
5- * Host localhost:8080 was resolved.
6- * IPv6: ::1
7- * IPv4: 127.0.0.1
85* Trying 127.0.0.1:8080...
9- * Connected to localhost (127.0.0.1) port 8080
10- * using HTTP/1.x
6+ * Connected to localhost (127.0.0.1) port 8080 (#0)
117> GET /echo HTTP/1.1
128> Host: localhost:8080
13- > User-Agent: curl/8.14 .1
9+ > User-Agent: curl/7.88 .1
1410> Accept: */*
1511> Content-Type: application/x-protobuf
1612> Content-Length: 2
1713>
1814} [2 bytes data]
19- * upload completely sent off: 2 bytes
2015< HTTP/1.1 200 OK
2116< Content-Type: application/x-protobuf
22- < Date: Fri, 17 Oct 2025 16:44:54 GMT
17+ < Date: Fri, 17 Oct 2025 17:26:29 GMT
2318< Connection: keep-alive
2419< Keep-Alive: timeout=5
2520< Content-Length: 2
Original file line number Diff line number Diff line change 22=========================== POST Request Text =========================== >>>
33includeReason: true
44=========================== CURL ERROR ===========================
5- * Host localhost:8080 was resolved.
6- * IPv6: ::1
7- * IPv4: 127.0.0.1
85* Trying 127.0.0.1:8080...
9- * Connected to localhost (127.0.0.1) port 8080
10- * using HTTP/1.x
6+ * Connected to localhost (127.0.0.1) port 8080 (#0)
117> POST /echo HTTP/1.1
128> Host: localhost:8080
13- > User-Agent: curl/8.14 .1
9+ > User-Agent: curl/7.88 .1
1410> Accept: */*
1511> Content-Type: application/x-protobuf
1612> Content-Length: 2
1713>
1814} [2 bytes data]
19- * upload completely sent off: 2 bytes
2015< HTTP/1.1 200 OK
2116< Content-Type: application/x-protobuf
22- < Date: Fri, 17 Oct 2025 16:44:54 GMT
17+ < Date: Fri, 17 Oct 2025 17:26:29 GMT
2318< Connection: keep-alive
2419< Keep-Alive: timeout=5
2520< Content-Length: 2
You can’t perform that action at this time.
0 commit comments