Skip to content

Commit

Permalink
Add Pin Docker image to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JanWichelmann committed May 18, 2022
1 parent d734d3b commit e0eaf8a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,15 @@ jobs:
ghcr.io/microwalk-project/microwalk:jalangi2
ghcr.io/microwalk-project/microwalk:${{ steps.get_version.outputs.VERSION }}-jalangi2
platforms: linux/amd64
file: docker/jalangi2/Dockerfile
file: docker/jalangi2/Dockerfile

- name: Build and push Microwalk Pin docker image
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: |
ghcr.io/microwalk-project/microwalk:pin
ghcr.io/microwalk-project/microwalk:${{ steps.get_version.outputs.VERSION }}-pin
platforms: linux/amd64
file: docker/pin/Dockerfile
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Microwalk is a microarchitectural leakage detection framework, which combines dy

## Usage (Docker)

Microwalk now comes with a set of preconfigured Docker images, which hold all necessary dependencies and configuration. Due to licensing issues, we cannot offer binary versions of those images; however, they can be easily build on any system that supports Docker. See [the documentation](docker/README.md) for more details.
Microwalk now comes with a set of preconfigured Docker images, which hold all necessary dependencies and configuration. Pre-built images are located in [GitHub's container registry](https://github.com/microwalk-project/Microwalk/pkgs/container/microwalk). See [the documentation](docker/README.md) for more details.

In the [template/](directory) you can find several templates for generic analysis tasks, which serve as configuration examples and can be adapted for your specific workload.

Expand Down

0 comments on commit e0eaf8a

Please sign in to comment.