2 Commits

Author SHA1 Message Date
3wc
6a3141446f chore: publish 0.2.2+4.1.0 release
All checks were successful
continuous-integration/drone/push Build is passing
2023-04-11 10:26:56 -04:00
3wc
8f6beea2dc Add --allow-releaseinfo-change to appease debian 2023-04-11 10:26:16 -04:00
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -29,7 +29,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "coop-cloud.${STACK_NAME}.version=0.2.1+4.1.0"
- "coop-cloud.${STACK_NAME}.version=0.2.2+4.1.0"
entrypoint: /docker-entrypoint.sh
command: /init

View File

@ -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