-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update superbuild base, withuser and robometry images to check fix on…
… superbuidl with robometry compilation
- Loading branch information
Showing
6 changed files
with
16 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
dockerfile_images/basic/superbuild-icubhead-robometry/conf_build.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
#start from image passed by argument during build process. Usually it is an ubuntu image plus mesa library. | ||
ARG START_IMG="none" | ||
ARG ROBOTOLOGY_INITIALIZATION_FILE=/usr/local/bin/setup_robotology_tdd.sh | ||
ARG METADATA_FILE=/usr/local/bin/setup_metadata.sh | ||
ARG INSTALL_DIR=/usr/local | ||
ARG INSTALL_DIR="/usr/local" | ||
ARG METADATA_FILE="/usr/local/bin/setup_metadata.sh" | ||
ARG PROJECTS_DIR=/projects | ||
ARG release="none" | ||
ARG sbtag="none" | ||
ARG metadata="none" | ||
ARG release="master" | ||
ARG sbtag="Stable" | ||
|
||
# Stage 1: builder stage | ||
FROM $START_IMG AS builder | ||
FROM $START_IMG as builder | ||
|
||
LABEL maintainer="[email protected], [email protected]" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters