Skip to content

Commit

Permalink
Merge pull request #163 from linuxserver/fedora-openbox-40
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored May 27, 2024
2 parents 8b190fa + bcdd71c commit 73d2c32
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,6 +19,7 @@ RUN \
mv \
/usr/bin/chromium-browser \
/usr/bin/chromium-real && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
dnf autoremove -y && \
dnf clean all && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -19,6 +19,7 @@ RUN \
mv \
/usr/bin/chromium-browser \
/usr/bin/chromium-real && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
dnf autoremove -y && \
dnf clean all && \
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 2 additions & 3 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ external_type: os
release_type: prerelease
release_tag: fedora-openbox
ls_branch: fedora-openbox
build_armhf: false
repo_vars:
- BUILD_VERSION_ARG = 'OS_VERSION'
- LS_USER = 'linuxserver'
Expand All @@ -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 = ''

0 comments on commit 73d2c32

Please sign in to comment.