Skip to content
Started 15 days ago
Took 23 min
Success

Build #3 (May 14, 2024, 9:58:18 AM)

Build Artifacts
arm64-integration-bundles.tar.gz2.15 MiB view
Changes
  1. Move StartedAt time to before starting the container (details / githubweb)
  2. feat: ctx to client API (details / githubweb)
  3. API: bump version to 1.46 (details / githubweb)
  4. chore: remove repetitive words (details / githubweb)
  5. Update GoDoc for ioutils on atomic writers (details / githubweb)
  6. Makefile: refactoring .PHONY (details / githubweb)
  7. Disable IPv6 for endpoints in '--ipv6=false' networks. (details / githubweb)
  8. vendor: github.com/moby/swarmkit/v2 master (f3ffc0881d0e) (details / githubweb)
  9. daemon/cluster/executor: Add volume `Subpath` (details / githubweb)
  10. Add netiputil.AddrPortFromNet() (details / githubweb)
  11. daemon: add nolint-comments for deprecated kernel-memory options, hooks (details / githubweb)
  12. vendor: github.com/opencontainers/runtime-spec v1.2.0 (details / githubweb)
  13. Update tags.cncf.io/container-device-interface to v0.7.1 (details / githubweb)
  14. Windows DNS resolver forwarding (details / githubweb)
  15. builder/normalizeWorkdir: Always return cleaned path (details / githubweb)
  16. container/SetupWorkingDirectory: Don't mutate config (details / githubweb)
  17. nil dereference fix on image history Created value (details / githubweb)
  18. Include more details in errnotManifestOrIndex (details / githubweb)
  19. c8d/list: Ignore unexpected image target (details / githubweb)
  20. vendor: github.com/cilium/ebpf v0.12.3 (details / githubweb)
  21. Dockerfile: update docker CLI to v26.1.0 (details / githubweb)
  22. vendor: golang.org/x/mod v0.17.0 (details / githubweb)
  23. vendor: golang.org/x/tools v0.16.0 (details / githubweb)
  24. vendor: github.com/Microsoft/go-winio v0.6.2 (details / githubweb)
  25. Do not forward DNS requests to self. (details / githubweb)
  26. apparmor: Allow confined runc to kill containers (details / githubweb)
  27. Add firewalld policy "docker-forwarding". (details / githubweb)
  28. Update containerd to v1.7.16 (details / githubweb)
  29. libnet/ipam: un-embed mutex from `addrSpace` (details / githubweb)
  30. libnet/ipam: put `addrSpace` into a separate file (details / githubweb)
  31. libnet/ipam: remove dead DumpDatabase() (details / githubweb)
  32. libnet/ipam: split v4/v6 address spaces (details / githubweb)
  33. libnet/netutils: remove dead util NetworkRange (details / githubweb)
  34. libnet/ipamapi: add in/out structs for RequestPool (details / githubweb)
  35. integration-cli: createNetwork: add t.Helper() (details / githubweb)
  36. libnet/ipam: default-address-pools as Register arg (details / githubweb)
  37. libnet: move ipam pkg to ipam/defaultipam (details / githubweb)
  38. libnet/ipams/builtin: move to libnet/ipams (details / githubweb)
  39. libnet/ipams/defaultipam: add a Register fn (details / githubweb)
  40. libnet/ipams/windowsipam: that driver knows its name (details / githubweb)
  41. libnet/ipams: Unconditionally call windowsipam.Register (details / githubweb)
  42. libnet/ipams: register all drivers (details / githubweb)
  43. libnet/ipamutils: no more global state (details / githubweb)
  44. libnet/ipams/defaultipam: move driver name to its pkg (details / githubweb)
  45. libnet/ipams/null: move driver name to its pkg (details / githubweb)
  46. Option to avoid deleting the kernel_ll address from bridges. (details / githubweb)
  47. Allow for a read-only "/proc/sys/net". (details / githubweb)
  48. Do not remove kernel-ll addresses from bridges (details / githubweb)
  49. Refactor IPv6 subnet validation (details / githubweb)
  50. Disallow IPv6 multicast as bridge n/w subnet (details / githubweb)
  51. Don't delete IPv6 multicast addresses from a bridge (details / githubweb)
  52. Fix TestDockerSwarmSuite/TestSwarmInitIPv6 (details / githubweb)
  53. Remove integration-cli TestDaemonSuite/TestDaemonIPv6Enabled (details / githubweb)
  54. Delete broken/unused test requirement helper "IPv6" (details / githubweb)
  55. Makefile: bundles is not PHONY (details / githubweb)
  56. update to go1.21.10 (details / githubweb)
  57. libnet: don't check if ctrler store is nil (details / githubweb)
  58. libnet/d/remote: replace errorWithRollback (details / githubweb)
