Project

General

Profile

Actions

action #88141

closed

coordination #87853: [epic][brainstorming]

[timebox] zypper-docker against buildah images

Added by ybonatakis over 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
2021-01-21
Due date:
% Done:

0%

Estimated time:

Description

test zypper-docker against containers built by buildah

  • zypper-docker should behave the same as with other engines
Actions #1

Updated by ybonatakis over 3 years ago

  • Status changed from New to Workable
  • Assignee set to ybonatakis
Actions #2

Updated by ybonatakis over 3 years ago

Buildah builds container images which is/should be compatible with Docker. the steps required to run the sle base image with Docker are:

  1. First, push the image to Docker repository. # buildah push <image> docker-daemon:<new_image_name>:latest
  2. Then, cp the /etc/SUSEConnect and /etc/zypp/credentials.d/SCCcredentials from the host to the image required for the container-suseconnect plugin # docker cp /etc/SUSEConnect <containerid>46a20cf3ec7e:/etc/SUSEConnect # docker cp /etc/zypp/credentials.d/SCCcredentials <containerid>46a20cf3ec7e:/etc/zypp/credentials.d/SCCcredentials
  3. check zyppper repositories # <containerid>46a20cf3ec7e# zypper lr

###Notes

  • Same steps for use image built by podman
Actions #3

Updated by ybonatakis over 3 years ago

  • Status changed from Workable to In Progress
Actions #4

Updated by ybonatakis over 3 years ago

  • Status changed from In Progress to Feedback

submitted changes to add the module on o3.
Two additional bugs filed against opensuse.
https://bugzilla.suse.com/show_bug.cgi?id=1183527
https://bugzilla.suse.com/show_bug.cgi?id=1183482

Actions #5

Updated by ybonatakis about 3 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF