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 e1a4608 commit 3322cd3Copy full SHA for 3322cd3
Dockerfile
@@ -10,7 +10,7 @@
10
# See the License for the specific language governing permissions and
11
# limitations under the License.
12
13
-FROM gradle:6.6.1-jdk11 AS builder
+FROM --platform=$BUILDPLATFORM gradle:6.6.1-jdk11 AS builder
14
15
RUN mkdir /code
16
WORKDIR /code
Dockerfile.hdfs
-FROM openjdk:8-alpine AS builder
+FROM --platform=$BUILDPLATFORM openjdk:8-alpine AS builder
0 commit comments