zypper-docker icon indicating copy to clipboard operation
zypper-docker copied to clipboard

Simple patch and update solution for Docker images

Results 11 zypper-docker issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.6.0-rc.1.0.20180327202408-83389a148052+incompatible to 2.8.2-beta.1+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2-beta.1 NOTE: This is a pre-release that does not contain any artifacts! What's Changed Fix runaway allocation on...

dependencies

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 17.12.0-ce-rc1.0.20180508015315-17b039cb4901+incompatible to 20.10.24+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.24 20.10.24 Bug fixes and enhancements Fixed a number of issues that can cause Swarm encrypted overlay networks...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20180507135725-7db1c3b1a980 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20180507135725-7db1c3b1a980&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20180509002218-f73e4c9ed3b7 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20180509002218-f73e4c9ed3b7&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

As requested in [bsc#1192941](https://bugzilla.suse.com/show_bug.cgi?id=1192941) I post the bug report here as well: When creating an image with zypper-docker, the entrypoint changes from `null` to `/bin/sh -c`, which breaks usage of...

We should stop pulling images from the docker hub, because tests can fail due to rate limiting. Instead, we should take them from registry.opensuse.org

Previously the default zypper cache directory was used for update/patch commands. This cache dir was emptied afterwards. If a user already had data from previous zypper commands in the cache,...

There will be surely some rough edges after #125, #126 and #127. Things to clear up: - Polish the API (both internal backend API, and public server API) with a...

enhancement
documentation
CLI separation

The zypper-docker binary should support a `serve` command. This command will start an HTTP server that will fulfill the given requests. This issue involves: - Design and implementation of a...

feature
CLI separation

zypper-docker should be able to support not only zypper, but other package management systems as well. This way we will broaden the scope of the project. This issue involved the...

feature
CLI separation