Skip to content

Commit e513dee

Browse files
nirmayDjelibeybi
authored andcommitted
NoSQL - merge to rename to Dockerfile and remove -f Dockerfile.ee from build command (oracle#489)
* Rename NoSQL EE Dockerfile and related README update
1 parent 1e0ea28 commit e513dee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NoSQL/4.4.6/Dockerfile.ee renamed to NoSQL/4.4.6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# REQUIRED FILES TO BUILD THIS IMAGE
1010
# ----------------------------------
11-
# (1) kv-ee-4.4.4.6.tar.gz
11+
# (1) kv-ee-4.4.6.tar.gz
1212
# Download Oracle NoSQL Database Enterprise Edition for Linux x64
1313
# http://www.oracle.com/technetwork/database/database-technologies/nosqldb/downloads/index.html
1414
#

NoSQL/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project offers sample Dockerfiles for:
1111
# Quickstart Building docker images for Oracle NoSQL Database
1212
For Enterprise Edition, download the bundle (in tar.gz format) from [Oracle Technology Network](http://www.oracle.com/technetwork/database/database-technologies/nosqldb/downloads/index.html) and copy it in the same directory as the Enterprise Edition Dockerfile. then build the docker image as per below,
1313

14-
$ docker build -t oracle/nosqlee:4.4.6 -f Dockerfile.ee .
14+
$ docker build -t oracle/nosqlee:4.4.6 .
1515

1616
For Community Edition, the zip bundle is already downloaded and available in the oracle/nosql:latest docker image.
1717

0 commit comments

Comments
 (0)