Skip to content

Commit

Permalink
switch to ibek 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 29, 2023
1 parent a756521 commit 522689f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ ARG REGISTRY=ghcr.io/epics-containers

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

# During Development get latest ibek - TODO stable version will be in epics-base
RUN pip install ibek==1.3.0

# the devcontainer mounts the project root to /epics/ioc-adaravis
WORKDIR /epics/ioc-adaravis/ibek-support

# During Development get latest ibek - TODO stable version will be in epics-base
COPY ibek /ibek
RUN pip install /ibek

# copy the global ibek files
COPY ibek-support/_global/ _global

Expand Down

0 comments on commit 522689f

Please sign in to comment.