-
Notifications
You must be signed in to change notification settings - Fork 22
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 GitHub Actions / test-itg (buildx/buildx.test.itg.ts, ubuntu-latest)All commands within the Dockerfile should use the same casing (either upper or lower)
|
||
cOpy lint.Dockerfile . | ||
Check warning on line 18 in __tests__/.fixtures/lint.Dockerfile GitHub Actions / test-itg (buildx/buildx.test.itg.ts, ubuntu-latest)All commands within the Dockerfile should use the same casing (either upper or lower)
|
||
|
||
# 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 GitHub Actions / test-itg (buildx/buildx.test.itg.ts, ubuntu-latest)All commands within the Dockerfile should use the same casing (either upper or lower)
|
||
MAINTAINER [email protected] | ||
Check warning on line 24 in __tests__/.fixtures/lint.Dockerfile GitHub Actions / test-itg (buildx/buildx.test.itg.ts, ubuntu-latest)The MAINTAINER instruction is deprecated, use a label instead to define an image author
|
||
COPy --from=base \ | ||
Check warning on line 25 in __tests__/.fixtures/lint.Dockerfile GitHub Actions / test-itg (buildx/buildx.test.itg.ts, ubuntu-latest)All commands within the Dockerfile should use the same casing (either upper or lower)
|
||
|