//go:build containers_image_ostree && linux

package alltransports

import (
	// Register the ostree transport
	_ "github.com/containers/image/v5/ostree"
)
