remmina (production)
Published 2024-03-18 15:30:59 -04:00 by colin
Installation
docker pull git.nixc.us/nixius/remmina:production
sha256:b852aefd62018b6c2352406a229a99925999b441819c4df4d7561b934526b30d
About this package
[Remmina](https://remmina.org/) is a remote desktop client written in GTK, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large or tiny screens. Remmina supports multiple network protocols, in an integrated and consistent user interface. Currently RDP, VNC, SPICE, NX, XDMCP, SSH and EXEC are supported.
Image Layers
COPY /root-out/ / # buildkit |
ARG BUILD_DATE |
ARG VERSION |
ARG MODS_VERSION=v3 |
ARG PKG_INST_VERSION=v1 |
LABEL build_version=Linuxserver.io version:- 4503a628-ls98 Build-date:- 2024-03-05T23:28:11+00:00 |
LABEL maintainer=TheLamer |
ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
ARG DEBIAN_FRONTEND=noninteractive |
ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
COPY sources.list /etc/apt/ # buildkit |
RUN |5 BUILD_DATE=2024-03-05T23:28:11+00:00 VERSION=4503a628-ls98 MODS_VERSION=v3 PKG_INST_VERSION=v1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y cron curl gnupg jq netcat tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* /var/log/* # buildkit |
COPY root/ / # buildkit |
ENTRYPOINT ["/init"] |
ARG BUILD_DATE |
ARG VERSION |
ARG KASMBINS_RELEASE=1.15.0 |
LABEL build_version=Linuxserver.io version:- a9e2a9a8-ls80 Build-date:- 2024-03-11T23:20:54+00:00 |
LABEL maintainer=thelamer |
LABEL com.kasmweb.image=true |
ENV DISPLAY=:1 PERL5LIB=/usr/local/bin OMP_WAIT_POLICY=PASSIVE GOMP_SPINCOUNT=0 HOME=/config START_DOCKER=true PULSE_RUNTIME_PATH=/defaults NVIDIA_DRIVER_CAPABILITIES=all |
COPY /kclient /kclient # buildkit |
COPY /build-out/ / # buildkit |
RUN |3 BUILD_DATE=2024-03-11T23:20:54+00:00 VERSION=a9e2a9a8-ls80 KASMBINS_RELEASE=1.15.0 /bin/sh -c echo "**** enable locales ****" && sed -i '/locale/d' /etc/dpkg/dpkg.cfg.d/excludes && echo "**** install deps ****" && apt-get update && apt-get install -y gnupg && curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - && echo "deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy stable" > /etc/apt/sources.list.d/docker.list && curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && echo 'deb https://deb.nodesource.com/node_18.x jammy main' > /etc/apt/sources.list.d/nodesource.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates containerd.io cups cups-client cups-pdf docker-ce docker-ce-cli docker-compose-plugin dbus-x11 ffmpeg file fonts-noto-color-emoji fonts-noto-core fuse-overlayfs intel-media-va-driver libdatetime-perl libfontenc1 libfreetype6 libgbm1 libgcrypt20 libgl1-mesa-dri libglu1-mesa libgnutls30 libgomp1 libhash-merge-simple-perl libjpeg-turbo8 liblist-moreutils-perl libp11-kit0 libpam0g libpixman-1-0 libscalar-list-utils-perl libswitch-perl libtasn1-6 libtry-tiny-perl libwebp7 libx11-6 libxau6 libxcb1 libxcursor1 libxdmcp6 libxext6 libxfixes3 libxfont2 libxinerama1 libxshmfence1 libxtst6 libyaml-tiny-perl locales-all mesa-va-drivers nginx nodejs openbox openssh-client openssl pciutils perl procps pulseaudio pulseaudio-utils python3 software-properties-common ssl-cert sudo tar util-linux x11-apps x11-common x11-utils x11-xkb-utils x11-xkb-utils x11-xserver-utils xauth xdg-utils xfonts-base xkb-data xserver-common xserver-xorg-core xserver-xorg-video-amdgpu xserver-xorg-video-ati xserver-xorg-video-intel xserver-xorg-video-nouveau xserver-xorg-video-qxl xterm xutils zlib1g && echo "**** printer config ****" && sed -i -r -e "s:^(Out\s).*:\1/home/kasm-user/PDF:" /etc/cups/cups-pdf.conf && echo "**** filesystem setup ****" && ln -s /usr/local/share/kasmvnc /usr/share/kasmvnc && ln -s /usr/local/etc/kasmvnc /etc/kasmvnc && ln -s /usr/local/lib/kasmvnc /usr/lib/kasmvncserver && echo "**** openbox tweaks ****" && sed -i -e 's/NLIMC/NLMC/g' -e '/debian-menu/d' -e 's|</applications>| <application class="*"><maximized>yes</maximized></application>\n</applications>|' -e 's|</keyboard>| <keybind key="C-S-d"><action name="ToggleDecorations"/></keybind>\n</keyboard>|' /etc/xdg/openbox/rc.xml && echo "**** user perms ****" && sed -e 's/%sudo ALL=(ALL:ALL) ALL/%sudo ALL=(ALL:ALL) NOPASSWD: ALL/g' -i /etc/sudoers && echo "abc:abc" | chpasswd && usermod -s /bin/bash abc && usermod -aG sudo abc && echo "**** kasm support ****" && useradd -u 1000 -U -d /home/kasm-user -s /bin/bash kasm-user && echo "kasm-user:kasm" | chpasswd && usermod -aG sudo kasm-user && mkdir -p /home/kasm-user && chown 1000:1000 /home/kasm-user && mkdir -p /var/run/pulse && chown 1000:root /var/run/pulse && mkdir -p /kasmbins && curl -s https://kasm-ci.s3.amazonaws.com/kasmbins-amd64-${KASMBINS_RELEASE}.tar.gz | tar xzvf - -C /kasmbins/ && chmod +x /kasmbins/* && chown -R 1000:1000 /kasmbins && chown 1000:1000 /usr/share/kasmvnc/www/Downloads && echo "**** dind support ****" && useradd -U dockremap && usermod -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid && curl -o /usr/local/bin/dind -L https://raw.githubusercontent.com/moby/moby/master/hack/dind && chmod +x /usr/local/bin/dind && echo 'hosts: files dns' > /etc/nsswitch.conf && usermod -aG docker abc && echo "**** locales ****" && for LOCALE in $(curl -sL https://raw.githubusercontent.com/thelamer/lang-stash/master/langs); do localedef -i $LOCALE -f UTF-8 $LOCALE.UTF-8; done && echo "**** theme ****" && curl -s https://raw.githubusercontent.com/thelamer/lang-stash/master/theme.tar.gz | tar xzvf - -C /usr/share/themes/Clearlooks/openbox-3/ && echo "**** cleanup ****" && apt-get autoclean && rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/* # buildkit |
COPY /root / # buildkit |
EXPOSE map[3000/tcp:{} 3001/tcp:{}] |
VOLUME [/config] |
ENV LSIO_FIRST_PARTY=true |
ARG BUILD_DATE |
ARG VERSION |
ARG REMMINA_VERSION |
LABEL build_version=Linuxserver.io version:- 1.4.2dfsg-1ubuntu1-ls92 Build-date:- 2024-03-13T14:34:06+00:00 |
LABEL maintainer=thelamer |
ENV TITLE=Remmina |
RUN |3 BUILD_DATE=2024-03-13T14:34:06+00:00 VERSION=1.4.2dfsg-1ubuntu1-ls92 REMMINA_VERSION= /bin/sh -c echo "**** add icon ****" && curl -o /kclient/public/icon.png https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-logo.png && echo "**** install packages ****" && apt-get update && apt-get install -y remmina remmina-plugin-exec remmina-plugin-kiosk remmina-plugin-kwallet remmina-plugin-rdp remmina-plugin-secret remmina-plugin-spice remmina-plugin-vnc remmina-plugin-www remmina-plugin-x2go && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* # buildkit |
COPY /root / # buildkit |
EXPOSE map[3000/tcp:{}] |
VOLUME [/config] |
Labels
Key | Value |
---|---|
build_version | Linuxserver.io version:- 1.4.2dfsg-1ubuntu1-ls92 Build-date:- 2024-03-13T14:34:06+00:00 |
com.docker.compose.project | remmina |
com.docker.compose.service | remmina |
com.docker.compose.version | 2.24.5 |
com.kasmweb.image | true |
maintainer | thelamer |
org.opencontainers.image.authors | linuxserver.io |
org.opencontainers.image.created | 2024-03-13T14:34:06+00:00 |
org.opencontainers.image.description | [Remmina](https://remmina.org/) is a remote desktop client written in GTK, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large or tiny screens. Remmina supports multiple network protocols, in an integrated and consistent user interface. Currently RDP, VNC, SPICE, NX, XDMCP, SSH and EXEC are supported. |
org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-remmina |
org.opencontainers.image.licenses | GPL-3.0-only |
org.opencontainers.image.ref.name | 0276eedbea2303011ef3cace0089a5419680ccfe |
org.opencontainers.image.revision | 0276eedbea2303011ef3cace0089a5419680ccfe |
org.opencontainers.image.source | https://github.com/linuxserver/docker-remmina |
org.opencontainers.image.title | Remmina |
org.opencontainers.image.url | https://github.com/linuxserver/docker-remmina/packages |
org.opencontainers.image.vendor | linuxserver.io |
org.opencontainers.image.version | 1.4.2dfsg-1ubuntu1-ls92 |
Details
2024-03-18 15:30:59 -04:00
Versions (2)
View all
Container
7
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
862 MiB
production
2024-03-18
staging
2024-03-18