mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
Merge pull request #158 from linuxserver/fedora-kde-40
This commit is contained in:
commit
094077285e
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:fedora-39
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:fedora-40
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -19,7 +19,6 @@ RUN \
|
||||
kde-wallpapers \
|
||||
kdialog \
|
||||
kfind \
|
||||
khotkeys \
|
||||
kmenuedit \
|
||||
konsole5 \
|
||||
kwrite \
|
||||
@ -41,6 +40,7 @@ RUN \
|
||||
/etc/xdg/autostart/gmenudbusmenuproxy.desktop \
|
||||
/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop \
|
||||
/etc/xdg/autostart/powerdevil.desktop && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
echo "**** cleanup ****" && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all && \
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-fedora-39
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-fedora-40
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
@ -19,7 +19,6 @@ RUN \
|
||||
kde-wallpapers \
|
||||
kdialog \
|
||||
kfind \
|
||||
khotkeys \
|
||||
kmenuedit \
|
||||
konsole5 \
|
||||
kwrite \
|
||||
@ -41,6 +40,7 @@ RUN \
|
||||
/etc/xdg/autostart/gmenudbusmenuproxy.desktop \
|
||||
/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop \
|
||||
/etc/xdg/autostart/powerdevil.desktop && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
echo "**** cleanup ****" && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all && \
|
||||
|
||||
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -31,8 +31,8 @@ pipeline {
|
||||
CI_PORT = '3000'
|
||||
CI_SSL = 'false'
|
||||
CI_DELAY = '30'
|
||||
CI_DOCKERENV = 'TZ=US/Pacific'
|
||||
CI_AUTH = 'user:password'
|
||||
CI_DOCKERENV = ''
|
||||
CI_AUTH = ''
|
||||
CI_WEBPATH = ''
|
||||
}
|
||||
stages {
|
||||
|
||||
@ -6,7 +6,6 @@ external_type: os
|
||||
release_type: prerelease
|
||||
release_tag: fedora-kde
|
||||
ls_branch: fedora-kde
|
||||
build_armhf: false
|
||||
repo_vars:
|
||||
- BUILD_VERSION_ARG = 'OS_VERSION'
|
||||
- LS_USER = 'linuxserver'
|
||||
@ -22,6 +21,6 @@ repo_vars:
|
||||
- CI_PORT = '3000'
|
||||
- CI_SSL = 'false'
|
||||
- CI_DELAY = '30'
|
||||
- CI_DOCKERENV = 'TZ=US/Pacific'
|
||||
- CI_AUTH = 'user:password'
|
||||
- CI_DOCKERENV = ''
|
||||
- CI_AUTH = ''
|
||||
- CI_WEBPATH = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user