forked from Job79/devcontainer
chore: remove vms container
This commit is contained in:
@@ -58,12 +58,3 @@ jobs:
|
||||
tags: git.plabble.org/job79/infra:${{ github.ref_name }}
|
||||
build-args: TAG=${{ github.ref_name }}
|
||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
- name: Build and push vms container
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./containers/vms
|
||||
file: ./containers/vms/Containerfile
|
||||
push: true
|
||||
tags: git.plabble.org/job79/vms:${{ github.ref_name }}
|
||||
build-args: TAG=${{ github.ref_name }}
|
||||
outputs: type=image,oci-mediatypes=true,compression=zstd,compression-level=3,force-compression=true
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
ARG TAG
|
||||
FROM git.plabble.org/job79/fedora:${TAG}
|
||||
USER root
|
||||
|
||||
RUN dnf -y install qemu-system-x86
|
||||
|
||||
USER user
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/bash
|
||||
arg "-v $HOME/Documents/vms:/home/user/Documents/vms"
|
||||
arg "--net host"
|
||||
arg "--device /dev/kvm"
|
||||
arg "--device /dev/dri"
|
||||
arg "--security-opt seccomp=unconfined"
|
||||
Reference in New Issue
Block a user