Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Mar 30, 2023
2 parents aa73c06 + 0a6a085 commit 0fee176
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 65 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ jobs:
matrix:
include:
- os: bullseye
arch: linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64/v8
- os: buster
arch: linux/amd64,linux/arm/v7,linux/arm64/v8
- os: bionic
arch: linux/amd64,linux/arm/v7,linux/arm64/v8
- os: focal
arch: linux/amd64,linux/arm/v7,linux/arm64/v8
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Features:
- Compatible with all Debian and Ubuntu LTS releases.
- Container security updates are applied every week.
- SBOM (Software Bill of Materials) is packaged with each container image.
- Systems are based on [Microsoft official .NET images](https://mcr.microsoft.com/en-us/product/dotnet/aspnet/about).

## Usage

Expand All @@ -32,8 +33,6 @@ helm upgrade --install agent clemlesne-azure-pipelines-agent/azure-pipelines-age
| Ref | OS | Arch | Support |
|-|-|-|-|
| `docker pull ghcr.io/clemlesne/azure-pipelines-agent:bullseye-main` | Debian Bullseye (11) slim | `linux/amd64`, `linux/arm/v5`, `linux/arm/v7`, `linux/arm64/v8` | [See Debian LTS wiki.](https://wiki.debian.org/LTS) |
| `docker pull ghcr.io/clemlesne/azure-pipelines-agent:buster-main` | Debian Buster (10) slim | `linux/amd64`, `linux/arm/v7`, `linux/arm64/v8` | [See Debian LTS wiki.](https://wiki.debian.org/LTS) |
| `docker pull ghcr.io/clemlesne/azure-pipelines-agent:bionic-main` | Ubuntu Bionic (18.04) minimal | `linux/amd64`, `linux/arm/v7`, `linux/arm64/v8` | [See Ubuntu LTS wiki.](https://wiki.ubuntu.com/Releases) |
| `docker pull ghcr.io/clemlesne/azure-pipelines-agent:focal-main` | Ubuntu Focal (20.04) minimal | `linux/amd64`, `linux/arm/v7`, `linux/arm64/v8` | [See Ubuntu LTS wiki.](https://wiki.ubuntu.com/Releases) |
| `docker pull ghcr.io/clemlesne/azure-pipelines-agent:jammy-main` | Ubuntu Jammy (22.04) minimal | `linux/amd64`, `linux/arm/v7`, `linux/arm64/v8` | [See Ubuntu LTS wiki.](https://wiki.ubuntu.com/Releases) |

Expand Down
28 changes: 0 additions & 28 deletions src/docker/Dockerfile-bionic

This file was deleted.

2 changes: 1 addition & 1 deletion src/docker/Dockerfile-bullseye
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/debian:bullseye-slim
FROM mcr.microsoft.com/dotnet/aspnet:6.0-bullseye-slim

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
28 changes: 0 additions & 28 deletions src/docker/Dockerfile-buster

This file was deleted.

2 changes: 1 addition & 1 deletion src/docker/Dockerfile-focal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:focal
FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-jammy
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:jammy
FROM mcr.microsoft.com/dotnet/aspnet:6.0-jammy

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 0fee176

Please sign in to comment.