-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
https://github.com/theohbrothers/docker-powershell/actions/runs/6301051723/job/17105235489
#8 [linux/386 internal] load metadata for mcr.microsoft.com/powershell:lts-7.2-ubuntu-22.04
#8 ERROR: unexpected status from HEAD request to https://mcr.microsoft.com/v2/powershell/manifests/lts-7.2-ubuntu-22.04: 503 Service Unavailable > [linux/arm64 internal] load metadata for mcr.microsoft.com/powershell:7.0.3-alpine-3.9-20200928:
------
Dockerfile:1
--------------------
1 | >>> FROM mcr.microsoft.com/powershell:7.0.3-alpine-3.9-20200928
2 |
3 | # Disable telemetry for powershell 7.0.0 and above and .NET core: https://github.com/PowerShell/PowerShell/issues/16234#issuecomment-942139350
--------------------
ERROR: failed to solve: mcr.microsoft.com/powershell:7.0.3-alpine-3.9-20200928: unexpected status from HEAD request to https://mcr.microsoft.com/v2/powershell/manifests/7.0.3-alpine-3.9-20200928: 429 Too Many Requests
Error: buildx failed with: ERROR: failed to solve: mcr.microsoft.com/powershell:7.0.3-alpine-3.9-20200928: unexpected status from HEAD request to https://mcr.microsoft.com/v2/powershell/manifests/7.0.3-alpine-3.9-20200928: 429 Too Many Requests ------
Dockerfile:13
--------------------
11 |
12 | # Install Pester
13 | >>> RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'
14 | RUN pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 5.0.0 -Force -ErrorAction Stop -Verbose'
15 |
--------------------
ERROR: failed to solve: process "/bin/sh -c pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'" did not complete successfully: exit code: 1
Error: buildx failed with: ERROR: failed to solve: process "/bin/sh -c pwsh -c 'Install-Module Pester -Scope AllUsers -MinimumVersion 4.0.0 -MaximumVersion 4.10.1 -Force -ErrorAction Stop -Verbose'" did not complete successfully: exit code: 1https://github.com/theohbrothers/docker-powershell/actions/runs/6898434735/job/18768432224#step:3:1
Run ./Update-Versions.ps1 -PR -AutoMergeQueue -AutoRelease
WARNING: The names of some imported commands from the module 'Generate-DockerImageVariants' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
WARNING: Error in pwsh.versionsNewScript. Please review.
Invoke-WebRequest: {"message":"API rate limit exceeded for 172.183.132.20. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}
https://github.com/theohbrothers/docker-powershell/actions/runs/8444980452/job/23131451363#step:3:7:
WARNING: The names of some imported commands from the module 'Generate-DockerImageVariants' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
WARNING: Error in pwsh.versionsNewScript. Please review.
Invoke-WebRequest:
{
"message": "API rate limit exceeded for 20.172.28.131. (But here\u0027s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
"documentation_url": "https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"
}
Error: Process completed with exit code 1.
https://github.com/theohbrothers/docker-powershell/actions/runs/8547605844/job/23420051614#step:3:1
Run ./Update-Versions.ps1 -PR -AutoMergeQueue -AutoRelease
Install-Package: No match was found for the specified search criteria and module name
'Generate-DockerImageVariantsHelpers'. Try Get-PSRepository to see all
available registered module repositories.
Error: Process completed with exit code 1.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working