Skip to content

Commit

Permalink
Merge pull request #1 from epics-containers/dev
Browse files Browse the repository at this point in the history
switch to the new ibek ioc build
  • Loading branch information
gilesknap authored Oct 11, 2023
2 parents 4a9ad8c + be0cefc commit 29798ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG REGISTRY=ghcr.io/epics-containers
FROM ${REGISTRY}/epics-base-${TARGET_ARCHITECTURE}-developer:${BASE} AS developer

# Get latest ibek while in development. Will come from epics-base in future.
RUN pip install --upgrade ibek
RUN pip install --upgrade ibek==1.4.0

# The devcontainer mounts the project root to /epics/ioc-adsimdetector. Using
# the same location here makes devcontainer/runtime differences transparent.
Expand Down Expand Up @@ -35,7 +35,7 @@ COPY ibek-support/ADSimDetector/ ADSimDetector/
RUN ADSimDetector/install.sh R2-10

# Generate template IOC source tree / generate Makefile / compile
RUN ibek ioc compile
RUN ibek ioc build

##### runtime preparation stage ################################################

Expand Down

0 comments on commit 29798ec

Please sign in to comment.