Skip to Content.
Sympa Menu

grouper-study - Re: new "generic" containers

Subject: grouper-study

List archive

Re: new "generic" containers


Chronological Thread 
  • From: Christopher Hubing <>
  • To: Liam Hoekenga <>
  • Cc:
  • Subject: Re: new "generic" containers
  • Date: Tue, 13 Feb 2018 16:53:58 +0000 (UTC)
  • Authentication-results: umich.edu; dkim=none (message not signed) header.d=none;umich.edu; dmarc=none action=none header.from=internet2.edu;
  • Ironport-phdr: 9a23:x4d+GBS+nGgqyjzlGWUsodx8qNpsv+yvbD5Q0YIujvd0So/mwa6zZRGN2/xhgRfzUJnB7Loc0qyK6/mmATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfa5+IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4rx1QxH0ligIKz858HnWisNuiqJbvAmhrAF7z4LNfY2ZKOZycqbbcNgHR2ROQ9xRWjRPDI28cYUBEugOM+VWr4bzqFQBsRq+CBKpBO/z0DJJhmP60Lc+3uknDArI3BYgH9ULsHnMstj1NL0SUeGuzKnUyjXDd/NW1inn6IPVcB4hvOqDXbN2ccre1EIiEB/KjlWNqYP+PjOV0OsNvnOa7+pmSeKglXQnqwdvrTiz2MsgkJfGiZ8Iyl3d8yhy3Yg7Jdq9SEFhYN6kFoNdtyCcN4tqXMwiWWdotzgmyrEYo5K0YjUFyIkhyhXCaPKHa5CF7gz+WOuQOzt1imxpdKiiixux7ESs0PDwW8u33VpSridIncPAum0P2hHT8MSLV/lw8l2u1DuB0Q3Y9/tKLloulaXBLp4s2r4wmYQXsUTEBiL4gFn7gqiKekk54+Sl9ubobqv/qp+bLIB7lBvyMqMzmsyjGus4NRUOX26G9uimzL3j50r5QKlUgfIqjqnZsZfaJcIBqq6+Hg9VzoIj6xG4DzelytgXgX4HLFdddBKGiYjmJU3OLejmAfuiglmgijlmy+7cMrH8AZjBM2LPnKrjcLt+80JczRA8zdFb55JaELEBJ/fzV1ftu9zYEx82KA20w+DoCNhm14MeX36PDbGDMKPUr1CI+vwjL/OSa4AIpTbxM+Il6OL2jX8lhV8derGk3ZQNaHC/A/RmO1uWYWD1jtcaDWcKoxcxTezxhV2GUD5TfGqyX7ki6j0hCYKmC5vDSZ63gLyHwii7AoNaanpYBV+RDHe7P7mDDtMNYSfaAshskTECWrHpH4sg3BS0nBL/yrFnaOfY53tLm4jk0Y1e5/fSjg017Tx5FYy9zmuMSW48ymgIWjU32q9XoEphx02F3LQixfFUCIoAtLtyTg4mOMuEnKRBANfoV1eEJ4/RRQ==
  • Spamdiagnosticoutput: 1:0


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