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 169078a commit 2d643eeCopy full SHA for 2d643ee
beta/Dockerfile
@@ -12,7 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM ibmjava:8-jre
+ARG PARENT_IMAGE=ibmjava:8-jre
16
+FROM $PARENT_IMAGE
17
18
LABEL org.opencontainers.image.authors="Leo Christy Jesuraj, Arthur De Magalhaes, Chris Potter" \
19
org.opencontainers.image.vendor="IBM" \
0 commit comments