TAGS
20 tagsUpdate docker/github-builder to v1.4.0 Fixes template validation error in CI by updating to latest stable version of docker/github-builder workflow. This resolves the JToken parsing error in bake.yml@v1 that was causing bin-image-test to fail. Signed-off-by: maks2134 <maks210306@yandex.by>
Fix panic when watch rebuilds without up Signed-off-by: Max Proske <max@mproske.com>
set fsnotify build tag when building for OSX Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
warn user no service has been selected to build Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
refactor: replace interface{} with any for clarity and modernization Signed-off-by: zjumathcode <pai314159@2980.com>
images command should display image Created time or N/A if not available Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
sdk docs: patch Signed-off-by: aevesdocker <allie.sadler@docker.com>
bump compose-go to version v2.9.1 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> (cherry picked from commit 3eb2934eb76cc549bdddf50805a1c81e69abf4b8) Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
publish env_file references as opaque hash to prevent paths conflicts Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
make CTRL+Z a no-op operation on Windows Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
build(deps): bump github.com/docker/cli Bumps [github.com/docker/cli](https://github.com/docker/cli) from 28.5.0-rc.1+incompatible to 28.5.0+incompatible. - [Commits](https://github.com/docker/cli/compare/v28.5.0-rc.1...v28.5.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.5.0+incompatible dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
test: Set stop_signal to SIGTERM The official nginx images set STOPSIGNAL to SIGQUIT which dumps core. Set it to SIGTERM to avoid dumping core on e2e tests. Signed-off-by: Ricardo Branco <rbranco@suse.de>
bump compose-go to version v2.8.2 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
only monitor attached services on up command Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
bump compose-go to v2.8.1 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Integration of SetAttributes calls Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
build(deps): bump github.com/docker/docker Bumps [github.com/docker/docker](https://github.com/docker/docker) from 28.3.0+incompatible to 28.3.1+incompatible. - [Release notes](https://github.com/docker/docker/releases) - [Commits](https://github.com/docker/docker/compare/v28.3.0...v28.3.1) --- updated-dependencies: - dependency-name: github.com/docker/docker dependency-version: 28.3.1+incompatible dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
implement model_variable Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
fix linting errors Signed-off-by: Leonardo Peregrino <55335068+leoperegrino@users.noreply.github.com>