• GitHub
  • Documentation
  • Discord
  • Donate
search
  • chevron_right Threads
  • label Support
  • label Docker

Misago container image.

tetricky
Feb. 28, 2023
chat_bubble_outline 18
  • link
    tetricky
    Members 159 posts
    Feb. 28, 2023, 7:31 p.m. Feb. 28, 2023, 7:31 p.m.
    link

    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.

  • link
    tetricky
    Members 159 posts
    March 20, 2023, 2:29 p.m. March 20, 2023, 2:29 p.m.
    link

    Misago-image has been updated to version 0.30

    This release increases the redis container name mod.

  • link
    tetricky
    Members 159 posts
    March 26, 2023, 2:02 p.m. March 26, 2023, 2:02 p.m.
    link

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

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

  • link
    tetricky
    Members 159 posts
    April 4, 2023, 10:23 a.m. April 4, 2023, 10:23 a.m.
    link

    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.

    rafalp likes this.

    favorite 1

  • link
    tetricky
    Members 159 posts
    April 8, 2023, 7:17 p.m. April 8, 2023, 7:17 p.m.
    link

    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.

  • link
    tetricky
    Members 159 posts
    April 8, 2023, 7:42 p.m. April 8, 2023, 7:42 p.m.
    link

    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

  • link
    tetricky
    Members 159 posts
    April 8, 2023, 7:43 p.m. April 8, 2023, 7:43 p.m.
    link

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

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

  • link
    tetricky
    Members 159 posts
    May 1, 2023, 12:57 p.m. May 1, 2023, 12:57 p.m.
    link

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

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

    uwnyuD likes this.

    favorite 1

  • link
    tetricky
    Members 159 posts
    May 22, 2023, 12:30 p.m. May 22, 2023, 12:30 p.m.
    link

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

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

    rafalp likes this.

    favorite 1

  • link
    tetricky
    Members 159 posts
    May 26, 2023, 9:05 p.m. May 26, 2023, 9:05 p.m.
    link

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

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

  • link
    tetricky
    Members 159 posts
    May 29, 2023, 12:03 a.m. May 29, 2023, 12:03 a.m.
    link

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

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

  • link
    tetricky
    Members 159 posts
    Nov. 19, 2023, 3:08 p.m. Nov. 19, 2023, 3:08 p.m.
    link

    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

  • link
    tetricky
    Members 159 posts
    Nov. 20, 2023, 10:20 p.m. Nov. 20, 2023, 10:20 p.m.
    link

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

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

    rafalp likes this.

    favorite 1

  • link
    tetricky
    Members 159 posts
    Dec. 26, 2023, 1:10 p.m. Dec. 26, 2023, 1:10 p.m.
    link

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

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

    rafalp likes this.

    favorite 1

  • link
    tetricky
    Members 159 posts
    Aug. 1, 2024, 3:56 p.m. Aug. 1, 2024, 3:56 p.m.
    link

    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.

    rafalp likes this.

    favorite 1

  • link
    rafalp
    Project Lead 1976 posts
    Aug. 1, 2024, 4:23 p.m. Aug. 1, 2024, 4:23 p.m.
    link

    Thank you for maintaining this!

    tetricky likes this.

    favorite 1

  • link
    tetricky
    Members 159 posts
    Aug. 4, 2024, 12:29 p.m. Aug. 4, 2024, 12:29 p.m.
    link

    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.

  • link
    tetricky
    Members 159 posts
    Feb. 24, 2025, 9:40 p.m. Feb. 24, 2025, 9:40 p.m.
    link

    Apologies for the delay, busy times at tricky towers means I was unable to update to this release earlier. Full release now as per 0.39.2.

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

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

  • link
    tetricky
    Members 159 posts
    March 17, 2025, 11:56 a.m. March 17, 2025, 11:56 a.m.
    link

    Full release now as per 0.39.3.

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

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

    rafalp likes this.

    favorite 1

arrow_upward Go to top
  • This site uses cookies to gather statistical data for use in traffic analysis.
  • GitHub
  • Documentation
  • Discord
  • Donate
  • Terms of service
  • Privacy policy
powered by misago