Skip to content

Commit 50637c3

Browse files
committed
Trial of using full URL in FROM
1 parent 2da640f commit 50637c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
#
44
# HOW TO BUILD THIS IMAGE
55
# -----------------------
6-
# Run:
7-
# $ docker build -t weblogic-kubernetes-operator:latest .
6+
# Run:
7+
# $ docker build -t weblogic-kubernetes-operator:latest .
88
#
99
# Pull base image
1010
# From the Docker store
1111
# -------------------------
12-
FROM store/oracle/serverjre:8
12+
FROM https://registry-1.docker.io/v2/store/oracle/serverjre:8
1313

1414
# Maintainer
1515
# ----------

0 commit comments

Comments
 (0)