Files
kata-containers/obs-packaging/Dockerfile
Nitesh Konkar e13efacc0f obs: docker: update opensuse base image
Leap 42.3 is now depreceated. Update it to
15.1

Fixes: #704

Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
2019-09-17 20:52:03 +05:30

13 lines
361 B
Docker

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