EugenMayer / docker-image-azure

Official based docker images for azure-pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build_java

WAT

Nightly builds of docker images for azure pipelines adding the most common tools and most importantly the mandatory sudo package. All the base images are, if possible, official images e.g. node:12 and so on

  • The images are minimal, untempered and designed to be used in your CI, we use azure-pipelines in this regard.
  • The images are build every day to ensure the most up-to-date patches are applied.

Debian images

Find them all under github images

There are

  • node 10,16,18,20 builds
  • php 7.3, 8.1, 8.2, 8.3 builds
  • java 8, 11,17, 21 builds
  • golang 1.19-1.23 builds
  • tauri with node [20] and rust [1.78.0] builds
  • debian bullseye, bookwork builds

Usually builds are available for buster, bullseye and bookworm, but check the tag list yourself for all the details.

About

Official based docker images for azure-pipeline