Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Switch to busybox for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
squaremo committed Jul 6, 2018
1 parent 0e8ceff commit 70999c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/cache/memcached/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestWarming_WarmerWriteCacheRead(t *testing.T) {
Logger: log.With(log.NewLogfmtLogger(os.Stderr), "component", "memcached"),
}, strings.Fields(*memcachedIPs)...)

id, _ := image.ParseRef("alpine")
id, _ := image.ParseRef("busybox")

logger := log.NewLogfmtLogger(os.Stderr)

Expand Down

0 comments on commit 70999c7

Please sign in to comment.