Skip to content

Commit a7104fb

Browse files
committed
Revert to debian 12 because that's okay
1 parent a29d126 commit a7104fb

8 files changed

Lines changed: 16 additions & 36 deletions

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Total curl args:
436436
=========================== POST Response Headers =========================== <<<
437437
HTTP/1.1 200 OK
438438
Content-Type: application/x-protobuf
439-
Date: Wed, 19 Mar 2025 14:21:33 GMT
439+
Date: Fri, 17 Oct 2025 17:27:09 GMT
440440
Connection: keep-alive
441441
Keep-Alive: timeout=5
442442
Content-Length: 35

dev/builder.local.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

release/builder.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
ARG VERSION
55
ARG TARGETARCH
66
RUN apt-get -q update && \

test/results/additional-curl-args-verbose--X_GET-expected.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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 =========================== <<<
295290
HTTP/1.1 200 OK
296291
Content-Type: application/x-protobuf
297-
Date: Fri, 17 Oct 2025 16:44:34 GMT
292+
Date: Fri, 17 Oct 2025 17:26:09 GMT
298293
Connection: keep-alive
299294
Keep-Alive: timeout=5
300295
Content-Length: 65

test/results/additional-curl-args-verbose-expected.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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 =========================== <<<
295290
HTTP/1.1 200 OK
296291
Content-Type: application/x-protobuf
297-
Date: Fri, 17 Oct 2025 16:44:33 GMT
292+
Date: Fri, 17 Oct 2025 17:26:09 GMT
298293
Connection: keep-alive
299294
Keep-Alive: timeout=5
300295
Content-Length: 65

test/results/echo-empty-with-curl-args--X_GET-expected.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,19 @@
22
=========================== GET Request Text =========================== >>>
33
includeReason: 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

test/results/echo-empty-with-curl-args-expected.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,19 @@
22
=========================== POST Request Text =========================== >>>
33
includeReason: 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

0 commit comments

Comments
 (0)