adamant-kite-43734
08/21/2023, 4:45 AMcareful-piano-35019
08/21/2023, 8:01 AMgreen-doctor-75427
08/22/2023, 5:53 AMsticky-tailor-45974
08/22/2023, 7:48 AMFROM <http://registry.suse.com/rancher/elemental-teal/5.3:latest|registry.suse.com/rancher/elemental-teal/5.3:latest>
RUN rpm --import <https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev/standard/repodata/repomd.xml.key> && \
zypper addrepo --refresh <https://download.opensuse.org/repositories/isv:/Rancher:/Elemental:/Dev/standard/isv:Rancher:Elemental:Dev.repo> && \
zypper install -y elemental-operator
Keep in mind that the repositories you add should also include any missing depenency. This dumb snipped works fine as the package elemental-operator does not require extra dependencies or they are all already preinstalled or available within the same repository. Otherwise I would have to include additional repositories.sticky-tailor-45974
08/22/2023, 8:00 AMgreen-doctor-75427
08/22/2023, 10:41 AM