We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edc331 commit acdb37bCopy full SHA for acdb37b
release.version
@@ -1 +1 @@
1
-1.0.150
+1.0.151
runtime/src/main/c/Dockerfile-buildimage
@@ -14,9 +14,10 @@
14
# limitations under the License.
15
#
16
17
-FROM container-registry.oracle.com/os/oraclelinux:7.5
+FROM docker-remote.artifactory.oci.oraclecorp.com/oraclelinux:7.5
18
19
-RUN yum install -y gcc cmake java-1.8.0-openjdk-devel.x86_64 make
+
20
+RUN yum install -y gcc cmake java-1.8.0-openjdk-devel make
21
RUN yum install -y gcc-c++
22
23
RUN mkdir /build
0 commit comments