update that this is a debian based image for package info

This commit is contained in:
thelamer
2023-12-29 22:28:16 -08:00
parent d283bec006
commit 8b9f00a8ac
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -23,7 +23,7 @@ pipeline {
DOCKERHUB_IMAGE = 'linuxserver/chromium' DOCKERHUB_IMAGE = 'linuxserver/chromium'
DEV_DOCKERHUB_IMAGE = 'lsiodev/chromium' DEV_DOCKERHUB_IMAGE = 'lsiodev/chromium'
PR_DOCKERHUB_IMAGE = 'lspipepr/chromium' PR_DOCKERHUB_IMAGE = 'lspipepr/chromium'
DIST_IMAGE = 'alpine' DIST_IMAGE = 'ubuntu'
MULTIARCH = 'true' MULTIARCH = 'true'
CI = 'true' CI = 'true'
CI_WEB = 'true' CI_WEB = 'true'

View File

@@ -15,7 +15,7 @@ repo_vars:
- DOCKERHUB_IMAGE = 'linuxserver/chromium' - DOCKERHUB_IMAGE = 'linuxserver/chromium'
- DEV_DOCKERHUB_IMAGE = 'lsiodev/chromium' - DEV_DOCKERHUB_IMAGE = 'lsiodev/chromium'
- PR_DOCKERHUB_IMAGE = 'lspipepr/chromium' - PR_DOCKERHUB_IMAGE = 'lspipepr/chromium'
- DIST_IMAGE = 'alpine' - DIST_IMAGE = 'ubuntu'
- MULTIARCH = 'true' - MULTIARCH = 'true'
- CI = 'true' - CI = 'true'
- CI_WEB = 'true' - CI_WEB = 'true'