Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
titan-docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
admin_forge
titan-docker
Commits
1966f289
There was a problem fetching the pipeline summary.
Commit
1966f289
authored
5 years ago
by
Yann Garcia
Browse files
Options
Downloads
Patches
Plain Diff
Reorganize ETSI-CTI TITAN docker
parent
0b58e78e
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
from-sources/Dockerfile.stfubuntu
+1
-1
1 addition, 1 deletion
from-sources/Dockerfile.stfubuntu
from-sources/build.sh
+2
-0
2 additions, 0 deletions
from-sources/build.sh
with
3 additions
and
1 deletion
from-sources/Dockerfile.stfubuntu
+
1
−
1
View file @
1966f289
...
...
@@ -13,7 +13,6 @@ RUN echo "docker-STF-dev" > /etc/hostname \
&& DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y \
&& DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y \
&& DEBIAN_FRONTEND=noninteractive apt-get update \
&& ( echo "oracle-java10-installer shared/accepted-oracle-license-v1-1 boolean true" | debconf-set-selections -v ) \
&& DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y \
autoconf \
bison \
...
...
@@ -42,6 +41,7 @@ RUN echo "docker-STF-dev" > /etc/hostname \
libxml2-dev \
lsof \
ntp \
oracle-java11-set-default \
pkg-config \
qt5-default \
qtmultimedia5-dev \
...
...
This diff is collapsed.
Click to expand it.
from-sources/build.sh
+
2
−
0
View file @
1966f289
...
...
@@ -6,6 +6,8 @@ set -e
set
-vx
#check and build stfubuntu image
DOCKER_ID
=
`
docker ps
-a
|
grep
-e
stfubuntu |
awk
'{ print $1 }'
`
docker
rm
--force
${
DOCKER_ID
}
if
[
-z
`
docker images
-q
stfubuntu
`
]
;
then
docker build
--tag
stfubuntu:18.04
-f
Dockerfile.stfubuntu
--force-rm
.
||
exit
1
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment