search for: dependencylist

Displaying 3 results from an estimated 3 matches for "dependencylist".

2019 Jul 05
6
Container setup - selftests not running?
...s://docs.docker.com/develop/develop-images/multistage-build/ # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact # https://wiki.samba.org/index.php/Build_Samba_from_Source # obviously you can only switch to distros also using apt :( ARG distro=ubuntu:18.04 ARG dependencylist=ubuntu1804 ARG version=4.10.5 FROM ${distro} as samba-dev ARG dependencylist ARG version RUN apt-get update && apt-get install -y wget # TODO: can we reference the release branch of the version above? RUN wget -O deps "https://git.samba.org/?p=samba.git;a=blob_plain;f=bootstrap/generat...
2019 Jul 05
0
Container setup - selftests not running?
...op-images/multistage-build/ > # https://docs.docker.com/engine/reference/builder/#understand-how-arg-and-from-interact > > # https://wiki.samba.org/index.php/Build_Samba_from_Source > # obviously you can only switch to distros also using apt :( > > ARG distro=ubuntu:18.04 > ARG dependencylist=ubuntu1804 > ARG version=4.10.5 > FROM ${distro} as samba-dev > ARG dependencylist > ARG version > RUN apt-get update && apt-get install -y wget > # TODO: can we reference the release branch of the version above? > RUN wget -O deps "https://git.samba.org/?p=samba.g...
2007 Sep 19
49
plugin dependencies
Hello all, The topic of plugin dependencies has come up before and it doesn''t seem to have been addressed by core or core doesn''t seem to think it''s an issue. I''ve looked at the current edge code and don''t see anything new, so if I''ve missed something *please* let me know. The following article makes mention of a require_plugin