Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/grouper_training
base: 202109
Choose a base ref
...
head repository: docker/grouper_training
compare: gsh_doesnt_break
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 10, 2018

  1. doesn't fail.

    John Gasper committed Dec 10, 2018
    Copy the full SHA
    7422bf6 View commit details
Showing with 3 additions and 1 deletion.
  1. +1 −1 base/Dockerfile
  2. +2 −0 base/container_files/seed-data/bootstrap.gsh
2 changes: 1 addition & 1 deletion base/Dockerfile
@@ -1,6 +1,6 @@
FROM unicon/shibboleth-idp:3.3.3 as idp

FROM tier/grouper:2.4.0-a2-u0-w0-p0-test
FROM tier/grouper:2.4.0-a11-u5-w0-p0-181201-test

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
2 changes: 2 additions & 0 deletions base/container_files/seed-data/bootstrap.gsh
@@ -1,3 +1,5 @@
gs = GrouperSession.startRootSession()

addMember("etc:sysadmingroup","banderson");

Pizza;