Skip to content

Commit

Permalink
build: rename docker
Browse files Browse the repository at this point in the history
  • Loading branch information
abertschi committed May 3, 2024
1 parent e4fec0c commit 2b319c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ here_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
proj_dir="$here_dir/.."
set -euo pipefail

name=heckler-docker:latest
name=beancd/ahoi-heckler:latest

docker build -t $name .

2 changes: 1 addition & 1 deletion docker/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ here_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
proj_dir="$here_dir/.."


name=heckler-docker
name=beancd/ahoi-heckler:latest

# XXX: --mount: to compile host kernel inside container
# XXX: --priviledged: we need this to run snp guest inside docker
Expand Down

0 comments on commit 2b319c3

Please sign in to comment.