Skip to content

Build and Push Powershell Toolbox Image #606

Build and Push Powershell Toolbox Image

Build and Push Powershell Toolbox Image #606

Triggered via schedule January 25, 2025 06:04
Status Failure
Total duration 40s
Artifacts

build-powershell.yml

on: schedule
Matrix: Build and push image
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build and push image (powershell-toolbox)
Error: buildah exited with code 1 Trying to pull ghcr.io/ublue-os/wolfi-toolbox:latest... Getting image source signatures Copying blob sha256:b3aa8e161c7772f86793e4ab50c7ac766da7bf6c3e723b0662cf9646ca2f97b0 Copying blob sha256:b890bdd420cdd769e718e6dce4b103b8696d856ecc53befe41c306fa4a6ea936 Copying config sha256:cb6504ff2ba293694e2dd7240a5a47054dcd71e2fbec7e398f5734a79809fc4a Writing manifest to image destination The settings file in the tool's NuGet package is invalid: Settings file 'DotnetToolSettings.xml' was not found in the package. Tool 'powershell' failed to install. Contact the tool author for assistance. Error: building at STEP "RUN apk upgrade && grep -v '^#' /tmp/packages.powershell | xargs apk add --no-cache && dotnet tool install --global PowerShell && az config set core.collect_telemetry=no && curl -s https://ohmyposh.dev/install.sh | bash -s -- -t /usr/local/share/oh-my-posh/themes && curl -LSfs https://raw.githubusercontent.com/cantino/mcfly/master/ci/install.sh | sh -s -- --git cantino/mcfly && cp /tmp/profile.ps1 "$(~/.dotnet/tools/pwsh -Command "\$PROFILE.AllUsersAllHosts")" && echo 'if test ! -f ${XDG_DATA_HOME:-${HOME}/.local/share}/powershell/PSReadLine/ConsoleHost_history.txt; then mkdir -p ${XDG_DATA_HOME:-${HOME}/.local/share}/powershell/PSReadLine/ && touch ${XDG_DATA_HOME:-${HOME}/.local/share}/powershell/PSReadLine/ConsoleHost_history.txt; fi' > /etc/profile.d/mcfly-history.sh && printf 'LANG=en_US.utf8\nexport LANG\n' > /etc/profile.d/locale.sh && printf 'exec /usr/lib/dotnet/tools/pwsh' > /etc/profile.d/zz-pwsh.sh && mkdir -p /etc/zsh && printf 'LANG=en_US.utf8\nexport LANG\nexec /usr/lib/dotnet/tools/pwsh' >> /etc/zsh/zlogin && mkdir -p /etc/fish && printf 'if status is-login\n\tset -gx LANG en_US.utf8\n\texec /usr/lib/dotnet/tools/pwsh\nend\n' >> /etc/fish/config.fish && cp -r ~/.dotnet /usr/lib/dotnet && printf 'LANG="en_US.UTF-8"' > /etc/locale.conf && chown -R 1000:1000 /usr/lib/dotnet && rm -rf /tmp/*": while running runtime: exit status 1