• 155 posts
    2 years ago

    I've set up a repository (called misago-image, see the README.md for configuration notes) to track misago-docker releases, and will be building container images for each version on a best effort basis. The current version (misago 0.29) includes the redis mod to increase deployment options.

    The built images are available through both ghcr.io and docker.io.

  • 155 posts
    2 years ago

    Misago-image has been updated to version 0.30

    This release increases the redis container name mod.

  • 155 posts
    2 years ago
  • 155 posts
    2 years ago

    Apologies for the delay, I've been away for a few days.

    Misago-image updated to v0.32.0 misago-image, see the README.md for configuration notes.

    Pre-built images are available through both ghcr.io and docker.io.

  • 155 posts
    2 years ago

    Has something changed outside the misago_docker container itself in the requirements for 0.33.0?

    I have tried to upgrade the misago-image container, and although the containers run, I have an error when trying to access my test site through the reverse proxy.

  • 155 posts
    2 years ago

    Solved -

    Access the bash shell in the container

    podman exec -it myinstance-misago bash
    

    Run the upgrade procedure

    first collectstatic

    python manage.py collectstatic
    

    run migrate

    python manage.py migrate
    

    finally invalidateversionedcaches

    python manage.py invalidateversionedcaches
    

    Exit the bash shell, and then restart the pod/containers

  • 155 posts
    2 years ago
  • 155 posts
    2 years ago
  • 155 posts
    2 years ago
  • 155 posts
    2 years ago
  • 155 posts
    2 years ago
  • 155 posts
    a year ago

    Misago-image updated to v0.38 misago-image, see the README.md for configuration notes.

    Pre-built images are available through both ghcr.io and docker.io.

    Note: misago-image has skipped version 0.37

  • 155 posts
    a year ago
  • 155 posts
    a year ago
  • 155 posts
    5 months ago

    Misago-image updated to v0.39.1 misago-image, see the README.md for configuration notes.

    Pre-built images are available through docker.io.

    Github actions update as yet unresolved for ghcr.io. So no image there for this release.

    This release has been pushed, but not tested.

  • rafalppanorama_fish_eye
    5 months ago

    Thank you for maintaining this!

  • 155 posts
    5 months ago

    The problem with image push to ghcr.io is now resolved, and the image is testing as functioning. Full release now as per 0.39.1.

    Misago-image updated to 0.39.1 misago-image, see the README.md for configuration notes.

    Pre-built images are available through both ghcr.io and docker.io.

Search
  • Enter search query (at least 3 characters).

Your options