aws-ecr

Open-source projects categorized as aws-ecr

Top 9 aws-ecr Open-Source Projects

  • 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

  • registry-creds

    Allow for AWS ECR, Google Registry, & Azure Container Registry credentials to be refreshed inside your Kubernetes cluster via ImagePullSecrets (by upmc-enterprises)

  • 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
  • circleci-demo-aws-ecs-ecr

    A demo project for deployment to AWS ECS from ECR on CircleCI 2.0.

  • aws-ecr-http-proxy

    A nginx based pull/push through proxy for AWS ECR with support of cache and token refresh.

  • terraform-aws-ecr

    Terraform module to create AWS ECR resources 🇺🇦

  • Project mention: Un cóctel perfecto 🍹 ECS Fargate, Service Connect,Terraform y Github Actions. | dev.to | 2024-02-12

    ECR VPC ECS

  • covid-19-data-engineering-pipeline

    A Covid-19 data pipeline on AWS featuring PySpark/Glue, Docker, Great Expectations, Airflow, and Redshift, templated in CloudFormation and CDK, deployable via Github Actions.

  • ecr-scan-reporter

    Simple collection of tiny AWS Lambda Function that help with monitoring of ECR repositories.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • lab-microservice-spring-aws

    Microservice architecture with Spring Boot and AWS. AWS technology will be used such as ECR, ECS, AppMesh, CloudMap, XRay, etc.

  • kube-ecr-secrets-operator

    Kubernetes Operator for managing AWS ECR (Elastic Container Registry) secrets

  • Project mention: Ask HN: What apps have you created for your own use? | news.ycombinator.com | 2023-12-12

    I wrote a simple Kubernetes operator for renewing AWS container registry (ECR) credentials in several namespaces. The credentials expire every 12h, and the Kubernetes secret for pulling the images from ECR need to be renewed whenever a workload is to be created/updated. The operator takes care of renewing the Kubernetes secret every 12h in all the configured namespaces: https://github.com/zak905/kube-ecr-secrets-operator

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).

aws-ecr related posts

  • Reference AWS ECR image inside aws_cloudformation_stack

    1 project | /r/Terraform | 28 Dec 2021
  • Image pull secret controller for AWS ECR

    2 projects | /r/kubernetes | 28 Oct 2021
  • ECR Scan Reporter - Stay on top of your docker images security vulnerabilities in AWS ECR

    1 project | /r/aws | 27 Jul 2021

Index

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

Project Stars
1 login-action 970
2 registry-creds 339
3 circleci-demo-aws-ecs-ecr 107
4 aws-ecr-http-proxy 67
5 terraform-aws-ecr 47
6 covid-19-data-engineering-pipeline 22
7 ecr-scan-reporter 13
8 lab-microservice-spring-aws 2
9 kube-ecr-secrets-operator 2

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com