Sign inSign up
satosa logo

satosa:8-alpine

Multi-platform
Also known as:
8-alpine3.22
8.5-alpine
8.5-alpine3.22
8.5.1-alpine
8.5.1-alpine3.22
alpine
alpine3.22
API management
Index digest

sha256:635c3bd8a7b1e62eb8f505c7640cf1bdf930cfac6ab7926573baed9958354ba7

OS/ARCH

Compressed size

47.21 MB

Last pushed

5 months by doijanky

Type

Image

Vulnerabilities

3
35
34
12
7

Manifest digest

sha256:ad74b8922ba82d4cc6b9d562384bc8e5cc6d53864ea2bc66078696d7397cdafb

Layers (20)

python:47ce5ee87231cd192d30c012139c7af5610e4473c895541e42745cf50716977b
3
21
12
3
3
satosa:8-alpine
3
29
27
11
4

10

RUN /bin/sh -c set -eux; addgroup --gid 1000 satosa; adduser -D -G satosa --uid 1000 satosa; apk add --no-cache bash jq libxml2-utils openssl xmlsec ; pip install --no-cache-dir yq ; # buildkit

6.72 MB


11

ENV SATOSA_VERSION=8.5.1

0 B


12

RUN /bin/sh -c set -eux; apk add --no-cache --virtual .build-deps bluez-dev bzip2-dev cargo coreutils dpkg dpkg-dev expat-dev findutils gcc gdbm-dev libc-dev libffi-dev libnsl-dev libtirpc-dev linux-headers make musl-dev ncurses-dev openssl-dev pax-utils pkgconfig python3-dev readline-dev sqlite-dev tcl-dev tk tk-dev util-linux-dev xz-dev zlib-dev ; pip install --no-cache-dir satosa[idpy_oidc_backend,ldap,pyop_mongo,pyop_redis]==${SATOSA_VERSION} ; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec scanelf --needed --nobanner --format '%n#p' '{}' ';' | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' | fgrep -v libgcc_s- | fgrep -v libc.so | xargs -rt apk add --no-network --virtual .satosa-rundeps ; apk del --no-network .build-deps; mkdir /etc/satosa; chown -R satosa:satosa /etc/satosa # buildkit

25.68 MB


13

RUN /bin/sh -c set -eux; python -c 'import urllib.request; urllib.request.urlretrieve("https://github.com/IdentityPython/SATOSA/archive/refs/tags/v'${SATOSA_VERSION%%[a-z]*}'.tar.gz","/tmp/satosa.tgz")'; mkdir /usr/share/satosa; tar --extract --directory /usr/share/satosa --strip-components=1 --file /tmp/satosa.tgz SATOSA-${SATOSA_VERSION%%[a-z]*}/example/; rm /tmp/satosa.tgz # buildkit

10.44 KB


14

WORKDIR /etc/satosa

32 B


15

COPY docker-entrypoint.sh /usr/local/bin/ # buildkit

2.08 KB


16

ENTRYPOINT ["docker-entrypoint.sh"]

0 B


17

EXPOSE map[8080/tcp:{}]

0 B


18

USER satosa:satosa

0 B


19

CMD ["gunicorn" "-b0.0.0.0:8080" "satosa.wsgi:app"]

0 B