Skip to content

Commit

Permalink
Merge pull request #81 from linuxserver/debianbookworm-repos
Browse files Browse the repository at this point in the history
bookworm: update repos and jenkins-vars
  • Loading branch information
aptalca authored Aug 27, 2024
2 parents 04976e9 + c594728 commit 2d5b39a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,8 @@ RUN \
'/locale/d' \
/etc/dpkg/dpkg.cfg.d/docker && \
echo "**** install deps ****" && \
apt-get update && \
apt-get install -y \
gnupg && \
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
echo "deb [arch=amd64] https://download.docker.com/linux/debian bookworm stable" > \
/etc/apt/sources.list.d/docker.list && \
curl -fsSL https://download.docker.com/linux/debian/gpg | tee /usr/share/keyrings/docker.asc >/dev/null && \
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker.asc] https://download.docker.com/linux/debian bookworm stable" > /etc/apt/sources.list.d/docker.list && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
Expand Down
8 changes: 2 additions & 6 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,8 @@ RUN \
'/locale/d' \
/etc/dpkg/dpkg.cfg.d/docker && \
echo "**** install deps ****" && \
apt-get update && \
apt-get install -y \
gnupg && \
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
echo "deb [arch=arm64] https://download.docker.com/linux/debian bookworm stable" > \
/etc/apt/sources.list.d/docker.list && \
curl -fsSL https://download.docker.com/linux/debian/gpg | tee /usr/share/keyrings/docker.asc >/dev/null && \
echo "deb [arch=arm64 signed-by=/usr/share/keyrings/docker.asc] https://download.docker.com/linux/debian bookworm stable" > /etc/apt/sources.list.d/docker.list && \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
CI_SSL='false'
CI_DELAY='120'
CI_DOCKERENV='TZ=US/Pacific'
CI_AUTH='username:password'
CI_AUTH=''
CI_WEBPATH=''
}
stages {
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ repo_vars:
- CI_SSL='false'
- CI_DELAY='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH='username:password'
- CI_AUTH=''
- CI_WEBPATH=''

0 comments on commit 2d5b39a

Please sign in to comment.