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/shib-sp
base: 0ebaa7b
Choose a base ref
...
head repository: docker/shib-sp
compare: ea2dc99
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 21, 2024

  1. update shib to 3.5.0

    pcaskey committed Oct 21, 2024
    Copy the full SHA
    e02ad75 View commit details

Commits on Mar 14, 2025

  1. Update Dockerfile

    pcaskey committed Mar 14, 2025
    Copy the full SHA
    12446af View commit details
  2. Update Dockerfile

    pcaskey committed Mar 14, 2025
    Copy the full SHA
    ea2dc99 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 Dockerfile
6 changes: 3 additions & 3 deletions Dockerfile
@@ -1,10 +1,10 @@
FROM --platform=$TARGETPLATFORM rockylinux:8.9
FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:8.10

# Define args and set a default value
ARG maintainer=tier
ARG imagename=shibboleth_sp
ARG version=3.4.1
ARG TIERVERSION=20240308-Rocky8-MA
ARG version=3.5.0
ARG TIERVERSION=20250313-Rocky8-MA

MAINTAINER $maintainer
LABEL Vendor="Internet2"