From ee8a0fd444cdf0a9b01daddf64fe771ca07315ac Mon Sep 17 00:00:00 2001 From: humocs-man Date: Fri, 12 Jun 2026 18:11:50 +0000 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/buildah=5Ftest.yml=20gel=C3=B6?= =?UTF-8?q?scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/buildah_test.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .gitea/workflows/buildah_test.yml diff --git a/.gitea/workflows/buildah_test.yml b/.gitea/workflows/buildah_test.yml deleted file mode 100644 index ebc2112..0000000 --- a/.gitea/workflows/buildah_test.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Buildah Test -on: [push] - -jobs: - test-build: - runs-on: ubuntu-latest - steps: - - name: Buildah Test - run: | - docker run -i --rm \ - --cap-add=SYS_ADMIN \ - --security-opt seccomp=unconfined \ - --security-opt apparmor=unconfined \ - --security-opt label=disable \ - --tmpfs /var/lib/containers:exec \ - --ulimit nofile=1048576:1048576 \ - quay.io/buildah/stable:latest \ - buildah --storage-driver=vfs --isolation=chroot bud \ - -t test-image:latest \ - -f - . <<-EOF - FROM alpine:latest - RUN echo 'Success!' > /hello.txt - CMD cat /hello.txt - EOF \ No newline at end of file