Skip to content

Rebase to Trixie #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ghcr.io/linuxserver/baseimage-selkies:debianbookworm
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-selkies:debiantrixie

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -34,7 +36,8 @@ RUN \
echo "**** application tweaks ****" && \
mv \
/usr/bin/webcord \
/usr/bin/webcord-real && \
/usr/bin/webcord-real && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \
Expand Down
7 changes: 5 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-debianbookworm
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-debiantrixie

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -34,7 +36,8 @@ RUN \
echo "**** application tweaks ****" && \
mv \
/usr/bin/webcord \
/usr/bin/webcord-real && \
/usr/bin/webcord-real && \
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pipeline {
DOCKERHUB_IMAGE = 'linuxserver/webcord'
DEV_DOCKERHUB_IMAGE = 'lsiodev/webcord'
PR_DOCKERHUB_IMAGE = 'lspipepr/webcord'
DIST_IMAGE = 'ubuntu'
DIST_IMAGE = 'debian'
MULTIARCH = 'true'
CI = 'true'
CI_WEB = 'true'
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
* **10.08.25:** - Rebase to Debian Trixie.
* **12.07.25:** - Switch to Selkies base image, HTTPS IS NOW REQUIRED.
* **03.04.25:** - Update chromium launch options to improve performance.
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
* **06.01.24:** - Rebase to Debian Bookworm.
Expand Down
3 changes: 1 addition & 2 deletions jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ external_type: github_stable
release_type: stable
release_tag: latest
ls_branch: master
build_armhf: false
repo_vars:
- EXT_GIT_BRANCH = 'master'
- EXT_USER = 'SpacingBat3'
Expand All @@ -18,7 +17,7 @@ repo_vars:
- DOCKERHUB_IMAGE = 'linuxserver/webcord'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/webcord'
- PR_DOCKERHUB_IMAGE = 'lspipepr/webcord'
- DIST_IMAGE = 'ubuntu'
- DIST_IMAGE = 'debian'
- MULTIARCH = 'true'
- CI = 'true'
- CI_WEB = 'true'
Expand Down
3 changes: 2 additions & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ init_diagram: |
"webcord:latest" <- Base Images
# changelog
changelogs:
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
- {date: "10.08.25:", desc: "Rebase to Debian Trixie."}
- {date: "12.07.25:", desc: "Switch to Selkies base image, HTTPS IS NOW REQUIRED."}
- {date: "03.04.25:", desc: "Update chromium launch options to improve performance."}
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}
- {date: "06.01.24:", desc: "Rebase to Debian Bookworm."}
Expand Down