Skip to content

Commit

Permalink
Docker: Add utils for image release. (ApolloAuto#11635)
Browse files Browse the repository at this point in the history
* Docker: Add utils for image release.

* Docker_dev: Format env information.
  • Loading branch information
xiaoxq authored Jul 1, 2020
1 parent 0f52540 commit 73f1142
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
8 changes: 3 additions & 5 deletions docker/build/installers/install_release_stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ cd "$(dirname "${BASH_SOURCE[0]}")"

apt-get -y update && \
apt-get -y install \
git
git \
vim

# More
# openssh-client
# More:
# silversearcher-ag
# tree
# vim
# lrzsz

bash /tmp/installers/install_bosfs.sh
Expand Down
3 changes: 1 addition & 2 deletions docker/build/new_dev.x86_64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ RUN bash /tmp/installers/install_dreamview_deps.sh ${GEOLOC}
RUN bash /tmp/installers/install_contrib_deps.sh ${INSTALL_MODE}
RUN bash /tmp/installers/install_3rdparty_pept_deps.sh ${INSTALL_MODE}

# TODO(xiaoxq): Not needed for docker_dev, but should enable before release.
# RUN bash /tmp/installers/install_release_stage.sh
RUN bash /tmp/installers/install_release_stage.sh

RUN bash /tmp/installers/post_install.sh ${BUILD_STAGE}
8 changes: 8 additions & 0 deletions env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"OS": {
"distro": "Ubuntu",
"release": "18.04",
"codename": "bionic"
},
"Python": "3.6"
}
1 change: 0 additions & 1 deletion ubuntu_18.04_env

This file was deleted.

0 comments on commit 73f1142

Please sign in to comment.