From 8f6beea2dce3057e61e9a69ecae4052bd20f9780 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 11 Apr 2023 10:26:16 -0400 Subject: [PATCH] Add --allow-releaseinfo-change to appease debian --- abra.sh | 2 +- entrypoint.sh.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abra.sh b/abra.sh index 2168259..0049efa 100644 --- a/abra.sh +++ b/abra.sh @@ -1,4 +1,4 @@ -export CUSTOM_ENTRYPOINT_VERSION=v13 +export CUSTOM_ENTRYPOINT_VERSION=v14 export OIDC_CONF_VERSION=v1 export PAM_EXEC_OAUTH2_YAML_VERSION=v1 export PAM_SCRIPT_AUTH_VERSION=v4 diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 219213f..518b85e 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -30,7 +30,7 @@ echo 'auth-openid-base-uri=https://{{ env "DOMAIN" }}' >> /etc/rstudio/rserver.c {{ end }} {{ if eq (env "KEYCLOAK_ENABLED") "1" }} -apt update +apt update --allow-releaseinfo-change apt install -y libpam-script mkdir -p /opt/pam-exec-oauth2/ wget https://github.com/WASHNote/pam-exec-oauth2/releases/download/v0.0.1/pam-exec-oauth2 -O /opt/pam-exec-oauth2/pam-exec-oauth2