Browse Source
Switch to Mender 2.3.0b1 components.
Changelog: Title
Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.0.x
Kristian Amlie
5 years ago
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
3 changed files with
4 additions and
4 deletions
-
.gitlab-ci.yml
-
Dockerfile
-
configs/mender_convert_config
|
|
@ -3,8 +3,8 @@ image: docker:git |
|
|
|
variables: |
|
|
|
DOCKER_REPOSITORY: mendersoftware/mender-convert |
|
|
|
S3_BUCKET_NAME: mender-convert-images |
|
|
|
MENDER_ARTIFACT_VERSION: master |
|
|
|
MENDER_CLIENT_VERSION: master |
|
|
|
MENDER_ARTIFACT_VERSION: 3.3.0b1 |
|
|
|
MENDER_CLIENT_VERSION: 2.2.0b1 |
|
|
|
RASPBIAN_URL: http://downloads.raspberrypi.org/raspbian_lite/images/raspbian_lite-2019-09-30/2019-09-26-raspbian-buster-lite.zip |
|
|
|
RASPBIAN_NAME: 2019-09-26-raspbian-buster-lite |
|
|
|
MENDER_IMAGE_TESTS_REV: master |
|
|
|
|
|
@ -11,7 +11,7 @@ RUN cd /root/pxz && make |
|
|
|
|
|
|
|
FROM ubuntu:19.04 |
|
|
|
|
|
|
|
ARG MENDER_ARTIFACT_VERSION=3.2.1 |
|
|
|
ARG MENDER_ARTIFACT_VERSION=3.3.0b1 |
|
|
|
|
|
|
|
RUN apt-get update && apt-get install -y \ |
|
|
|
# For 'ar' command to unpack .deb |
|
|
|
|
|
@ -93,7 +93,7 @@ MENDER_PARTITION_ALIGNMENT="8388608" |
|
|
|
# Mender client version |
|
|
|
# |
|
|
|
# This is used to fetch the correct binaries |
|
|
|
MENDER_CLIENT_VERSION="master" |
|
|
|
MENDER_CLIENT_VERSION="2.2.0b1" |
|
|
|
|
|
|
|
# File storage, containing binary files, do not modify this unless you know |
|
|
|
# what you are doing. |
|
|
|