-
Ubuntu 22.04 + Jenkins (2.397+) 설치혼자서 공부하기/DevOps 2023. 4. 22. 23:31728x90반응형SMALL
https://www.jenkins.io/blog/2023/03/27/repository-signing-keys-changing/
Jenkins 2.397 and 2.387.2: New Linux Repository Signing Keys
Update Red Hat compatible operating systems (Red Hat Enterprise Linux, Alma Linux, CentOS, Fedora, Oracle Linux, Rocky Linux, Scientific Linux, etc.) with the command: Red Hat/CentOS LTS release $ sudo rpm --import https://pkg.jenkins.io/redhat-stable/jenk
www.jenkins.io
Jenkins 2.397+ 이후 부터 Key 가 변경됨. (2023/04/05 이후)
기존으로 하게 되면 아래와 같이 확인될것임!
# Debian/ubuntu Reading package lists... Done W: GPG error: https://pkg.jenkins.io/debian-stable binary/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY FCEF32E745F2C3D5 E: The repository 'https://pkg.jenkins.io/debian-stable binary/ Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
설치가이드
시스템에 젠킨스 Repository 추가
$ curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee \ /usr/share/keyrings/jenkins-keyring.asc > /dev/null $ echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \ https://pkg.jenkins.io/debian-stable binary/ | sudo tee \ /etc/apt/sources.list.d/jenkins.list > /dev/null
apt update
apt update
Jenkins Install
sudo apt install jenkins
728x90반응형LIST'혼자서 공부하기 > DevOps' 카테고리의 다른 글
배워서 남주자 시리즈 : Kubernetes 구축 (0) 2023.05.12 배워서남주자시리즈 : Kubernetes (k8s) 구조 (0) 2023.05.11 Ubuntu 22.04 + Jenkins (2.397+) 설치 (0) 2023.05.06 WINDOWS 10 에서 Docker Daemon Error 해결법 (0) 2020.12.23 Docker 정리 (0) 2020.07.23