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

raspbian_golang.json buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' #135

Open
5t33 opened this issue Apr 17, 2022 · 2 comments

Comments

@5t33
Copy link

5t33 commented Apr 17, 2022

I get the following error:

==> arm-image: E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
==> arm-image: E: Repository 'http://archive.raspberrypi.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'oldstable'

when I run:

docker build . -t packer-plugin-arm-image-local:04-17-22
docker run \
  --rm \
  --privileged \
  -v /dev:/dev \
  -v ${PWD}:/build:ro \
  -v ${PWD}/packer_cache:/build/packer_cache \
  -v ${PWD}/output-arm-image:/build/output-arm-image \
  -e PACKER_CACHE_DIR=/build/packer_cache \
  packer-plugin-arm-image-local:04-17-22 build samples/raspbian_golang.json
@5t33
Copy link
Author

5t33 commented Apr 20, 2022

To be clear, that image is built from the repo's master branch. I see the same issue from the image pulled from latest.

@tvieregge
Copy link

It looks like something isn't handling the warning message about buster being depreciated

If you change the iso_url to a bullseye image everything works fine

This one worked for me: https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2022-04-07/

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

2 participants