Linus Heckemann
bba8571c39
Merge pull request #96538 from Mic92/go-references
...
buildGoModule/buildGoPackage: Remove go references from lib,libexec
2020-08-30 16:44:08 +02:00
Jörg Thalheim
7aa189970a
docker: simplify remove-references-to
2020-08-28 13:19:11 +01:00
Mario Rodas
7201fac2e7
docker: fix build on darwin
...
The directory change to `./go/src/${goPackagePath}` was only executed on
Linux.
2020-08-28 00:00:00 +00:00
betaboon
493f219f95
docker: use buildGoPackage
2020-07-03 09:21:26 +02:00
Sergey Lukjanov
afc8bd6a7b
docker: use git tags instead of revs
2020-06-26 14:55:52 -07:00
Sergey Lukjanov
fcede31c25
docker: 19.03.11 -> 19.03.12
2020-06-25 22:44:19 -07:00
Sergey Lukjanov
a4ea8abae6
docker: 19.03.10 -> 19.03.11
2020-06-01 08:44:02 -07:00
Sergey Lukjanov
c8dddcb1a9
docker: 19.03.9 -> 19.03.10
2020-05-29 11:08:03 -07:00
Sergey Lukjanov
fb3039d91b
docker: 19.03.8 -> 19.03.9
2020-05-20 10:52:10 -07:00
zowoq
764dd5c875
docker: use installShellFiles
2020-05-10 11:33:04 +10:00
zowoq
b5dc07a4b4
treewide: use $out instead of $bin with buildGoPackage
2020-04-28 20:30:29 +10:00
Milan Pässler
08d83c1641
docker: add git to extraPath
...
When building a docker container from git, docker was missing the git
binary in $PATH.
2020-04-18 21:48:55 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Sergey Lukjanov
1d0c3f148b
docker: 19.03.7 -> 19.03.8
2020-03-11 21:11:10 -07:00
Sergey Lukjanov
e1611f85c2
docker: 19.03.6 -> 19.03.7
2020-03-05 07:18:44 -08:00
zowoq
1979e038a3
docker: 19.03.5 -> 19.03.6
...
https://github.com/docker/docker-ce/releases/tag/v19.03.6
2020-02-13 14:17:47 +10:00
zowoq
31d2d5a382
docker: 19.03.4 -> 19.03.5
2020-01-03 12:49:49 +00:00
Robin Gloster
5f2b92e3ec
treewide: NIX_*_COMPILE -> string
2019-12-31 00:13:29 +01:00
Maximilian Bosch
7d8205bc09
docker-distribution: 2.6.2 -> 2.7.1
2019-12-03 13:49:03 +01:00
adisbladis
5dd330ef0e
Merge pull request #72093 from prusnak/go-fortify
...
stop using hardeningDisable = [ "fortify" ]; for Go packages
2019-10-28 14:09:55 +01:00
Tim Steinbach
eada48dd98
docker: 19.03.2 -> 19.03.4
2019-10-27 11:01:34 -04:00
Pavol Rusnak
afd38ea1ee
stop using hardeningDisable = [ "fortify" ]; for Go packages
...
it seems that the issue #25959 is not present anymore
2019-10-27 14:44:26 +01:00
Dima
b36ee87814
docker-runc: switch to OCI runc 1.0.0-rc8+dev
...
The revision picked is based on
https://github.com/docker/docker-ce/blob/19.03/components/engine/hack/dockerfile/install/runc.installer
and https://github.com/docker/docker-ce/blob/18.09/components/engine/hack/dockerfile/install/runc.installer
This should address CVE-2019-16884.
2019-10-19 15:39:09 +02:00
Tim Steinbach
8a18c9f261
docker: 19.03.1 -> 19.03.2
2019-09-09 09:11:41 -04:00
Tim Steinbach
69796183b3
docker: 18.09.8 -> 18.09.9
2019-09-09 08:59:03 -04:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Tim Steinbach
6dfd13ab34
docker: 18.09.8 -> 19.03.1
...
Keep docker_18_09 around as it is still supported.
2019-07-26 12:43:36 -04:00
Tim Steinbach
86f424585f
docker: 18.09.7 -> 18.09.8
2019-07-26 12:43:36 -04:00
Tim Steinbach
3bdaf58710
docker: 18.09.6 -> 18.09.7
2019-07-03 20:15:32 -04:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Tim Steinbach
d35692126f
docker: 18.09.5 -> 18.09.6
2019-05-22 09:15:36 -04:00
Neil Mayhew
48415a20b9
docker: 18.09.2 -> 18.09.5
2019-04-27 17:48:50 -04:00
Neil Mayhew
f100ec7939
docker: make overridable
2019-04-27 17:48:50 -04:00
Wael M. Nasreddine
eee09b103c
docker: export GOCACHE for all platforms
2019-03-11 09:59:10 -07:00
Wael M. Nasreddine
6ef04cabd4
go_1_12: init at go 1.12
2019-03-02 14:24:17 -08:00
Sarah Brofeldt
09080380ee
docker: 18.09.1 -> 18.09.2
2019-02-12 13:14:31 +00:00
Will Dietz
487a43324e
docker: 18.09.0 -> 18.09.1
...
https://github.com/docker/docker-ce/releases/tag/v18.09.1
2019-01-25 07:37:39 -06:00
Vincent Demeester
17ddcccb56
containerd: migrate to using buildGoPackage
...
… and add man pages, which means `containerd` becomes a multi-output
derivation : `containerd.bin` and `containerd.man`.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-12-20 14:25:24 +01:00
Frederik Rietdijk
1d3bff25db
Merge staging-next into staging
2018-11-11 14:28:08 +01:00
Tim Steinbach
68c3e5f38b
docker: Fix binary names
2018-11-10 19:26:12 -05:00
Tim Steinbach
ff2b0316b4
docker: 18.06.1 -> 18.09
2018-11-08 08:40:33 -05:00
Patrick Hilhorst
9ec40cc3bf
treewide: Fix overrides having wrong versions
2018-11-06 00:06:21 +01:00
Daiderd Jordan
33f818198b
docker-proxy: mark linux only
...
Unlike docker (cli only) this probably won't work on darwin.
github.com/docker/libnetwork/networkdb
can't load package: package github.com/docker/libnetwork/ns: build constraints exclude all Go files in /private/tmp/nix-build-docker-proxy-7b2b1feb1de4817d522cc372af149ff48d25028e.drv-0/go/src/github.com/docker/libnetwork/ns
/cc ZHF #45961
2018-09-20 22:22:53 +02:00
Tim Steinbach
54ba2c9afc
docker: 18.06.0 -> 18.06.1
2018-08-22 16:08:54 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Tim Steinbach
e953d314a8
docker: 18.03 -> 18.06
2018-07-19 08:34:13 -04: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
Sarah Brofeldt
c80e0fbb08
docker: Ensure references to go are removed from docker-containerd ( #41849 )
2018-06-11 19:45:34 +02:00
Tim Steinbach
46440d3426
docker-edge: 18.04.0-ce -> 18.05.0-ce
2018-05-11 09:19:41 -04:00
Tim Steinbach
e0ad325cd4
docker: 18.03.0 -> 18.03.1
2018-04-26 08:02:21 -04:00
Matthew Bauer
52893d5276
treewide: move "extensions" drvs to dir
...
This cleans up the tree for pkgs/applications somewhat. Should not
change any hashes.
2018-04-17 13:50:49 -05:00
Tim Steinbach
d76725f3a5
docker-edge: 18.03 -> 18.04
2018-04-10 18:28:35 -04:00
Tim Steinbach
b072dcffae
docker: 18.02 -> 18.03
2018-03-23 17:37:30 -04:00
Tim Steinbach
3b9cf7aadc
docker: 17.12.0 -> 17.12.1
2018-02-28 12:48:17 -05:00
Tim Steinbach
4ffe462b10
docker-edge: 18.01.0 -> 18.02.0
2018-02-09 10:25:58 -05:00
Tim Steinbach
078fc69425
Merge pull request #33746 from NeQuissimus/docker_18_01
...
docker-edge: 17.12.0 -> 18.01.0
2018-01-30 14:06:19 +00:00
Tim Steinbach
3d2948e009
docker: Fix build after containerd update
2018-01-19 11:26:59 -05:00
Tim Steinbach
438452f07a
docker-edge: 17.12.0 -> 18.01.0
2018-01-11 09:15:47 -05:00
Tim Steinbach
b084b36010
docker: 17.{09,11} -> 17.12
2018-01-02 09:11:33 -05:00
Tim Steinbach
0781951e75
docker: 17.09.0 -> 17.09.1
2017-12-10 14:16:27 -05:00
Tim Steinbach
3901f08f10
docker-edge: 17.10 -> 17.11
2017-11-21 09:23:48 -05:00
Periklis Tsirakidis
1434c5ed9c
fixup! docker-cli: enable darwin support
2017-11-20 20:30:46 +01:00
Periklis Tsirakidis
4a2bd8ed14
fixup! docker-cli: enable darwin support
2017-11-20 20:16:08 +01:00
Periklis Tsirakidis
0f0ffa70a0
docker-cli: enable darwin support
2017-11-20 20:07:00 +01:00
Tim Steinbach
de3d191b91
docker: add 17.10.0-ce
2017-10-18 08:25:25 -04:00
Orivej Desh
fda26c8476
Merge branch 'master' into staging
...
* master: (271 commits)
pysmbc: clarify license
pysmbc: fix license
bazel: 0.5.4 -> 0.6.0 (#29990 )
googler: init at 3.3
go: declare support for aarch64
firefox-beta-bin: 56.0b5 -> 57.0b4
spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
gogs: 0.11.19 -> 0.11.29
grafana: 4.5.1 -> 4.5.2
mopidy-iris: 3.4.1 -> 3.4.9
nextcloud: 12.0.2 -> 12.0.3
haskell-json-autotype: jailbreak to fix build within LTS 9.x
kore: fix up
kore: init at 2.0.0
glusterfs service: fix issues with useRpcbind
tig: 2.2.2 -> 2.3.0
haskell-hspec-core: enable test suite again
hackage-packages.nix: automatic Haskell package set update
librsvg: fix thumbnailer path
awscli: 1.11.108 -> 1.11.162
...
2017-10-02 00:22:12 +00:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Orivej Desh
f1ffca9ac6
docker: fix docker_17_06 build
...
Broken by #29843
2017-09-28 11:59:53 +02:00
Tim Steinbach
825e417457
docker: add 17.09.0-ce
2017-09-27 08:18:40 -04:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00
Tim Steinbach
8bd1a220d9
docker: 17.06.1-ce -> 17.06.2-ce
2017-09-05 19:57:29 -04:00
Heitham Omar
6dcc77bdb8
docker: add libseccomp to build
2017-08-30 20:28:43 +02:00
Tim Steinbach
693d2403f1
docker-edge: 17.06 -> 17.07
2017-08-30 13:04:45 +02:00
Tim Steinbach
5b1134cb79
docker: 17.06.0-ce -> 17.06.1-ce
2017-08-18 16:39:43 -04:00
Frederik Rietdijk
13bbaee21d
Merge pull request #27881 from mimadrid/fix/http-https
...
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Benno Fünfstück
268374cafe
docker: update runc commit
...
This updates to the new runc as was also done upstream:
f3ef17e47d
In particular, it fixes an issue where output of interactive docker containers
would not reset correctly to the beginning of a line.
2017-08-04 23:04:08 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
Vincent Demeester
19325558f1
Fix docker packaging without sandbox
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-07-21 10:00:47 +02:00
Vincent Demeester
ec570448a0
docker-ce: 17.03.02-ce -> 17.06.0-ce
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-07-10 09:58:32 +02:00
Tim Steinbach
add90948bc
docker: 17.03.1-ce -> 17.03.2-ce
2017-06-28 12:49:59 -04:00
Jörg Thalheim
618f9aa52c
docker-proxy: remove go references
...
related to #25861
2017-05-17 22:14:34 +01:00
Vincent Demeester
398f6ed7d3
docker-edge: 17.04 to 17.05
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-05-09 10:11:05 +02:00
Tim Steinbach
1e589239b3
docker-edge: init at 17.04
2017-04-05 20:49:26 -04:00
Tim Steinbach
aefb9671bf
docker: 17.03.0 -> 17.03.1
2017-04-04 13:43:57 -04:00
Tim Steinbach
aed4918795
docker: 1.13.1 -> 17.03.0-ce
2017-03-14 08:02:35 -04:00
Joachim Fasting
c4fe196087
docker: use removeReferencesTo
2017-03-11 15:17:34 +01:00
Vincent Demeester
a50b4d0e03
docker: 1.13.0 -> 1.13.1
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-02-13 16:42:39 +01:00
Vincent Demeester
d79fa8850a
Fixing the wrong Git Commit hash in docker version
...
`DOCKER_GITCOMMIT` needs to match the tagged commit used to build the
binary. The current commit refers to 1.12.1 and wasn't update each
time we updated the package. Using a variable near the version and
adding a comment so we don't forget to update next time.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-01-23 10:32:17 +01:00
Vincent Demeester
74d4d3e4f9
docker: 1.12.6 -> 1.13.0
...
- Update docker version to 1.13.0.
- Introduce now docker-proxy package (from libnetmork).
- Use overrideDerivation to set the correct version for docker.
- Update tini to make sure we can build it static.
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-01-18 21:33:37 +01:00
Franz Pletz
cb07316773
docker: 1.12.5 -> 1.12.6
...
Fixes CVE-2016-9962.
2017-01-11 10:59:24 +01:00
Tim Steinbach
a5a98290b7
docker: 1.12.3 -> 1.12.5
2016-12-16 08:57:08 -05:00
Tim Steinbach
282532e702
docker: 1.12.2 -> 1.12.3
2016-10-27 12:46:04 -04:00
Tim Steinbach
1a23e336a5
docker: 1.12.1 -> 1.12.2
2016-10-14 22:47:18 -04:00
Jaka Hudoklin
0a518618a2
docker: 1.10.3 -> 1.12.1
2016-09-13 12:50:58 +02:00
Tuomas Tynkkynen
282277dbc8
treewide: Use more makeBinPath
2016-08-23 01:18:10 +03:00
Tuomas Tynkkynen
74a3a2cd7e
treewide: Use makeBinPath
2016-08-23 01:18:10 +03:00
Leon Isenberg
ccbb3fa541
docker: Expose completions for fish
2016-06-20 23:41:32 +02:00
obadz
f0de1c75b5
docker: fix build with systemd 230
2016-05-27 15:42:15 +01:00
Nathan Zadoks
99177c7377
docker: remove enableLxc parameter
...
LXC support was removed in Docker 1.4 (November 2015), and isn't coming
back.
2016-05-24 11:08:20 -04:00