:latest or :version for supporting services?

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
  1. Nginx Proxy Manager

    Docker container for managing Nginx proxy hosts with a simple, powerful interface

    Prime example: Nginx Proxy Manager is often recommended in the sub. The latest minor release came with breaking changes (so already ignoring semver). I bet you many people were running on latest and then had broken stuff: https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.10.0

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. docker-lock

    Discontinued Automatically manage image digests in Dockerfiles, docker-compose files, and Kubernetes manifests by tracking them in a separate Lockfile

    I do both! I tag my services with :latest, then use docker-lock. It scans your docker and docker-compose, generates a lock file and adds the current sha to git. That lets me freely update because I can always go get the previous version from git, rollback, and pin the version for that specific container if there is a problem. It really is the best of both worlds.

  4. renovate

    You commit your docker-compose.yml file(s) to a GitHub repo (don't commit secrets!!), then add the Renovate App to your repo, merge the onboarding PR, then you'll get PRs when an image is updated.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • DevOps Simplified: Easy-to-Use Container Projects Deployment

    2 projects | dev.to | 15 Dec 2023
  • Risk of self-hosting smaller projects

    3 projects | /r/selfhosted | 4 Jul 2023
  • Add https to docker app

    2 projects | /r/docker | 24 Jun 2023
  • Raspberry Pi 3b+ enough for proxy server

    3 projects | /r/raspberryDIY | 25 Jun 2023
  • My repository of the week: NGINX Proxy - Automated nginx for your containers

    5 projects | /r/docker | 1 Apr 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?