1
0

Accepting request 878504 from home:vulyanov:branches:Virtualization

- Rename virt-cdi-operator to cdi-operator

- Initial container for CDI operator

OBS-URL: https://build.opensuse.org/request/show/878504
OBS-URL: https://build.opensuse.org/package/show/Virtualization/cdi-operator-container?expand=0&rev=2
This commit is contained in:
James Fehlig 2021-03-12 14:54:25 +00:00 committed by Git OBS Bridge
parent b3da40e276
commit 79745571e9
3 changed files with 14 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# Defines the tag for OBS and build script builds: # Defines the tag for OBS and build script builds:
#!BuildTag: opensuse/tumbleweed/virt-cdi-operator:%%PKG_VERSION%% #!BuildTag: opensuse/tumbleweed/cdi-operator:%%PKG_VERSION%%
#!BuildTag: opensuse/tumbleweed/virt-cdi-operator:%%PKG_VERSION%%.%RELEASE% #!BuildTag: opensuse/tumbleweed/cdi-operator:%%PKG_VERSION%%.%RELEASE%
# virt-cdi-operator container image # cdi-operator container image
FROM opensuse/tumbleweed FROM opensuse/tumbleweed
# labelprefix=org.opensuse.kubevirt # labelprefix=org.opensuse.kubevirt
@ -11,13 +11,13 @@ PREFIXEDLABEL org.opencontainers.image.description="Operator for the data fetchi
PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%" PREFIXEDLABEL org.opencontainers.image.created="%BUILDTIME%"
PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%" PREFIXEDLABEL org.opencontainers.image.version="%%PKG_VERSION%%.%RELEASE%"
PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%" PREFIXEDLABEL org.openbuildservice.disturl="%DISTURL%"
PREFIXEDLABEL org.opensuse.reference="opensuse/tumbleweed/virt-cdi-operator:%%PKG_VERSION%%.%RELEASE%" PREFIXEDLABEL org.opensuse.reference="opensuse/tumbleweed/cdi-operator:%%PKG_VERSION%%.%RELEASE%"
RUN zypper update -y && \ RUN zypper update -y && \
zypper install -y \ zypper install -y \
containerized-data-importer-operator \ containerized-data-importer-operator \
shadow && \ shadow && \
useradd -u 1001 --create-home -s /bin/bash cdi-operator useradd -u 1001 --create-home -s /bin/bash cdi-operator
WORKDIR /home/cdi-operator WORKDIR /home/cdi-operator
USER 1001 USER 1001
ENTRYPOINT [ "/usr/bin/virt-cdi-operator" ] ENTRYPOINT [ "/usr/bin/virt-cdi-operator" ]

View File

@ -0,0 +1,9 @@
-------------------------------------------------------------------
Fri Mar 12 09:51:15 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Rename virt-cdi-operator to cdi-operator
-------------------------------------------------------------------
Sun Oct 25 23:03:09 UTC 2020 - James Fehlig <jfehlig@suse.com>
- Initial container for CDI operator

View File

@ -1,4 +0,0 @@
-------------------------------------------------------------------
Sun Oct 25 23:03:09 UTC 2020 - James Fehlig <jfehlig@suse.com>
- Initial container for CDI operator