Skip to content

Commit

Permalink
docs: Fix sample kernel Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fengye87 committed Jul 13, 2022
1 parent b7cd9ed commit 5e8c111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Dockerfile.kernel-5.15.12
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ RUN set -eux; \
*) echo >&2 "error: unsupported architecture '$(uname -m)'"; exit 1 ;; \
esac

FROM registry.smtx.io/fengye87/virtink-kernel-base
FROM smartxworks/virtink-kernel-base

COPY --from=builder /vmlinux /vmlinux

0 comments on commit 5e8c111

Please sign in to comment.