python: добавлен пакет dh-python
All checks were successful
release / release (push) Successful in 10m22s
All checks were successful
release / release (push) Successful in 10m22s
This commit is contained in:
parent
3a47ab48fa
commit
a861217aff
@ -8,7 +8,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
base:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
@ -48,7 +48,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
build-args: |
|
build-args: |
|
||||||
BASE_IMAGE_TAG=ubuntu-22.04
|
BASE_IMAGE_TAG=act-22.04
|
||||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||||
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
||||||
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
|
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
|
||||||
@ -90,7 +90,7 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
build-args: |
|
build-args: |
|
||||||
BASE_IMAGE_TAG=ubuntu-20.04
|
BASE_IMAGE_TAG=act-20.04
|
||||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||||
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
||||||
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
|
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ARG BASE_IMAGE_TAG
|
ARG BASE_IMAGE_TAG
|
||||||
|
|
||||||
FROM gitea/runner-images:${BASE_IMAGE_TAG}
|
FROM ghcr.io/catthehacker/ubuntu:${BASE_IMAGE_TAG}
|
||||||
|
|
||||||
ARG IMAGE_CREATED
|
ARG IMAGE_CREATED
|
||||||
ARG IMAGE_VERSION
|
ARG IMAGE_VERSION
|
||||||
|
@ -19,5 +19,5 @@ LABEL org.opencontainers.image.created="${IMAGE_CREATED}" \
|
|||||||
org.opencontainers.image.description="MouseSoft docker images used by act_runner to run workflows."
|
org.opencontainers.image.description="MouseSoft docker images used by act_runner to run workflows."
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y libvirt-dev python3-all python3-dev python3-setuptools && \
|
apt-get install -y dh-python libvirt-dev python3-all python3-dev python3-setuptools && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
Loading…
Reference in New Issue
Block a user