You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On another server which I did not yet update, I got the correct response for 8.1.0:
Working version 8.1.0 hash: "Image": "sha256:1a7a42f75de7c12a2e607c094d4b6e9b7277e17b4b7c44adbc97edab0f8e5835",
HTTP/1.1 200 OK
Connection: Keep-Alive
Content-Length: 1005
Content-Type: application/json
Fiware-Correlator: cca15c68-5a92-11ed-a198-0242ac120114
Date: Wed, 02 Nov 2022 09:43:26 GMT
The text was updated successfully, but these errors were encountered:
Siedlerchr
changed the title
Docker 8.1.0 and 8.3.0 return wrong mime type text/html since last image version
Docker versions of 8.1.0 and 8.3.0 return wrong mime type text/html since last image version
Nov 2, 2022
After I did a docker pull last week, suddenly the docker container started to return the wrong mime type text/html instead of application/json.
I see that 8.1.0 was updated 13 days ago:
https://hub.docker.com/layers/fiware/pep-proxy/8.1.0/images/sha256-3a57d2551863a88fc6bdd9a4c7cc7a2771010f81a3c12d7282dc35ec490e240c?context=explore
I also tested 8.3.0, but it exhibits the same behavior.
Using curl it returns:
curl -i --location --request GET 'http://172.18.1.16:1027/v2/entities/urn:ngsi-ld:Test:123456' -H 'Accept: application/json' -H 'Authorization: Bearer 1234'
On another server which I did not yet update, I got the correct response for 8.1.0:
Working version 8.1.0 hash:
"Image": "sha256:1a7a42f75de7c12a2e607c094d4b6e9b7277e17b4b7c44adbc97edab0f8e5835",
curl -i --location --request GET 'http://172.18.1.16:1027/v2/entities/urn:ngsi-ld:Test:123456' -H 'Accept: application/json' -H 'Authorization: Bearer 1234'
The text was updated successfully, but these errors were encountered: