Skip to content

Commit

Permalink
Fix Earthly remote imports not supporting absolute paths (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
greaka authored May 27, 2024
1 parent 6b72513 commit 0871d7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
VERSION 0.8

ctx:
FROM busybox
RUN mkdir -p /tmp/docker-build
SAVE ARTIFACT /tmp/docker-build

xwin:
FROM DOCKERFILE -f xwin.dockerfile /tmp/docker-build
FROM DOCKERFILE -f xwin.dockerfile +ctx/docker-build
SAVE IMAGE xwin:latest

0 comments on commit 0871d7d

Please sign in to comment.