Browse Source

Update mender-artifact to 3.5.x.

Changelog: Title

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

2
.gitlab-ci.yml

@ -4,7 +4,7 @@ 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: master
MENDER_ARTIFACT_VERSION: 3.5.x
MENDER_CLIENT_VERSION: latest
MENDER_ADDON_CONNECT_VERSION: latest
MENDER_ADDON_CONFIGURE_VERSION: master

2
Dockerfile

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

Loading…
Cancel
Save