Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
twelite
App_Twelite
Commits
3843cb66
Commit
3843cb66
authored
Apr 30, 2019
by
Yasuhiro MAGARA
Browse files
Merge branch 'try_ci' into 'master'
Update base docker image before build See merge request
!4
parents
fb53dd0d
e4b7ff86
Pipeline
#59129706
passed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
docker/dockerbuild.sh
docker/dockerbuild.sh
+2
-0
No files found.
docker/dockerbuild.sh
View file @
3843cb66
...
...
@@ -3,8 +3,10 @@
GITLABUSER
=
`
echo
$USER
|tr
-d
'-'
`
TAG
=
16.04_201805
docker pull ubuntu:16.04
docker build
--rm
-f
Dockerfile.xenial
-t
$GITLABUSER
/mwsdk:
$TAG
.
TAG
=
18.04_201805
docker pull ubuntu:18.04
docker build
--rm
-f
Dockerfile.bionic
-t
$GITLABUSER
/mwsdk:
$TAG
.
docker tag
$GITLABUSER
/mwsdk:
$TAG
$GITLABUSER
/mwsdk
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