Changes
  1. Move StartedAt time to before starting the container (details / githubweb)
  2. feat: ctx to client API (details / githubweb)
  3. API: bump version to 1.46 (details / githubweb)
  4. chore: remove repetitive words (details / githubweb)
  5. Update GoDoc for ioutils on atomic writers (details / githubweb)
  6. Makefile: refactoring .PHONY (details / githubweb)
  7. Disable IPv6 for endpoints in '--ipv6=false' networks. (details / githubweb)
  8. vendor: github.com/moby/swarmkit/v2 master (f3ffc0881d0e) (details / githubweb)
  9. daemon/cluster/executor: Add volume `Subpath` (details / githubweb)
  10. Add netiputil.AddrPortFromNet() (details / githubweb)
  11. daemon: add nolint-comments for deprecated kernel-memory options, hooks (details / githubweb)
  12. vendor: github.com/opencontainers/runtime-spec v1.2.0 (details / githubweb)
  13. Update tags.cncf.io/container-device-interface to v0.7.1 (details / githubweb)
  14. Windows DNS resolver forwarding (details / githubweb)
  15. builder/normalizeWorkdir: Always return cleaned path (details / githubweb)
  16. container/SetupWorkingDirectory: Don't mutate config (details / githubweb)
  17. nil dereference fix on image history Created value (details / githubweb)
  18. Include more details in errnotManifestOrIndex (details / githubweb)
  19. c8d/list: Ignore unexpected image target (details / githubweb)
  20. vendor: github.com/cilium/ebpf v0.12.3 (details / githubweb)
  21. Dockerfile: update docker CLI to v26.1.0 (details / githubweb)
  22. vendor: golang.org/x/mod v0.17.0 (details / githubweb)
  23. vendor: golang.org/x/tools v0.16.0 (details / githubweb)
  24. vendor: github.com/Microsoft/go-winio v0.6.2 (details / githubweb)
  25. Do not forward DNS requests to self. (details / githubweb)
  26. apparmor: Allow confined runc to kill containers (details / githubweb)
  27. Add firewalld policy "docker-forwarding". (details / githubweb)
  28. Update containerd to v1.7.16 (details / githubweb)
  29. libnet/ipam: un-embed mutex from `addrSpace` (details / githubweb)
  30. libnet/ipam: put `addrSpace` into a separate file (details / githubweb)
  31. libnet/ipam: remove dead DumpDatabase() (details / githubweb)
  32. libnet/ipam: split v4/v6 address spaces (details / githubweb)
  33. libnet/netutils: remove dead util NetworkRange (details / githubweb)
  34. libnet/ipamapi: add in/out structs for RequestPool (details / githubweb)
  35. integration-cli: createNetwork: add t.Helper() (details / githubweb)
  36. libnet/ipam: default-address-pools as Register arg (details / githubweb)
  37. libnet: move ipam pkg to ipam/defaultipam (details / githubweb)
  38. libnet/ipams/builtin: move to libnet/ipams (details / githubweb)
  39. libnet/ipams/defaultipam: add a Register fn (details / githubweb)
  40. libnet/ipams/windowsipam: that driver knows its name (details / githubweb)
  41. libnet/ipams: Unconditionally call windowsipam.Register (details / githubweb)
  42. libnet/ipams: register all drivers (details / githubweb)
  43. libnet/ipamutils: no more global state (details / githubweb)
  44. libnet/ipams/defaultipam: move driver name to its pkg (details / githubweb)
  45. libnet/ipams/null: move driver name to its pkg (details / githubweb)
  46. Option to avoid deleting the kernel_ll address from bridges. (details / githubweb)
  47. Allow for a read-only "/proc/sys/net". (details / githubweb)
  48. Do not remove kernel-ll addresses from bridges (details / githubweb)
  49. Refactor IPv6 subnet validation (details / githubweb)
  50. Disallow IPv6 multicast as bridge n/w subnet (details / githubweb)
  51. Don't delete IPv6 multicast addresses from a bridge (details / githubweb)
  52. Fix TestDockerSwarmSuite/TestSwarmInitIPv6 (details / githubweb)
  53. Remove integration-cli TestDaemonSuite/TestDaemonIPv6Enabled (details / githubweb)
  54. Delete broken/unused test requirement helper "IPv6" (details / githubweb)
  55. Makefile: bundles is not PHONY (details / githubweb)
  56. update to go1.21.10 (details / githubweb)
  57. libnet: don't check if ctrler store is nil (details / githubweb)
  58. libnet/d/remote: replace errorWithRollback (details / githubweb)

Pull request #47715 event at 9:58:07 AM on May 14, 2024

This run spent:

  • 1 min 1 sec waiting;
  • 23 min build duration;
  • 23 min total from scheduled to completion.
Revision: c8880eb865108326b5561629a909e5c780e6ef50
Repository: https://github.com/docker/jps.git
  • master
Revision: 2a461cb18ae37b9464ddb893706e40d8fcef8cd3
Repository: https://github.com/moby/moby.git
  • PR-47715
Revision: 2c2ecf279a407507b7d588a2cf650fe6f7d051ec
Repository: https://github.com/moby/moby.git
  • PR-47715
Test Result (no failures)