Skip to content

Commit

Permalink
Merge pull request #46 from daimor/master
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov authored Dec 18, 2024
2 parents 033f927 + d5a232c commit 8291dc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN \
iris session $ISC_PACKAGE_INSTANCENAME -U %SYS < /tmp/iris.script && \
iris stop $ISC_PACKAGE_INSTANCENAME quietly

FROM --platform=$TARGETPLATFORM intersystems/iris-community:2024.1-linux-${BUILDARCH}
FROM --platform=$TARGETPLATFORM intersystems/iris-community:2024.1-linux-${TARGETARCH}

USER root

Expand Down
1 change: 1 addition & 0 deletions Dockerfile-amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# syntax = edrevo/dockerfile-plus
ARG IMAGE=containers.intersystems.com/intersystems/iris-community:latest-cd

INCLUDE+ Dockerfile-phase1

Expand Down
1 change: 1 addition & 0 deletions Dockerfile-arm64
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# syntax = edrevo/dockerfile-plus
ARG IMAGEARM=containers.intersystems.com/intersystems/iris-community:latest-cd

INCLUDE+ Dockerfile-phase1

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-phase1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE=intersystems/iris-community:latest-cd
ARG DEV=0
FROM $IMAGE
FROM --platform=${BUILDPLATFORM} $IMAGE

ARG IPM_INSTALLER=https://pm.community.intersystems.com/packages/zpm/latest/installer

Expand Down

0 comments on commit 8291dc4

Please sign in to comment.