home.social

#rockettypist — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rockettypist, aggregated by home.social.

fetched live
  1. Since I run @openproject as a container solution, I always like to quickly check in the shell beforehand to see if the new images for the latest version of Openproject are already available.

    Maybe this will help someone

    curl -s "hub.docker.com/v2/repositories" \
    | python3 -m json.tool | grep '"name"' | head -30

    curl -s "hub.docker.com/v2/repositories" \
    | python3 -m json.tool | grep '"name"' | head -30

    #adminlife #podman #docker #shell #linux #macos #opensource #rockettypist #espanso

  2. Since I run @openproject as a container solution, I always like to quickly check in the shell beforehand to see if the new images for the latest version of Openproject are already available.

    Maybe this will help someone

    curl -s "hub.docker.com/v2/repositories" \
    | python3 -m json.tool | grep '"name"' | head -30

    curl -s "hub.docker.com/v2/repositories" \
    | python3 -m json.tool | grep '"name"' | head -30

    #adminlife #podman #docker #shell #linux #macos #opensource #rockettypist #espanso