Skip to content

Commit

Permalink
update to epics-base 7.0.7ec3
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 27, 2023
1 parent 0733cb2 commit f3f67df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 1 addition & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
##### build stage ##############################################################

ARG TARGET_ARCHITECTURE
ARG BASE=7.0.7ec2
ARG BASE=7.0.7ec3
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 when stable
COPY requirements.txt requirements.txt
RUN pip install --upgrade -r requirements.txt

# The devcontainer mounts the project root to /epics/ioc-adsimdetector. Using
# the same location here makes devcontainer/runtime differences transparent.
WORKDIR /epics/ioc-pmac/ibek-support
Expand Down Expand Up @@ -41,9 +37,6 @@ RUN motor/install.sh R7-2-3b1
COPY ibek-support/pmac/ pmac/
RUN pmac/install.sh 2-4-10

COPY ibek-support/ADAravis/ ADAravis/
RUN ADAravis/install.sh R2-3

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

Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

0 comments on commit f3f67df

Please sign in to comment.