Actions
action #88141
closedcoordination #87853: [epic][brainstorming]
[timebox] zypper-docker against buildah images
Start date:
2021-01-21
Due date:
% Done:
0%
Estimated time:
Tags:
Description
test zypper-docker against containers built by buildah
- zypper-docker should behave the same as with other engines
Updated by ybonatakis about 4 years ago
- Status changed from New to Workable
- Assignee set to ybonatakis
Updated by ybonatakis about 4 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:
- First, push the image to Docker repository.
#
buildah push <image> docker-daemon:<new_image_name>:latest
- 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
- check zyppper repositories
#
<containerid>46a20cf3ec7e# zypper lr
###Notes
- Same steps for use image built by podman
Updated by ybonatakis almost 4 years ago
- Status changed from Workable to In Progress
Updated by ybonatakis almost 4 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
Updated by ybonatakis almost 4 years ago
- Status changed from Feedback to Resolved
Actions