1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-05-25 01:56:14 +02:00

Merge pull request #120 from cevich/image_update

Cirrus: Update CI VM Images
This commit is contained in:
Chris Evich 2023-04-11 10:26:50 -04:00 committed by GitHub
commit 9e711b9044
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 6 deletions

View File

@ -16,11 +16,10 @@ env:
####
#### Cache-image names to test with
####
FEDORA_NAME: "fedora-36"
#PRIOR_FEDORA_NAME: "fedora-35"
FEDORA_NAME: "fedora-37"
# Google-cloud VM Images
IMAGE_SUFFIX: "c6310580047314944"
IMAGE_SUFFIX: "c20230314t204248z-f37f36d12"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
####

View File

@ -16,7 +16,7 @@ format:
.PHONY:
format-check:
black --check *.py udica/*.py tests/*.py
black --check --diff *.py udica/*.py tests/*.py
.PHONY: test
test: lint format-check

View File

@ -140,7 +140,6 @@ def get_args():
def main():
opts = get_args()
if opts["ContainerID"]:

View File

@ -88,7 +88,6 @@ def list_contexts(directory):
def list_ports(port_number, port_proto):
handle = semanage.semanage_handle_create()
semanage.semanage_connect(handle)