Browse Source

Upgrade to Mender 2.3.0 and mender-artifact 3.4.0.

Changelog: Title

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
2.1.x^2
Kristian Amlie 4 years ago
parent
commit
4612660168
No known key found for this signature in database GPG Key ID: F464407C996AF03F
  1. 4
      .gitlab-ci.yml
  2. 2
      Dockerfile
  3. 2
      configs/mender_convert_config

4
.gitlab-ci.yml

@ -5,8 +5,8 @@ variables:
S3_BUCKET_NAME: mender-convert-images
# These variables are present elsewhere in the repository too. Make sure to
# search for and change them too.
MENDER_ARTIFACT_VERSION: 3.4.0b1
MENDER_CLIENT_VERSION: 2.3.0b1
MENDER_ARTIFACT_VERSION: 3.4.0
MENDER_CLIENT_VERSION: 2.3.0
# Make sure to update the link in mender-docs to the new one when changing
# this.
RASPBIAN_URL: http://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2020-05-28/2020-05-27-raspios-buster-lite-armhf.zip

2
Dockerfile

@ -11,7 +11,7 @@ RUN cd /root/pxz && make
FROM ubuntu:20.04
ARG MENDER_ARTIFACT_VERSION=3.4.0b1
ARG MENDER_ARTIFACT_VERSION=3.4.0
RUN apt-get update && env DEBIAN_FRONTEND=noninteractive apt-get install -y \
# For 'ar' command to unpack .deb

2
configs/mender_convert_config

@ -98,7 +98,7 @@ MENDER_PARTITION_ALIGNMENT="8388608"
# Mender client version
#
# This is used to fetch the correct binaries
MENDER_CLIENT_VERSION="2.3.0b1"
MENDER_CLIENT_VERSION="2.3.0"
# File storage, containing binary files, do not modify this unless you know
# what you are doing.

Loading…
Cancel
Save