Merge pull request #158 from linuxserver/fedora-kde-40

This commit is contained in:
Roxedus 2024-05-27 21:28:38 +02:00 committed by GitHub
commit 094077285e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 9 deletions

View File

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

View File

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

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

View File

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