From aac163b89bb71c6a204cf2c6af8a9b7bce053644 Mon Sep 17 00:00:00 2001 From: Petr Polezhaev Date: Sun, 8 Feb 2026 01:18:44 +0300 Subject: [PATCH] use pre-built image for portage-utils --- .gitea/actions/drop-ebuilds-matching/Dockerfile | 5 ----- .gitea/actions/drop-ebuilds-matching/action.yml | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 .gitea/actions/drop-ebuilds-matching/Dockerfile diff --git a/.gitea/actions/drop-ebuilds-matching/Dockerfile b/.gitea/actions/drop-ebuilds-matching/Dockerfile deleted file mode 100644 index 35453b0..0000000 --- a/.gitea/actions/drop-ebuilds-matching/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM gentoo/portage:latest as portage -FROM gentoo/stage3:amd64-openrc -COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo -RUN emerge -q app-portage/portage-utils && rm -Rf /var/db/repos/gentoo -ENTRYPOINT [ "/bin/bash" ] diff --git a/.gitea/actions/drop-ebuilds-matching/action.yml b/.gitea/actions/drop-ebuilds-matching/action.yml index 75eb5a9..591cbef 100644 --- a/.gitea/actions/drop-ebuilds-matching/action.yml +++ b/.gitea/actions/drop-ebuilds-matching/action.yml @@ -12,7 +12,8 @@ outputs: description: "space-separated list of removed ebuild versions" runs: using: docker - image: Dockerfile + image: docker://git.ratigorsk-12.ru/gentoo/portage-utils-docker:master + entrypoint: /bin/bash args: - -c - |