Skip to content
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

Lab 2. 2-6-3 업스트림에서 raspbian stretch 패키지들이 모두 내려간 이슈 #61

Open
minjunj opened this issue Mar 19, 2024 · 2 comments

Comments

@minjunj
Copy link
Collaborator

minjunj commented Mar 19, 2024

FROM balenalib/rpi-raspbian:stretch
LABEL "maintainer"="Seungryong Kim <[email protected]>"

#Update & Install wget, vim
RUN sudo apt update
RUN sudo apt install -y wget vim iputils-ping net-tools iproute2 dnsutils openjdk-8-jdk

#Timezone
RUN sudo cp /usr/share/zoneinfo/Asia/Seoul /etc/localtime

#Install Flume
RUN sudo wget --no-check-certificate http://archive.apache.org/dist/flume/1.6.0/apache-flume-1.6.0-bin.tar.gz -O - | tar -zxv
RUN mv apache-flume-1.6.0-bin /flume
ADD plugins.d /flume/plugins.d
ADD flume-conf.properties /flume/conf/

#Working directory
WORKDIR /flume

raspbian 업스트림에서 stretch 지원이 종료되어 패키지 discovery가 불가능
FROM image를 balenalib/rpi-raspbian:buster으로 셋팅하여 mitigate 가능

@minjunj
Copy link
Collaborator Author

minjunj commented Mar 19, 2024

https://www.raspbian.org/RaspbianMirrors
에서 찾아봤을 때 모두 없다면 LTS도 extended도 끝나서 upstream에서 내려가면 다른 것으로 변경해줄 필요가 있습니다.
내후년에 다량 발생할 것 같습니다.

없음의 예제
https://ftp.jaist.ac.jp/raspbian/dists/stretch/

@minjunj
Copy link
Collaborator Author

minjunj commented Mar 19, 2024

반영하였습니다.
혹시 모르니 이 이슈는 열어놓아서 계속 노출시키면 좋을 것 같습니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant