CrazyMax
|
872430d2d3
|
Bump to codecov/codecov-action v2
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
4 years ago |
CrazyMax
|
7d312eaa0a
|
Merge pull request #686 from morlay/nil-client-fix
fix: should ignore nil client
|
4 years ago |
CrazyMax
|
a6bc4ed21e
|
Merge pull request #679 from akvadrako/patch-1
Fix link to generally useful functions
|
4 years ago |
Morlay
|
3768ab268b
|
fix: should ignore nil client
Signed-off-by: Morlay <morlay.null@gmail.com>
|
4 years ago |
Devin Bayer
|
4c2daeb852
|
Fix link to generally useful functions
Signed-off-by: Devin Bayer <dev@doubly.so>
|
4 years ago |
Tõnis Tiigi
|
d9ee3b134c
|
Merge pull request #676 from tonistiigi/vol-delete
don't error on deleting old build containers without state volume
|
4 years ago |
Tonis Tiigi
|
0b6ba1cd32
|
don't error on deleting old build containers without state volume
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tõnis Tiigi
|
65a6955db8
|
Merge pull request #672 from crazy-max/keep-buildkit-state
Keep BuildKit state in a volume
|
4 years ago |
CrazyMax
|
258d12b2e7
|
Keep BuildKit state in a volume
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
4 years ago |
Tõnis Tiigi
|
6e3a319a9d
|
Merge pull request #671 from tonistiigi/remote-context
bake: allow BAKE_CMD_CONTEXT builtin var
|
4 years ago |
Tonis Tiigi
|
1bb425a882
|
bake: allow BAKE_CMD_CONTEXT builtin var
Allows accessing the main context for bake command from bake
file that has been imported remotely.
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tõnis Tiigi
|
5f6ad50df4
|
Merge pull request #635 from tonistiigi/otel
OpenTelemetry support
|
4 years ago |
Tonis Tiigi
|
9d88450118
|
enable opentelemetry support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tonis Tiigi
|
334c93fbbe
|
vendor: update buildkit to opentelemetry support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tõnis Tiigi
|
6ba080d337
|
Merge pull request #669 from crazy-max/compose-spec
Use compose-spec parser
|
4 years ago |
CrazyMax
|
ba443811e4
|
Use compose-spec parser
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
4 years ago |
CrazyMax
|
67bd6f4dc8
|
Merge pull request #659 from crazy-max/release-out
Ignore release-out folder
|
4 years ago |
CrazyMax
|
9f50eccbd7
|
Ignore release-out folder
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
4 years ago |
Tõnis Tiigi
|
12db50748b
|
Merge pull request #645 from tonistiigi/new-bake-parser
New bake parser
|
4 years ago |
CrazyMax
|
9b4937f062
|
Merge pull request #656 from crazy-max/buildx-image
Create buildx image
|
4 years ago |
CrazyMax
|
3d48359e95
|
Create buildx image
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
4 years ago |
CrazyMax
|
70002ebbc7
|
Merge pull request #657 from crazy-max/moby-ioutils
Use `ioutils.AtomicWriteFile` from moby
|
4 years ago |
CrazyMax
|
ef95f8135b
|
Use `ioutils.AtomicWriteFile` from moby
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
4 years ago |
CrazyMax
|
9215fc56a3
|
Merge pull request #605 from crazy-max/bake-iidfile
Add `metadata-file` flag
|
4 years ago |
CrazyMax
|
1253020b3d
|
Add metadata-file flag
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
|
4 years ago |
Tõnis Tiigi
|
621c55066c
|
Merge pull request #654 from tonistiigi/enable-win-arm64
Dockerfile: enable windows/arm64
|
4 years ago |
Tonis Tiigi
|
77632ac15f
|
Dockerfile: enable windows/arm64
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tõnis Tiigi
|
db6aa34252
|
Merge pull request #653 from tonistiigi/xx-v2
Dockerfile: update xx
|
4 years ago |
CrazyMax
|
7ecfd3d298
|
Merge pull request #652 from tonistiigi/enable-riscv64
enable linux/riscv64 builds
|
4 years ago |
Tonis Tiigi
|
9a8c287629
|
Dockerfile: update xx
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tonis Tiigi
|
591099a4b8
|
enable linux/riscv64 builds
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tõnis Tiigi
|
31309b9205
|
Merge pull request #582 from rumpl/feat-fail-fast
Fail fast on multi platform build with load
|
4 years ago |
CrazyMax
|
8c0cefcd89
|
Merge pull request #649 from admackin/patch-3
note that buildx not in all distros
|
4 years ago |
Andy MacKinlay
|
a07f5cdf42
|
note that buildx not in all distros
Signed-off-by: Andy MacKinlay <admackin@gmail.com>
|
4 years ago |
Djordje Lukic
|
a1d899d400
|
Fail fast on multi platform build with load
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
|
4 years ago |
CrazyMax
|
886e1a378c
|
Merge pull request #639 from eitsupi/fix-link
Minor fix to links in the document
|
4 years ago |
SHIMA Tatsuya
|
47b7ba4e79
|
change the default branch name of the linked repo
Signed-off-by: SHIMA Tatsuya <ts1s1andn@gmail.com>
|
4 years ago |
Tonis Tiigi
|
79433cef7a
|
bake: fix target merge between compose and hcl
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tonis Tiigi
|
c5eb8f58b4
|
bake: new hclparser package
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tõnis Tiigi
|
03b7128b60
|
Merge pull request #575 from tonistiigi/user-func-vars
bake: allow user functions in variables and vice-versa
|
4 years ago |
Tõnis Tiigi
|
15b358bec6
|
Merge pull request #618 from MichalAugustyn/handle-resources
feat: add resources handling to kubernetes driver
|
4 years ago |
Michal Augustyn
|
a53e392afb
|
feat: add resources handling to kubernetes driver
Signed-off-by: Michal Augustyn <michal.augustyn@mail.com>
|
4 years ago |
Akihiro Suda
|
4fec647b9d
|
Merge pull request #613 from tonistiigi/docs-update
readme: update installation instructions
|
4 years ago |
Tonis Tiigi
|
d7b28fb4d3
|
docs: update bake notes
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tonis Tiigi
|
9bc9291fc9
|
readme: update installation instructions
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tonis Tiigi
|
df7a318ec0
|
bake: allow user functions in variables and vice-versa
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |
Tõnis Tiigi
|
908a856079
|
Merge pull request #590 from AkihiroSuda/split-flagparser
build: split buildflags package
|
4 years ago |
Akihiro Suda
|
8d64b6484f
|
Merge pull request #592 from tonistiigi/descriptor-merge
imagetools: fix merging JSON descriptor with old one
|
4 years ago |
Akihiro Suda
|
399df854ea
|
build: split buildflags package
Planned to be imported by nerdctl in future.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
|
4 years ago |
Tonis Tiigi
|
328441cdc6
|
imagetools: fix merging JSON descriptor with old one
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
|
4 years ago |