Skip to content

chore(deps): update ghcr.io/vexxhost/build-utils:latest docker digest to 287aa63 (stable/2026.1) #589

chore(deps): update ghcr.io/vexxhost/build-utils:latest docker digest to 287aa63 (stable/2026.1)

chore(deps): update ghcr.io/vexxhost/build-utils:latest docker digest to 287aa63 (stable/2026.1) #589

Workflow file for this run

name: build
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- stable/**
permissions:
contents: read
jobs:
image:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- name: ubuntu
image-name: python-base-ubuntu
from: ubuntu:24.04@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c
- name: ubuntu-cloud-archive
image-name: python-base-ubuntu-cloud-archive
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2026.1@sha256:a8d550a1c5e822ecf46644fa9855ccdfa332e19dc50dd483af7b778713c29f61
- name: ubuntu-cloud-archive-legacy
image-name: python-base
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2026.1@sha256:a8d550a1c5e822ecf46644fa9855ccdfa332e19dc50dd483af7b778713c29f61
- name: debian
image-name: python-base-debian
from: debian:trixie@sha256:55a15a112b42be10bfc8092fcc40b6748dc236f7ef46a358d9392b339e9d60e8
- name: rockylinux
image-name: python-base-rockylinux
from: rockylinux/rockylinux:10@sha256:f4da504c18e7aced902f4f728cde787cd9d9b817bc639fe171026d18364dca6c
- name: almalinux
image-name: python-base-almalinux
from: almalinux:10@sha256:8f50403cd881731ec5153321b2536d1bc18b1fe44f197dc09d9e1d527c151e2d
permissions:
contents: read
id-token: write
packages: write
pull-requests: write
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
with:
egress-policy: audit
- uses: vexxhost/docker-atmosphere/.github/actions/build-image@9dc904e06dcde958bf8a0b3230715d32b9e3a85f # main
with:
image-name: ${{ matrix.image-name }}
build-args: FROM=${{ matrix.from }}
push: ${{ github.event_name != 'pull_request' }}