dockerhub

Top 12 dockerhub Open-Source Projects

  • build-push-action

    GitHub Action to build and push Docker images with Buildx

  • Project mention: Continuous Deployment with GitHub Actions and Kamal | dev.to | 2024-01-07

    We use the docker/build-push-action to build the application image. In addition to setting the correct tag, the image build step must also provide a label matching your service name. Because the image should be pushed to your container registry, we set push: true, and because we want ludicrous build speed we instruct the build step to utilize the GitHub Actions cache.

  • HELK

    The Hunting ELK

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • login-action

    GitHub Action to login against a Docker registry

  • Project mention: Dockerize and Deploy a NodeJS Application to Cloud Run with GitHub Actions | dev.to | 2023-10-05

    name: Lint and Dockerize the app on: push: branches: [master] pull_request: branches: [master] env: # Use docker.io for Docker Hub if empty REGISTRY: docker.io # github.repository as / IMAGE_NAME: ${{ github.repository }} jobs: build: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Checkout repository uses: actions/checkout@v2 - name: Set up Google Cloud uses: google-github-actions/[email protected] with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }} # Login against a Docker registry except on PR # https://github.com/docker/login-action - name: Log into registry ${{ env.REGISTRY }} # if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} # Extract metadata (tags, labels) for Docker # https://github.com/docker/metadata-action #- name: Extract Docker metadata # id: meta # uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 # with: # images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # Build and push Docker image with Buildx (don't push on PR) # https://github.com/docker/build-push-action - name: Build and push Docker image uses: docker/build-push-action@v2 with: context: ./ tags: ${{ secrets.DOCKER_USERNAME }}/magga:latest push: true file: ./Dockerfile - name: Image digest run: echo

  • Fast-Docker

    This repo covers containerization and Docker Environment: Docker File, Image, Container, Commands, Volumes, Networks, Swarm, Stack, Service, possible scenarios.

  • dockerhub-description

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

  • Cryptofolio

    Track your cryptocurrency holdings/portfolio with an open-source web, mobile, and desktop application, along with a self-hosted RESTful API.

  • containers

    Repo containing the dockerfiles and scripts to produce the official eclipse-temurin containers. (by adoptium)

  • Project mention: Need a VM for Java 11 and a specific Program - which distro to choose? | /r/selfhosted | 2023-12-09

    eclipse-temurin:11 https://hub.docker.com/_/eclipse-temurin

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • web-hacking-toolkit

    A web hacking toolkit (docker image).

  • kpow

    Kpow for Apache Kafka

  • dockerhub-mirror

    Dockerhub Mirror on GHCR powered by Github Actions and Crane

  • docker-cheatset

    Docker encapsulation of the cheatset command for generating Docsets for the Dash.app

  • linux

    software engineering for Linux projects (by yakshaveinc)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-01-07.

dockerhub related posts

Index

What are some of the best open-source dockerhub projects? This list will help you:

Project Stars
1 build-push-action 3,955
2 HELK 3,659
3 login-action 931
4 Fast-Docker 530
5 dockerhub-description 307
6 Cryptofolio 295
7 containers 190
8 web-hacking-toolkit 146
9 kpow 33
10 dockerhub-mirror 10
11 docker-cheatset 5
12 linux 0
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com