mirror of
https://github.com/mudita/MuditaOS.git
synced 2025-12-23 22:17:57 -05:00
9 lines
388 B
Bash
Executable File
9 lines
388 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved.
|
|
# For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md
|
|
|
|
set -euo pipefail
|
|
VERSION="1.19"
|
|
|
|
docker build --no-cache --tag "wearemudita/mudita_os_builder:${VERSION}" --target builder .
|
|
docker build --no-cache --tag "wearemudita/mudita_os_jenkins_slave:${VERSION}" --target jenkins-runner . |