zowoq
b7b89a6272
skopeo: fix wrapper
2020-09-26 19:07:45 +10:00
zowoq
228b37d74e
skopeo: 1.1.1 -> 1.2.0
...
https://github.com/containers/skopeo/releases/tag/v1.2.0
2020-09-25 22:50:15 +10:00
zowoq
cea7cd902e
buildGoModule packages: set doCheck = false
2020-08-10 16:02:30 +10:00
zowoq
ea1287110f
skopeo: 1.1.0 -> 1.1.1
...
https://github.com/containers/skopeo/releases/tag/v1.1.1
2020-07-30 07:35:53 +10:00
zowoq
630454dfbe
skopeo: 1.0.0 -> 1.1.0
...
https://github.com/containers/skopeo/releases/tag/v1.1.0
2020-06-20 10:24:34 +10:00
zowoq
2ee9aac39b
skopeo: 0.2.0 -> 1.0.0
...
https://github.com/containers/skopeo/releases/tag/v1.0.0
2020-05-19 08:16:45 +10:00
zowoq
580f162fff
skopeo: add passthru.tests for docker-tools
2020-05-16 08:46:12 +10:00
zowoq
a5a411e67f
skopeo: don't set policy and tmpdir during build
2020-05-16 08:46:12 +10:00
zowoq
f28b0d64ad
skopeo: remove outdated/propagated inputs
2020-05-14 23:08:01 +10:00
zowoq
e56116f752
skopeo: switch to buildGoModule
2020-05-14 17:37:51 +10:00
zowoq
5a3ba0e295
skopeo: add wrapper
...
wrap fuse-overlayfs for storage compatibility with the podman wrapper
2020-05-12 22:11:22 +10:00
zowoq
b5dc07a4b4
treewide: use $out instead of $bin with buildGoPackage
2020-04-28 20:30:29 +10:00
zowoq
c34bc1d824
skopeo: install completion
2020-04-19 21:24:04 +10:00
zowoq
6dc7443d1b
skopeo: cleanup
2020-04-17 17:34:34 +10:00
zowoq
c5bd0856af
skopeo: 1.41.0 -> 0.2.0
...
https://github.com/containers/skopeo/releases/tag/v0.2.0
2020-04-10 09:32:34 +10:00
zowoq
878589a122
skopeo: update maintainers
2020-04-03 20:37:59 +10:00
Daniel Gorin
a646f4b454
Fix missing default-policy.json in skopeo
...
We started having issues with `pkgs.dockerTools.pullImage`, were it
would fail with:
```
FATA[0000] Error loading trust policy: open /etc/containers/policy.json: no such file or directory
```
It turns out that since `skopeo` was bumped to `0.1.40`, it was
accidentally no longer being built with a default policy.
This may happen again, see https://github.com/containers/skopeo/issues/787
2020-03-10 14:33:25 +00:00
zowoq
376743d3f2
skopeo: 0.1.40 -> 0.1.41
...
https://github.com/containers/skopeo/releases/tag/v0.1.41
2020-02-08 09:49:42 +10:00
zowoq
2ada48002e
skopeo: 0.1.39 -> 0.1.40
2020-01-28 08:07:13 +10:00
Antoine Eiche
35399ad14b
skopeo: 0.1.37 -> 0.1.39
2019-09-12 14:29:34 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Vincent Demeester
19946b0ab1
skopeo: 0.1.36 -> 0.1.37
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-06-17 19:06:13 +02:00
Rail Aliiev
6c4bceef05
skopeo: fix man installation path
...
This fixes the man installation path and so it's properly linked to
`/run/current-system/sw/share/man/man1/skopeo.1.gz`.
2019-06-04 00:03:08 -04:00
Vincent Demeester
d0207fde49
skopeo: 0.1.35 -> 0.1.36
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-31 09:58:12 +02:00
Vincent Demeester
428c653d78
skoepo: 0.1.34 -> 0.1.35
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-05 18:38:16 +01:00
Tobias Pflug
1de2527159
skopeo: 0.1.32 -> 0.1.34
2018-12-24 14:01:37 +01:00
Antoine Eiche
92e1c41623
skopeo: 0.1.31 -> 0.1.32
2018-11-08 10:18:47 +01:00
lewo
d123f5d00f
Merge pull request #44222 from nlewo/pr-skopeo
...
skopeo: 0.1.30 -> 0.1.31
2018-07-30 10:57:38 +02:00
Antoine Eiche
34a10d65a1
skopeo: 0.1.30 -> 0.1.31
2018-07-30 10:11:42 +02:00
Nick Novitski
64c6ff3dfc
skopeo: fix build on darwin
2018-07-27 12:29:31 -07:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
Antoine Eiche
8f71ce7e80
skopeo: 0.1.29 -> 0.1.30
...
Skopeo used by our docker tools was patched to work in the build
sandbox (it used /var/tmp which is not available in the sandbox).
Since this temporary directory can now be set at build time, we remove
the patch from our docker tools.
2018-05-24 15:33:52 +02:00
Profpatsch
679ac626dc
skopeo: build manpage
2018-03-29 18:05:48 +02:00
Antoine Eiche
919d68e687
skopeo: 1.28 -> 1.29
...
Also add myself in the maintainer list.
2018-03-29 16:19:31 +02:00
Antoine Eiche
a38cb9411c
skopeo: 0.1.27 -> 0.1.28
2018-02-08 14:33:58 +01:00
Antoine Eiche
81b9ca062d
skopeo: remove the patch by setting a variable at build time
2018-01-31 08:57:15 +01:00
Vincent Demeester
eb1baf2f10
skopeo: 0.1.23 to 0.1.27
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-01-02 10:40:22 +01:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Tim Steinbach
4ec02cc332
skopeo: 0.1.22 -> 0.1.23
2017-09-26 10:12:36 -04:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Christian Albrecht
dd484418a1
skopeo: 0.1.18 -> 0.1.22 fix whitespace
2017-06-29 08:54:52 +02:00
Christian Albrecht
05e9c47dc3
skopeo: 0.1.18 -> 0.1.22 fix certs.d permission error
...
the dependency docker_client.go tries to read /etc/docker/certs.d/
and fails if this is not readable.
the original code silently ignores this directory if it is not present
so path.patch adds the logic to ignore it in case of a permission error.
2017-06-29 08:47:08 +02:00
Christian Albrecht
08ccf9e059
skopeo: 0.1.18 -> 0.1.22
2017-06-28 18:45:30 +02:00
Tim Steinbach
4ceeac7526
skopeo: default policy
2017-04-01 18:33:36 -04:00
Tobias Pflug
552045db80
skopeo: 0.1.16 -> 0.1.18
2017-03-31 20:51:52 +02:00
Graham Christensen
2891256daa
skopeo: fix evaluation, change license from asl2 to asl20
2016-11-27 21:39:02 -05:00
Vincent Demeester
6d47cb4131
skopeo: init at 0.1.16
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-11-27 21:06:21 -05:00