Skip to Content.
Sympa Menu

grouper-study - Re: new "generic" containers

Subject: grouper-study

List archive

Re: new "generic" containers


Chronological Thread 
  • From: Jack Stewart <>
  • To: Christopher Hubing <>
  • Cc: Liam Hoekenga <>,
  • Subject: Re: new "generic" containers
  • Date: Wed, 14 Feb 2018 19:28:03 -0500
  • Ironport-phdr: 9a23:WKpNIB9xuoAX0v9uRHKM819IXTAuvvDOBiVQ1KB20OscTK2v8tzYMVDF4r011RmVBd6ds6oMotGVmpioYXYH75eFvSJKW713fDhBt/8rmRc9CtWOE0zxIa2iRSU7GMNfSA0tpCnjYgBaF8nkelLdvGC54yIMFRXjLwp1Ifn+FpLPg8it2O2+55Pebx9UiDahfLh/MAi4oQLNu8cMnIBsMLwxyhzHontJf+RZ22ZlLk+Nkhj/+8m94odt/zxftPw9+cFAV776f7kjQrxDEDsmKWE169b1uhTFUACC+2ETUmQSkhpPHgjF8BT3VYr/vyfmquZw3jSRMNboRr4oRzut86ZrSAfpiCgZMT457HrXgdF0gK5CvR6tuwBzz4vSbYqINvRxY7ndcMsGSmVOQ8hfVytPDYGyYYUADOQBM/hWopLhp1sXqBuyGQmsCP/xxjJOm3T43bc60+MkEQze2AIvBc4BsHfJp9voKKcdT+60w7PSzTXfcvhb3jL96IrTchA9v/6NU6l9cdfUyUkuCwzFjk+cppL4MDOIz+kAtXWQ4eRnVeKqkWEnqgdxryCuxscqlonGmJgVylba+iVl3oo5P8O3R1NmYdOiDZBetDmaOpNoTs4jX21luiM3yrMFtJGgYCQHzZsqywLDZ/CadoWH/g7vW/2ULDp9mn5pZq+wiw6s/UWh1uHxVMy50FhWoSVZkdTBs2sC2ALT58WGT/Z98Fmt1SqT2w3W5OFJJUQ5mrTeJpMh2LE9lpsevEHNHiL2hUr7jKqbdks59uim5OnqZKjtqIWGOI9ukA7+N7wjmsyhDuQ8NQgDR22b9v691L3n5EH5QalKguEvnqjWrpzWO9kUqrS2Aw9S1YYj5BK/ACm83NsEmnkHKUpJeBOBj4f3J1HDOO70APajj1mulTpryfPLMab9DpjIIXXPjKvtcat45kFA1AY81tVS6pdKBr0fPf3/Qkrxu8bZDh89PQy02eHnCNBl24MbW2KPGbOZP73csFKT++IvJuiMa5MVuDrnNfcq+uPugWcjmVABZampwYcXaHegE/RpOUWZZmfsgs8fHmcQpwY+V/DqiECfXj9TfHuyW6M85ionCIK9E4vPXIGtgLqd3CilBJ1WYH5JCkySHXvyaYqLRuoMO2quJZpKkiYFTqSmU48sz1mOqQX7zbUveuHU5ycZs53L1d5p6vfVmA1oszF4EpLO/XuKSjRWl2gLDwQq0b92u1A1nlKByrR1nNRFEN1Y57VEXhpsZs2U9PBzF92nAlGJRdyOUlvzB4z+WTw=

I will start working on this next week.

Sent from my iPad

> On Feb 13, 2018, at 11:53 AM, Christopher Hubing
> <>
> wrote:
>
>
> Absolutely,
>
> The branch for the current latest Grouper container code is located at the
> following URL:
> https://github.internet2.edu/docker/grouper_noVM/tree/2.3.0-a91-u40-w11-p16
>
> You can git clone it by issuing:
> git clone https://github.internet2.edu/docker/grouper_noVM.git -b
> 2.3.0-a91-u40-w11-p16
>
> The branch name matches the versions of the various components. In other
> words the grouper.install.properties file in the build specifies:
>
> grouperInstaller.autorun.installPatchesUpToThesePatchLevels =
> grouper_v2_3_0_api_patch_91,grouper_v2_3_0_ui_patch_40,grouper_v2_3_0_ws_patch_11,grouper_v2_3_0_pspng_patch_16
>
> I have been testing it in ECS, so I am not using the Docker Swarm pieces.
>
> Since I know you're using Openshift, you can actually just pull the
> prebuilt container from Dockerhub by specifying the following as the first
> line in your local Dockerfile:
>
> FROM tier/grouper:2.3.0-a91-u40-w11-p16
>
> Then, CMD line in your Dockerfile will instruct the container on what
> function to assume.
>
> So, any one of the following are valid: CMD ["ui"]
> CMD ["ws"]
> CMD ["ui-ws"]
> CMD ["daemon"]
> CMD ["scim"]
> CMD ["gsh"]
>
> Let us know how it goes!
>
> -c
>
> ______________________________________________________________________
> Christopher J. Hubing
> Identity & Access Management Architect
> Internet2/InCommon - Trust and Identity
>
>
>> On Tue, 13 Feb 2018, Liam Hoekenga wrote:
>>
>> Hi Chris -
>> Could we get early access to the new collapse / generic container? (The
>> one that can be the loader, UI, or WS depending on a config flag?)
>> thanks!
>> Liam



Archive powered by MHonArc 2.6.19.

Top of Page