Initial commit
ContainerImages/dch-base/pipeline/head This commit looks good Details

main
Dustin 2024-03-25 08:04:21 -05:00
commit 1383407cc2
2 changed files with 5 additions and 0 deletions

4
Containerfile Normal file
View File

@ -0,0 +1,4 @@
FROM registry.fedoraproject.org/fedora-minimal:39
RUN --mount=type=cache,target=/var/cache \
microdnf update -y --setopt install_weak_deps=0

1
Jenkinsfile vendored Normal file
View File

@ -0,0 +1 @@
buildContainerImage2(archlist: ['amd64', 'arm64'])