Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASfpga
Vivado Docker
Commits
5e1fdbf6
Commit
5e1fdbf6
authored
Jun 26, 2017
by
Brian Donovan
Browse files
Added version command line option
parent
1045a318
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
5e1fdbf6
...
...
@@ -27,6 +27,7 @@ COPY install_config.txt /
# download and run the install
ARG
VIVADO_TAR_HOST
ARG
VIVADO_TAR_FILE
ARG
VIVADO_VERSION
RUN
echo
"Downloading
${
VIVADO_TAR_FILE
}
from
${
VIVADO_TAR_HOST
}
"
&&
\
wget
${
VIVADO_TAR_HOST
}
/
${
VIVADO_TAR_FILE
}
.tar.gz
-q
&&
\
echo
"Extracting Vivado tar file"
&&
\
...
...
@@ -38,7 +39,7 @@ RUN adduser --disabled-password --gecos '' vivado
USER
vivado
WORKDIR
/home/vivado
#add vivado tools to path
RUN
echo
"source /opt/Xilinx/Vivado/
2016.3
/settings64.sh"
>>
/home/vivado/.bashrc
RUN
echo
"source /opt/Xilinx/Vivado/
${
VIVADO_VERSION
}
/settings64.sh"
>>
/home/vivado/.bashrc
#copy in the license file
RUN
mkdir
/home/vivado/.Xilinx
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment