You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OracleDatabase/SingleInstance/extensions/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Build Extensions
2
2
3
-
After creating the base image using buildDockerImage.sh, use buildExtensions.sh to build an extended image that will include all features present under the extensions folder.
3
+
After creating the base image using buildContainerImage.sh, use buildExtensions.sh to build an extended image that will include all features present under the extensions folder.
4
4
5
5
Once you have created the base image, go into the **extensions** folder and run the **buildExtensions.sh** script:
6
6
@@ -21,4 +21,4 @@ LICENSE UPL 1.0
21
21
22
22
Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
23
23
24
-
The resulting image can be used in the same fashion as the base image.
24
+
The resulting image can be used in the same fashion as the base image.
0 commit comments