Giter Site home page Giter Site logo

container-template's Introduction

Sample project for docker - GH actions - ACR integration

The sample focusses on the docker build, helm and ACR integration.

2 pipelines exist, but share the same principles.

  1. build docker
  2. push to acr
  3. push helm chart
  4. lock docker image for immutability

the ci_acrtask pipeline replaces the docker build for an acr build, enabling automatic base image update triggers.

todo

linting

  • add superlinter

docker - local validation

  • generate docker meta data
  • setup QEMU
  • setup dokcer buildx
  • docker build
  • [] inspect digest

docker - sinple build and push (local)

  • include job services (local registry)
  • generate docker meta data
  • setup QEMU
  • setup dokcer buildx
  • docker build and push
  • inspect image and digest

docker - simple build and push

  • generate docker meta data
  • setup QEMU
  • setup dokcer buildx
  • docker login
    • github registry
  • docker build and push
  • inspect image and digest

docker - advanced build and push

  • include registry matrix (ghcr, acr)
  • generate docker meta data
  • setup QEMU
  • setup dokcer buildx
  • docker login (multiple registries)
  • docker build and push
  • inspect image and digest

docker - advanced bake file

  • include registry matrix (ghcr, acr)
  • generate docker meta data
  • setup QEMU
  • setup dokcer buildx
  • docker login (multiple registries)
  • docker bake
    • multi-arch (arm64, amd64, armv6, armv7)
  • inspect image and digest

docker - advanced bake file and scanning

  • include registry matrix (ghcr, acr)
  • generate docker meta data
  • setup QEMU
  • setup dokcer buildx
  • docker login (multiple registries)
  • docker bake
    • [] multi-arch (arm64, amd64, armv6, armv7)
  • inspect image and digest
  • scan image (aqua / anchor)
  • security center integration?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.