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

Commits on Mar 8, 2024

  1. Merge pull request #23 from docker/3.4.1_03082024_rocky8_multiarch

    merge 3.4.1 03082024 rocky8 multiarch
    pcaskey committed Mar 8, 2024
    Copy the full SHA
    8f49c37 View commit details

Commits on Mar 13, 2025

  1. Update Dockerfile

    pcaskey committed Mar 13, 2025
    Copy the full SHA
    ccf0111 View commit details

Commits on Mar 17, 2025

  1. Merge pull request #24 from docker/3.5.0_03132025_rocky9_multiarch

    merge 3.5.0 03132025 rocky9 multiarch
    pcaskey committed Mar 17, 2025
    Copy the full SHA
    0ebaa7b 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/rockylinux:9.4
FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.5

# Define args and set a default value
ARG maintainer=i2incommon
ARG imagename=shibboleth_sp
ARG version=3.5.0-2
ARG TIERVERSION=20241023-Rocky9-MA
ARG version=3.5.0
ARG TIERVERSION=20250313-Rocky9-MA

MAINTAINER $maintainer
LABEL Vendor="Internet2"