modified: CubeClt/Dockerfile
modified: CubeClt/build_and_publish.sh modified: CubeMx/Dockerfile new file: CubeMx/Resources/CubeMX/start-cubemx.sh modified: CubeMx/build_and_publish.sh new file: build_and_publish.sh
This commit is contained in:
@@ -20,6 +20,7 @@ RUN if [ "${INSTALL_CUBE_CLT}" = "true" ]; then \
|
||||
fi \
|
||||
&& rm -rf /tmp/CubeCLT
|
||||
|
||||
RUN apt-get clean
|
||||
|
||||
# [Optional] Uncomment this section to install additional vcpkg ports.
|
||||
# RUN su vscode -c "${VCPKG_ROOT}/vcpkg install <your-port-name-here>"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
script_dir=$(dirname "$(readlink -f "$0")")
|
||||
|
||||
push=false
|
||||
# Process oprions
|
||||
@@ -13,8 +14,8 @@ done
|
||||
|
||||
|
||||
|
||||
docker build -t nexus.springblast.de:8082/carly/docker-stm32/cubeclt:$tag .
|
||||
docker build -t nexus.springblast.de:8082/carly/docker-stm32/cubeclt:latest .
|
||||
docker build -t nexus.springblast.de:8082/carly/docker-stm32/cubeclt:$tag $script_dir/.
|
||||
docker build -t nexus.springblast.de:8082/carly/docker-stm32/cubeclt:latest $script_dir/.
|
||||
|
||||
if [ "$push" = true ]; then
|
||||
docker push nexus.springblast.de:8082/carly/docker-stm32/cubeclt:$tag
|
||||
|
||||
Reference in New Issue
Block a user