-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
buildx: use Buffer for base64 encoding of the Dockerfile
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,9 @@ | |
frOM busybox as base | ||
Check warning on line 17 in __tests__/.fixtures/lint.Dockerfile
|
||
cOpy lint.Dockerfile . | ||
Check warning on line 18 in __tests__/.fixtures/lint.Dockerfile
|
||
|
||
# some special chars: distroless/python3-debian12のPythonは3.11 | ||
# https://github.com/docker/build-push-action/issues/1204#issuecomment-2274056016 | ||
|
||
from scratch | ||
Check warning on line 23 in __tests__/.fixtures/lint.Dockerfile
|
||
MAINTAINER [email protected] | ||
Check warning on line 24 in __tests__/.fixtures/lint.Dockerfile
|
||
COPy --from=base \ | ||
Check warning on line 25 in __tests__/.fixtures/lint.Dockerfile
|
||
|