File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2+ set -e
23docker buildx build -t sas_deb_builder sas_deb_builder
Original file line number Diff line number Diff line change 11#! /bin/bash
22# Copyright (c) Murilo M. Marinho (www.murilomarinho.info)
3+ set -e
34
4- docker cp < containerId> :/file/path/within/container /host/path/target
5+ mkdir -p upload
6+
7+ docker run -d --name extract_files sas_deb_builder || true
8+ docker exec extract_files bash -c " mkdir -p ~/extract; cp -f /root/tmp_ros2/*.deb ~/extract"
9+ docker cp extract_files:/root/extract upload/
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ set -e
23# Copyright (c) Murilo M. Marinho (www.murilomarinho.info)
34
45# Pre-requisites
Original file line number Diff line number Diff line change 11#! /bin/bash
2-
2+ set -e
33# Based on juanjqo's https://github.com/Adorno-Lab/docker_recipes/blob/main/run_container.sh
44
55docker run -it --name=sas_deb_builder \
You can’t perform that action at this time.
0 commit comments