DarFig / sshbaseimage

Base container image. With ldap authentication and ssh access.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sshbaseimage

Base container image. With ldap authentication and ssh access.

FROM ubuntu:20.04

ENV VAR

  • LDAP_URI="ldap://"
  • LDAP_BASE="dc=default,dc=com"
  • LDAP_VERSION="3"
  • PAM_PASSWORD="md5"

PULL

docker pull ghcr.io/darfig/sshbaseimage:latest

About

Base container image. With ldap authentication and ssh access.

License:MIT License


Languages

Language:Dockerfile 68.8%Language:Shell 31.2%