diff --git a/test/ubi8/Dockerfile b/test/ubi8/Dockerfile new file mode 100644 index 0000000..b5be636 --- /dev/null +++ b/test/ubi8/Dockerfile @@ -0,0 +1,35 @@ +FROM registry.access.redhat.com/ubi8/ubi:latest as adt + +COPY <=4.0.12 @@ -35,3 +37,12 @@ deps = pre-commit>=1.18.1 extras = skip_install = true usedevelop = false + +[testenv:{ubi8,ubi9}] +description = Building container using beta RPMs (requires VPN) {envname} +changedir = test/{envname} +commands = + podman build --tag adt-{envname} {posargs} . + podman run -it adt-{envname} adt --version +allowlist_externals = + podman