Skip to content
Snippets Groups Projects
Unverified Commit 788aa27a authored by Ritesh Raj Sarraf's avatar Ritesh Raj Sarraf
Browse files

Debian commits

parent 31cd1b48
No related branches found
No related tags found
2 merge requests!177prepare bullseye docker image for v2022dev2,!93WIP: documentation-builder: Rebase on Apertis instead of Debian Buster
......@@ -6,9 +6,9 @@ stages:
- publish images
variables:
RELEASE: "v2022dev1"
DISTRO: apertis
MIRROR: https://repositories.apertis.org/apertis/
RELEASE: "bullseye"
DISTRO: debian
MIRROR: https://deb.debian.org/debian/
STABLE: auto
TEST_TAG: test-${CI_PIPELINE_ID}
......
......@@ -18,7 +18,7 @@
FROM scratch
ARG OSNAME=apertis
ARG OSNAME=debian
LABEL description="$OSNAME base image"
ENV LANG=C.UTF-8
......
{{- $architecture := or .architecture "amd64" }}
{{- $mirror := or .mirror "https://repositories.apertis.org/apertis/" -}}
{{- $suite := or .suite "v2020dev0" -}}
{{- $mirror := or .mirror "https://deb.debian.org/debian/" -}}
{{- $suite := or .suite "bullseye" -}}
{{- $ospack := or .ospack "rootfs.tar.gz" -}}
{{- $timestamp := or .timestamp "00000000.0" -}}
{{- $stable := or .stable "" -}}
{{- $osname := or .osname "apertis" -}}
{{- $osname := or .osname "debian" -}}
architecture: {{ $architecture }}
......@@ -22,15 +22,6 @@ actions:
- action: overlay
source: overlay
- action: run
description: "Add extra apt sources"
chroot: true
script: scripts/apt_source.sh -m {{ $mirror }} -r {{ $suite }} --sources {{if eq $stable "true"}} --updates --security {{end}} target hmi development sdk
- action: run
chroot: true
script: scripts/replace-gplv2-packages-for-dev-env.sh
- action: run
description: "Setting up image version metadata"
chroot: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment