Skip to content

Commit

Permalink
update to ibek 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 2, 2023
1 parent 8753f38 commit 480ecbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ ARG REGISTRY=ghcr.io/epics-containers

FROM ${REGISTRY}/epics-base-${TARGET_ARCHITECTURE}-developer:${BASE} AS developer

<<<<<<< HEAD
# install latest ibek while in development - eventually will come from epics-base
=======
# Get latest ibek while in development. Will come from epics-base in futre.
>>>>>>> f10acd9 (update to ibek 1.3.5)
RUN pip install ibek==1.3.5

# the devcontainer mounts the project root to /epics/ioc-adaravis
Expand All @@ -33,6 +37,7 @@ RUN ADCore/install.sh R3-12-1
COPY ibek-support/ADAravis/ ADAravis/
RUN ADAravis/install.sh R2-3

# create IOC source tree, generate Makefile and compile IOC Instance
RUN ibek ioc compile

##### runtime preparation stage ################################################
Expand Down

0 comments on commit 480ecbf

Please sign in to comment.