Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Open VDS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erlend Hårstad
Open VDS
Commits
8239a293
Commit
8239a293
authored
3 years ago
by
Jørgen Lind
Browse files
Options
Downloads
Patches
Plain Diff
Update osdu docker image
parent
d4166327
No related branches found
Branches containing commit
Tags
2.1.0
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.dockerignore
+2
-0
2 additions, 0 deletions
.dockerignore
docker/build_scripts/osdu_linux_build.sh
+12
-0
12 additions, 0 deletions
docker/build_scripts/osdu_linux_build.sh
docker/osdu.Dockerfile
+3
-2
3 additions, 2 deletions
docker/osdu.Dockerfile
with
17 additions
and
2 deletions
.dockerignore
+
2
−
0
View file @
8239a293
3rdparty
!3rdparty/BuildDms
!3rdparty/BuildGoogleCloud
out
build_*
_skbuild
...
...
This diff is collapsed.
Click to expand it.
docker/build_scripts/osdu_linux_build.sh
0 → 100644
+
12
−
0
View file @
8239a293
#!/bin/sh
REPO
=
'open-vds'
if
[
$#
-gt
0
]
then
REPO
=
$1
shift
fi
cd
$REPO
mkdir
build_release
cd
build_release
cmake
-DCMAKE_BUILD_TYPE
=
Release
"
$@
"
-GNinja
-DCMAKE_INSTALL_PREFIX
=
../../
$REPO
-install
..
ninja
install
This diff is collapsed.
Click to expand it.
docker/osdu.Dockerfile
+
3
−
2
View file @
8239a293
...
...
@@ -24,8 +24,9 @@ RUN pip3 install ninja
COPY
python/requirements-dev-with-docs.txt /tmp/requirements-dev.txt
RUN
pip3
install
-r
tmp/requirements-dev.txt
COPY
docker/build_scripts/generic_linux_build.sh /root/build_and_install_openvds.sh
RUN
cd
root
&&
bash /root/build_and_install_openvds.sh
${
tag
}
${
repo
}
-DBUILD_PYTHON
=
OFF
-DBUILD_JAVA
=
OFF
-DBUILD_DOCS
=
OFF
-DBUILD_TESTS
=
OFF
-DBUILD_EXAMPLES
=
OFF
COPY
docker/build_scripts/osdu_linux_build.sh /root/build_and_install_openvds.sh
COPY
. /root/open-vds
RUN
cd
root
&&
bash /root/build_and_install_openvds.sh open-vds
-DBUILD_PYTHON
=
OFF
-DBUILD_JAVA
=
OFF
-DBUILD_DOCS
=
OFF
-DBUILD_TESTS
=
OFF
-DBUILD_EXAMPLES
=
OFF
# Deploy stage
...
...
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