Skip to content

Commit

Permalink
add runtimme target
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Dec 7, 2024
1 parent d9562e2 commit caf00cc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ COPY start.sh get_ioc_ips.py /
ENTRYPOINT [ "bash" ]

##### runtime stage ##########################################################
# FROM ghcr.io/epics-containers/epics-base-developer:7.0.8ec2 as runtime
FROM ghcr.io/epics-containers/epics-base-runtime:7.0.8ec2 as runtime

Check warning on line 33 in Dockerfile

View workflow job for this annotation

GitHub Actions / build (linux-x86_64)

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

# COPY --from=developer /venv /venv
# COPY launch.py /launch.py
COPY --from=developer /venv /venv
COPY --from=developer /epics/ca-gateway /epics/ca-gateway
COPY --from=developer /epics/support/pcas /epics/support/pcas
COPY start.sh get_ioc_ips.py /

# ENTRYPOINT [ "bash" ]

0 comments on commit caf00cc

Please sign in to comment.