Docker hub atomatic build vs github actions

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • dockerhub-description

    A GitHub action to update a Docker Hub repository description from README.md

  • Don't know how you have been trying to update the README but there is an action that is specifically built to update it that you can use. It is called dockerhub-description.

  • build-push-action

    GitHub Action to build and push Docker images with Buildx

  • I personally use Github Actions for everything and don't rely on DockerHub as I found it takes longer to start the builds than actions do. Docker has even written an action just for building and deploying images, which you can check out here.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Diun

    Receive notifications when an image is updated on a Docker registry

  • With regards to watchtower, it depends on what you are looking for. The best feature with it is that it can auto-deploy when it detects an updated container. Another alternative would be diun which only sends a notification if an update is detected and requires you to manually pull the updated image.

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