Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Virtualization
cdi-apiserver-container
Dockerfile
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Dockerfile of Package cdi-apiserver-container
# SPDX-License-Identifier: Apache-2.0 # Define the tags for OBS and build script builds: #!BuildTag: %%TAGPREFIX%%/cdi-apiserver:%%PKG_VERSION%% #!BuildTag: %%TAGPREFIX%%/cdi-apiserver:%%PKG_VERSION%%.%RELEASE% #!BuildTag: %%TAGPREFIX%%/cdi-apiserver:%%PKG_VERSION%%-%%PKG_RELEASE%% #!ExclusiveArch: x86_64 aarch64 # cdi-apiserver container image # KUBEVIRTFROM defined in prjconf, e.g. # BuildFlags: dockerarg:KUBEVIRTFROM=opensuse/tumbleweed ARG KUBEVIRTFROM FROM $KUBEVIRTFROM # Mandatory labels for the build service: # https://en.opensuse.org/Building_derived_containers # labelprefix=%%LABELPREFIX%% LABEL org.opencontainers.image.title="CDI API server container" LABEL org.opencontainers.image.description="Kubernetes API extension for CDI" LABEL org.opencontainers.image.created="%BUILDTIME%" LABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%" LABEL org.opencontainers.image.source="%SOURCEURL%" LABEL org.openbuildservice.disturl="%DISTURL%" LABEL org.opensuse.reference="%%REGISTRY%%/%%TAGPREFIX%%/cdi-apiserver:%%PKG_VERSION%%.%RELEASE%" LABEL com.suse.supportlevel="%%SUPPORT_LEVEL%%" # endlabelprefix RUN zypper -n install \ containerized-data-importer-api \ shadow && \ zypper clean -a && \ useradd -u 1001 --create-home -s /bin/bash cdi-apiserver WORKDIR /home/cdi-apiserver USER 1001 ENTRYPOINT [ "/usr/bin/virt-cdi-apiserver", "-alsologtostderr" ]
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor