Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
asqatasun
Asqatasun
Commits
f9eb8060
Commit
f9eb8060
authored
Nov 26, 2015
by
Matthieu FAURE
Browse files
Release 4.0.0-beta1
parent
1870bfb2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
docker/Docker-build/Dockerfile
docker/Docker-build/Dockerfile
+1
-1
docker/Docker-build/compile_and_build_docker_single_container.sh
...Docker-build/compile_and_build_docker_single_container.sh
+4
-2
pom.xml
pom.xml
+1
-1
No files found.
docker/Docker-build/Dockerfile
View file @
f9eb8060
...
...
@@ -48,7 +48,7 @@ RUN /root/pre-requesites.sh
# Add Asqatasun
# @@@TODO: Remplace with downloading the .tar.gz
ADD
asqatasun-
3.2.0-SNAPSHOT
.i386.tar.gz /root/
ADD
asqatasun-
4.0.0-beta1
.i386.tar.gz /root/
# /!\ The ADD command automacally untars and unzips the ADDed file
RUN
mv
asqatasun
*
/ ./asqatasun/
...
...
docker/Docker-build/compile_and_build_docker_single_container.sh
View file @
f9eb8060
...
...
@@ -86,11 +86,13 @@ cp "${SOURCE_DIR}/${TGZ_BASENAME}"*"${TGZ_EXT}" "${SOURCE_DIR}/${DOCKER_DIR}/" |
# build Docker container
(
cd
"
${
SOURCE_DIR
}
/
${
DOCKER_DIR
}
"
;
\
docker build
-t
asqatasun/asqatasun:
$TIMESTAMP
"
${
SOURCE_DIR
}
/
${
DOCKER_DIR
}
"
)
||
docker build
-t
asqatasun/asqatasun:
$
{
TIMESTAMP
}
"
${
SOURCE_DIR
}
/
${
DOCKER_DIR
}
"
)
||
fail
"Error building container"
# run container freshly build
# @@@TODO
docker stop asqa
docker
rm
asqa
docker run
-p
8080:8080
--name
asqa asqatasun/asqatasun:
${
TIMESTAMP
}
# functional testing
# @@@TODO
...
...
pom.xml
View file @
f9eb8060
...
...
@@ -31,7 +31,7 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<asqatasunGroupId>
org.asqatasun
</asqatasunGroupId>
<asqatasunVersion>
3.2.0-SNAPSHOT
</asqatasunVersion>
<asqatasunVersion>
4.0.0-beta1
</asqatasunVersion>
<springGroupId>
org.springframework
</springGroupId>
<springVersion>
3.1.2.RELEASE
</springVersion>
...
...
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