action #88141
closed
Added by ybonatakis about 4 years ago.
Updated 4 months ago.
Description
test zypper-docker against containers built by buildah
- zypper-docker should behave the same as with other engines
- Status changed from New to Workable
- Assignee set to ybonatakis
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
- Status changed from Workable to In Progress
- Status changed from In Progress to Feedback
- Status changed from Feedback to Resolved
Also available in: Atom
PDF