File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 iris session $ISC_PACKAGE_INSTANCENAME -U %SYS < /tmp/iris.script && \
1212 iris stop $ISC_PACKAGE_INSTANCENAME quietly
1313
14- FROM --platform=$TARGETPLATFORM intersystems/iris-community:2024.1-linux-${BUILDARCH }
14+ FROM --platform=$TARGETPLATFORM intersystems/iris-community:2024.1-linux-${TARGETARCH }
1515
1616USER root
1717
Original file line number Diff line number Diff line change 11# syntax = edrevo/dockerfile-plus
2+ ARG IMAGE=containers.intersystems.com/intersystems/iris-community:latest-cd
23
34INCLUDE+ Dockerfile-phase1
45
Original file line number Diff line number Diff line change 11# syntax = edrevo/dockerfile-plus
2+ ARG IMAGEARM=containers.intersystems.com/intersystems/iris-community:latest-cd
23
34INCLUDE+ Dockerfile-phase1
45
Original file line number Diff line number Diff line change 11ARG IMAGE=intersystems/iris-community:latest-cd
22ARG DEV=0
3- FROM $IMAGE
3+ FROM --platform=${BUILDPLATFORM} $IMAGE
44
55ARG IPM_INSTALLER=https://pm.community.intersystems.com/packages/zpm/latest/installer
66
You can’t perform that action at this time.
0 commit comments