Skip to content

Build and Push Powershell Toolbox Image #610

Build and Push Powershell Toolbox Image

Build and Push Powershell Toolbox Image #610

Triggered via schedule January 27, 2025 06:04
Status Failure
Total duration 52s
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:2e78db278163ba68dcbf003bde89e2a9a1cb60ae19081b653dab78a4b12d13a2 Copying blob sha256:b890bdd420cdd769e718e6dce4b103b8696d856ecc53befe41c306fa4a6ea936 Copying config sha256:b5c073f3cd1115b235115394e8add173a3b07bf65a7ab015aa22b666460287e2 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