summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/openshift
AgeCommit message (Collapse)Author
2020-11-24utillinux: rename to util-linuxGraham Christensen
2020-04-29Merge branch 'staging-next' into stagingJan Tojnar
2020-04-28treewide get rid of go 1.12 (#83253)Colin
* treewide Drop unneeded go 1.12 overrides * Fix packr to be go module compatible. I updated to version 2.8.0 which is the latest on master. Then due to the 2 different sets of go modules which are used, I split the build into two different derivations, then merged them togethor using symlinkJoin to have the same output structure as the existing derivation. * Remove consul dependency on go1.12 I updated the consul version to 1.7.2 and flipped it to building using modules. * Remove go1.12 from perkeep. Update the version to the latest unstable on master. * Update scaleway-cli to not be pinned to go1.12 Switched the version to 1.20 * Update prometheus-varnish-exporter to not depend on go1.12 * Update lnd to build with go1.12 Updated the version Forced only building subpackages with main to prevent panics over multiple modules in one repo * Remove go1.12 from openshift Had to update the version to 4.1.0 and do a bit of munging to get this to work * Remove go1.12 completely. These are no longer needed. * Update bazel-watcher and make it build with go 1.14
2020-04-28treewide: use $out instead of $bin with buildGoPackagezowoq
2020-04-27openshift: use installShellFileszowoq
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-03-18openshift: fix build with strict depsJörg Thalheim
2019-09-26tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting
Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-19openshift: remove obsolete commentRobert Helgesson
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy
on darwin too (too restrictive platforms)
2018-12-20openshift: migrate to using buildGoPackageVincent Demeester
This means `openshift` becomes a multi-output derivation : `openshift.bin` and `openshift` Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-12openshift: use go instead of go_1_10Vincent Demeester
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-11-12openshift: 3.10 -> 3.11Vincent Demeester
Using go 1.10 instead of 1.9 Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-08-05openshift: 3.9.0 -> 3.10.0 (#44484)Jens Binkert
2018-07-21pkgs/*: remove unreferenced function argumentsvolth
2018-05-31openshift: fix mkdir command (#41274)Jens Binkert
2018-05-19openshift: simplify shell completion installationJörg Thalheim
2018-05-19openshift: add {bash,zsh}-completionJens Binkert
2018-04-02Fix openshift oc cluster up mountJens Binkert
2018-03-31openshift: 3.6.0 -> 3.9.0Jens Binkert
2017-09-10mount is in utillinuxMaarten Hoogendoorn
2017-08-18Fix `oc cluster up`Maarten Hoogendoorn
The command `oc cluster up` mainly runs code though Docker containers. However, in pkg/bootstrap/docker/host/host.go, nsenter is used to run some commands on the host. For this to work on NixOS, we need to provide the absolute path to the required programs.
2017-08-17openshift: 1.5.0 -> 3.6.0Maarten Hoogendoorn
- Updated from 1.5.0 to 3.6.0 (this is just the next version, but Red Hat did quite the version bump there) - Added 'v' to the version; it is used by `oc cluster up` to determine which image should be downloaded. - Added myself as a maintainer.
2017-05-04openshift: copy symlinks into $bin/binPascal Bach
2017-05-01openshift: use buildGoPackageJörg Thalheim
2017-04-30openshift: 1.3.2 -> 1.5.0Pascal Bach
2016-12-16openshift: 1.3.1 -> 1.3.2Pascal Bach
2016-11-10openshift: 1.3.0 -> 1.3.1Pascal Bach
2016-09-27treewide: remove executable flags from .nix filesFranz Pletz
2016-09-25openshift: 1.0.1 -> 1.3.0 (#18937)Pascal Bach
2016-06-03Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen
2015-09-01Mark some packages with undownloadable source as brokenEelco Dolstra
2015-07-08openshift: init at 1.0.1Jaka Hudoklin