Skip to content

Commit

Permalink
Add a Dockerfile for CUBRID 8.4.3.10001.
Browse files Browse the repository at this point in the history
  • Loading branch information
kadishmal committed Sep 28, 2016
1 parent 4000328 commit a19248e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ ENV CUBRID=/opt/$CUBRID_USER
ENV CUBRID_DATABASES=$CUBRID/databases
ENV CUBRID_LOGS=$CUBRID/log
ENV CUBRID_CHARSET=en_US
ENV CUBRID_VERSION=8.4.1
ENV CUBRID_PATCH_NUMBER=32003
ENV CUBRID_VERSION=8.4.3
ENV CUBRID_PATCH_NUMBER=10001
ENV LD_LIBRARY_PATH=$CUBRID/lib
ENV PATH=$CUBRID/bin:$PATH

RUN yum install -y csh expect

RUN rpm -ivh http://ftp.cubrid.org/CUBRID_Engine/$CUBRID_VERSION/CUBRID-$CUBRID_VERSION.$CUBRID_PATCH_NUMBER-el5.x86_64.rpm
RUN rpm -ivh http://ftp.cubrid.org/CUBRID_Engine/$CUBRID_VERSION/cubrid-$CUBRID_VERSION.$CUBRID_PATCH_NUMBER-el5.x86_64.rpm

# Switch to `cubrid` user.
USER $CUBRID_USER
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Or in case CUBRID is already running in a `cubrid` container:
The following versions are available via tags.

- 9.2.3.0005
- 8.4.3.10001
- 8.4.1.32003

## How to build this image:
Expand Down

0 comments on commit a19248e

Please sign in to comment.