Browse Source
Merge pull request #421 from mendersoftware/create-pull-request/patch
Image-Bot: New images available
change-dependabot-prefix
Lluis Campos
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
.gitlab-ci.yml
-
scripts/test/run-tests.sh
|
|
@ -11,8 +11,8 @@ variables: |
|
|
|
MENDER_ADDON_CONFIGURE_VERSION: latest |
|
|
|
|
|
|
|
## Auto-update |
|
|
|
RASPBIAN_URL: "https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-11-08/2021-10-30-raspios-bullseye-armhf-lite.zip" |
|
|
|
RASPBIAN_NAME: 2021-10-30-raspios-bullseye-armhf-lite |
|
|
|
RASPBIAN_URL: "https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2022-01-28/2022-01-28-raspios-bullseye-armhf-lite.zip" |
|
|
|
RASPBIAN_NAME: 2022-01-28-raspios-bullseye-armhf-lite |
|
|
|
|
|
|
|
# Which version of mender-convert to use in published image name. Normally |
|
|
|
# empty, in which case the branch or tag name will be used, but this variable |
|
|
|
|
|
@ -21,7 +21,7 @@ BBB_DEBIAN_SDCARD_IMAGE_URL="https://debian.beagleboard.org/images/bone-debian-1 |
|
|
|
# Not on official home page, but found via https://elinux.org/Beagleboard:BeagleBoneBlack_Debian: |
|
|
|
|
|
|
|
## Auto-update |
|
|
|
BBB_DEBIAN_EMMC_IMAGE_URL="https://rcn-ee.com/rootfs/bb.org/testing/2022-01-01/buster-console/bone-debian-10.11-console-armhf-2022-01-01-1gb.img.xz" |
|
|
|
BBB_DEBIAN_EMMC_IMAGE_URL="https://rcn-ee.com/rootfs/bb.org/testing/2022-01-17/buster-console/bone-debian-10.11-console-armhf-2022-01-17-1gb.img.xz" |
|
|
|
|
|
|
|
## Auto-update |
|
|
|
RASPBIAN_IMAGE_URL="http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2020-02-14/2020-02-13-raspbian-buster-lite.zip" |
|
|
|