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
No known key found for this signature in database
GPG Key ID: F464407C996AF03F
2 changed files with
2 additions and
2 deletions
-
.gitlab-ci.yml
-
Dockerfile
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|