Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Releases: AkihiroSuda/clone3-workaround

v1.0.0

18 Oct 08:34
v1.0.0
93f9cfe

Choose a tag to compare

The first release.

Usage

Mount or copy clone3-workaround.x86_64 binary to the container as /clone3-workaround, and run /clone3-workaround COMMAND [ARGUMENTS...] to run the command.

$ docker run -it --rm -v $(pwd)/clone3-workaround:/clone3-workaround ubuntu:21.10 /clone3-workaround bash
root@490fd2f29a88:/# apt-get update
Get:1 http://security.ubuntu.com/ubuntu impish-security InRelease [90.7 kB]
...
Fetched 19.4 MB in 6s (2996 kB/s)
Reading package lists... Done

root@490fd2f29a88:/# apt-get install -y hello
Reading package lists... Done
...
Unpacking hello (2.10-2ubuntu3) ...
Setting up hello (2.10-2ubuntu3) ...
$ docker run -it --rm -v $(pwd)/clone3-workaround:/clone3-workaround fedora:35 /clone3-workaround bash
[root@c699df1e7bd4 /]# dnf install -y hello
Fedora 35 - x86_64                                                                                                                                                                                 6.5 MB/s |  61 MB     00:09
...
Installed:
  hello-2.10-6.fc35.x86_64                                                                                          info-6.8-2.fc35.x86_64

Complete!

The binaries were built automatically on GitHub Actions.
The build log is available for 90 days: https://github.com/AkihiroSuda/clone3-workaround/actions/runs/1353781438

The sha256sum of the SHA256SUMS file itself is 944b0c9d9a90dac1c41915b13e3b143cae5bea0add05ad67ef12d51f5be08ec1 .