Skip to content

HTTP status code 404 when fetching https://docs.podman.io/en/v4.5/markdown/podman-run.1.html #172

Description

@eriksjolund

Run this bash script

#!/bin/bash

versions="4.2
          4.3
          4.4
          4.5"

for i in $versions; do
  echo -n "podman version=$i http_code="
  curl -s -o /dev/null -w "%{http_code}\n" https://docs.podman.io/en/v${i}/markdown/podman-run.1.html
done

output:

podman version=4.2 http_code=200
podman version=4.3 http_code=200
podman version=4.4 http_code=200
podman version=4.5 http_code=404

I expected the output to be

podman version=4.2 http_code=200
podman version=4.3 http_code=200
podman version=4.4 http_code=200
podman version=4.5 http_code=200

because Podman version 4.5.1 has already been released.

Maybe the result is related to the list of Podman versions
on this web page?
https://readthedocs.org/projects/podman/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions