Hacker News
- GitHub switched to Docker Compose v2, action needed https://github.com/actions/runner-images/issues/9557 2 comments
- Twitter discussion – Docker threatening legal action over naming https://twitter.com/kelseyhightower/status/775657952430596096?lang=en 2 comments
- Cache is King: A guide for Docker layer caching in GitHub Actions https://blacksmith.sh/blog/cache-is-king-a-guide-for-docker-layer-caching-in-github-actions 109 comments
- Release to NPM and Docker Hub with GitHub Actions and Conventional Commits https://www.asyncapi.com/blog/automated-releases/ 13 comments
- Ruby / gRPC Skeleton. I tried to make an ideal jump off point for Ruby micro-services with docker-compose, github-actions, hanami-model, and postgres. I'd love your feedback for improvements! https://github.com/dudo/ruby_grpc_skeleton 7 comments ruby
- Optimize Docker build image in GitHub Actions https://www.geckox.mx/2023/10/17/optimize-docker-build-image-in-github-actions.html 4 comments programming
- How to optimize a Docker based GitHub action https://bullrich.dev/blog/how-to-optimize-a-docker-based-github-action.html 4 comments programming
- You can now publish Node.js images to GitHub Packages container registry: Managing Node.js Docker images in GitHub Packages using GitHub Actions | Snyk https://snyk.io/blog/managing-node-js-docker-images-in-github-packages-using-github-actions/ 7 comments node
- CI with GitHub Actions — Publish Docker Images https://medium.com/@mamthamalar/ci-with-github-actions-publish-docker-images-de8f1f610fac 4 comments docker
- Build and push your Docker images using Github Actions https://www.learncloudnative.com/blog/2020-02-20-github-action-build-push-docker-images/ 20 comments docker
- Build and push your Docker images using Github Actions https://www.learncloudnative.com/blog/2020-02-20-github-action-build-push-docker-images/ 3 comments devops
- Building Fast, Tiny GitHub Actions with Go and Docker https://steele.blue/tiny-github-actions/ 3 comments golang
- Do GitHub Actions support "Docker in Docker" scenarios? https://www.reddit.com/r/devops/comments/9wfo46/do_github_actions_support_docker_in_docker/ 6 comments devops
- Leverage AWS ECR as a remote Docker cache for GitHub Actions https://blacksmith.sh/blog/push-cache-repeat-amazon-ecr-as-a-remote-docker-cache-for-github-actions 2 comments github
- Build & Push Docker Image to AWS ECR Using GitHub Actions https://plainenglish.io/community/build-push-docker-image-to-aws-ecr-using-github-actions 3 comments aws
- Caching Gatsby builds with Docker in GitHub Actions https://www.dolthub.com/blog/2023-03-10-caching-gatsby-builds-with-docker-in-github-actions/ 2 comments gatsbyjs
- A comprehensive LaTeX cookbook (Docker workflow in GitHub Actions and other goodies) https://github.com/alexpovel/latex-cookbook 4 comments latex
- Ship forced to move on after dockers at UK refinery refuse to unload Russian oil | Departure of German-flagged Seacod from Ellesmere Port in Cheshire follows similar action at Kent port https://www.theguardian.com/business/2022/mar/06/ellesmere-port-cheshire-dockers-uk-refinery-ship-russian-oil?CMP=twt_gu#Echobox=1646590709 3 comments worldnews
- Continuous Integration and Deployment of Docker Images using GitHub Actions https://www.reddit.com/r/docker/comments/o0pavu/continuous_integration_and_deployment_of_docker/ 5 comments docker
- Github actions 10 mins deploy for small dockerized web app https://www.reddit.com/r/rust/comments/m26pvp/github_actions_10_mins_deploy_for_small/ 20 comments rust
- A GitHub action that autofills your GitHub contribution graph (Node.js, Docker) https://github.com/marketplace/actions/autopopulate-your-contribution-graph 13 comments node
- Build Docker image using Github Actions [Article] https://www.reddit.com/r/docker/comments/g1869q/build_docker_image_using_github_actions_article/ 20 comments docker
- Dockerize a Rails 5, Postgres, Redis, Sidekiq and Action Cable Application http://nickjanetakis.com/blog/dockerize-a-rails-5-postgres-redis-sidekiq-action-cable-app-with-docker-compose 6 comments docker
- PullPreview is a GitHub Action that starts live environments for your pull requests and branches. It can work with any application that has a valid Docker Compose file. https://github.com/pullpreview/action 4 comments coolgithubprojects
- C++ Template project using CMake, CTest, Github actions and Docker https://github.com/mortinger91/cpp-cmake-template 18 comments cpp
- Build a CI workflow in GitHub Actions with Buildah instead of Docker https://www.reddit.com/r/docker/comments/l6spw7/build_a_ci_workflow_in_github_actions_with/ 17 comments docker
- IaaC Simplified: Automating EC2 Deployments with GitHub Actions, Terraform, Docker & Distribution Registry | Vue & Node admin panel framework https://adminforth.dev/blog/compose-ec2-deployment-github-actions-registry/ 10 comments programming
- Tutorial: Deploy a Django application to AWS Lightsail with Docker and GitHub Actions https://youtu.be/-6tAWlYFAx0 2 comments django
- An example Django 3.2+ / Docker Compose starter project that's using Celery, PostgreSQL, Redis, Webpack and TailwindCSS -- it includes GitHub Actions, tests, health checks and more https://github.com/nickjj/docker-django-example 28 comments django
- How-to build a Docker image(using Github Actions) and run it using Azure DevOps [Article] https://www.reddit.com/r/devops/comments/g4y5nw/howto_build_a_docker_imageusing_github_actions/ 18 comments devops
- Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/ 11 comments django
- Generate a base Rails 5 app that's Dockerized and is configured to use Postgres, Redis, Postgres, Action Cable and more https://github.com/nickjj/orats 15 comments rails