mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 15:34:28 +01:00
packaging: merge packaging repository
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
12
tools/packaging/obs-packaging/Dockerfile
Normal file
12
tools/packaging/obs-packaging/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
ARG SUSE_VERSION=${SUSE_VERSION:-15.1}
|
||||
FROM opensuse/leap:${SUSE_VERSION}
|
||||
|
||||
|
||||
# Get OBS client, plugins and dependencies
|
||||
RUN zypper -v -n install osc-plugin-install vim curl bsdtar git sudo
|
||||
RUN zypper -v -n install build \
|
||||
obs-service-tar_scm \
|
||||
obs-service-verify_file \
|
||||
obs-service-obs_scm \
|
||||
obs-service-recompress \
|
||||
obs-service-download_url
|
||||
Reference in New Issue
Block a user