Skip to content
Snippets Groups Projects
Commit 1bd89842 authored by Stefan Lankes's avatar Stefan Lankes
Browse files

include always the hermit-os environment

parent a7d56eee
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ jobs: ...@@ -35,7 +35,7 @@ jobs:
- name: Create dockerfile for rusty_demo - name: Create dockerfile for rusty_demo
run: | run: |
cat << END > Dockerfile cat << END > Dockerfile
FROM scratch FROM ghcr.io/hermit-os/hermit_env:latest
COPY hermit-loader-x86_64 hermit/hermit-loader COPY hermit-loader-x86_64 hermit/hermit-loader
COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc
COPY rusty_demo hermit/rusty_demo COPY rusty_demo hermit/rusty_demo
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
- name: Create dockerfile for httpd - name: Create dockerfile for httpd
run: | run: |
cat << END > Dockerfile cat << END > Dockerfile
FROM scratch FROM ghcr.io/hermit-os/hermit_env:latest
COPY hermit-loader-x86_64 hermit/hermit-loader COPY hermit-loader-x86_64 hermit/hermit-loader
COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc
COPY httpd hermit/httpd COPY httpd hermit/httpd
...@@ -87,7 +87,7 @@ jobs: ...@@ -87,7 +87,7 @@ jobs:
- name: Create dockerfile for webserver - name: Create dockerfile for webserver
run: | run: |
cat << END > Dockerfile cat << END > Dockerfile
FROM scratch FROM ghcr.io/hermit-os/hermit_env:latest
COPY root root COPY root root
COPY hermit-loader-x86_64 hermit/hermit-loader COPY hermit-loader-x86_64 hermit/hermit-loader
COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc
...@@ -107,7 +107,7 @@ jobs: ...@@ -107,7 +107,7 @@ jobs:
- name: Create dockerfile for tls-demo - name: Create dockerfile for tls-demo
run: | run: |
cat << END > Dockerfile cat << END > Dockerfile
FROM scratch FROM ghcr.io/hermit-os/hermit_env:latest
COPY hermit-loader-x86_64 hermit/hermit-loader COPY hermit-loader-x86_64 hermit/hermit-loader
COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc COPY hermit-loader-x86_64-fc hermit/hermit-loader-fc
COPY tls hermit/tls COPY tls hermit/tls
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment