Skip to content

Commit

Permalink
Relocate dockerfiles to extra folder.
Browse files Browse the repository at this point in the history
Signed-off-by: Rule Timothy (CC/EMT2) <[email protected]>
  • Loading branch information
timrulebosch committed Nov 29, 2023
1 parent 08b80f4 commit 34f5cab
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
with:
push: true
context: .
file: ./docker/${{ matrix.name }}/Dockerfile
file: ./extra/docker/${{ matrix.name }}/Dockerfile
build-args: |
PACKAGE_VERSION=${{ env.PACKAGE_VERSION }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ package:
docker: build
for d in $(DOCKER_DIRS) ;\
do \
docker build -f docker/$$d/Dockerfile \
docker build -f extra/docker/$$d/Dockerfile \
--tag $$d:test . ;\
done;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RUN dpkg --add-architecture i386; \
# =========================================
COPY dse/modelc/build/_out/bin/modelc /usr/local/bin/modelc
COPY dse/modelc/build/_out/lib/mcl_model.so /usr/local/lib/mcl_model.so
COPY docker/modelc/modelc_runner.sh /modelc_runner.sh
COPY extra/docker/modelc/modelc_runner.sh /modelc_runner.sh
RUN chmod +x /modelc_runner.sh


Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN apt-get -y update; \
# =========================================
COPY dse/modelc/build/_out/bin/modelc /usr/local/bin/modelc
COPY dse/modelc/build/_out/lib/mcl_model.so /usr/local/lib/mcl_model.so
COPY docker/modelc/modelc_runner.sh /modelc_runner.sh
COPY extra/docker/modelc/modelc_runner.sh /modelc_runner.sh
RUN chmod +x /modelc_runner.sh


Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN apt-get -y update; \
# Install the SimBus and Runner
# =============================
COPY dse/modelc/build/_out/bin/simbus /usr/local/bin/simbus
COPY docker/simbus-sa/simbus_runner.sh /simbus_runner.sh
COPY extra/docker/simbus-sa/simbus_runner.sh /simbus_runner.sh
RUN chmod +x /simbus_runner.sh


Expand Down
File renamed without changes.

0 comments on commit 34f5cab

Please sign in to comment.