TAGS
20 tagsbump buildx to v0.25 Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
build(deps): bump google.golang.org/grpc from 1.72.2 to 1.73.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.2 to 1.73.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.72.2...v1.73.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
(refactoting) Move watch logic into a dedicated Watcher type Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
bumpd buildkit v0.22.0 and buildx v0.24.0 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
introduce config --lock-image-digests Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.32.0 to 0.33.0. - [Commits](https://github.com/golang/sys/compare/v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
go.mod: bump github.com/docker/cli v28.1.0 full diff: https://github.com/docker/cli/compare/v28.0.4...v28.1.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
mount API is not strictly equivalent to bind Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
bump compose-go to version v2.4.9 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
add support for gw_priority, enable_ipv4 (requires docker v28.0) This adds support for the GwPriority API field in API v1.48 (docker v28.0). It can be set on both docker container run and docker network connect. This option is used by the Engine to determine which network provides the default gateway for a container. It also adds support for enable_ipv4, which allows enabling (default) or disabling IPv4 address assignment for a network. Co-authored-by: Nicolas De Loof <nicolas.deloof@gmail.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
go.mod: remove toolchain directive Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
add missing tag for build during merge workflow Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
ci: update bake-action to v6 Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
remove engine v25 from e2e test matrix The 1st version available for Ubuntu 24.x is Docker Engine v26 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
e2e test to prevent future regression Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
e2e test for recreate volume Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
bump containerd to v1.7,24 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
bump compose-go v2.4.4 Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
remove ArtifactType from Config in OCI v1.1 definition of the artifact Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>