mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
Take platform
in account on pulling the images
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
91b39d0772
commit
ba4a9980e2
@ -96,6 +96,7 @@ func (s *composeService) Pull(ctx context.Context, project *types.Project) error
|
||||
|
||||
stream, err := s.apiClient.ImagePull(ctx, service.Image, moby.ImagePullOptions{
|
||||
RegistryAuth: base64.URLEncoding.EncodeToString(buf),
|
||||
Platform: service.Platform,
|
||||
})
|
||||
if err != nil {
|
||||
w.Event(progress.Event{
|
||||
|
Loading…
x
Reference in New Issue
Block a user