build-vs-workspace #21
build.yaml
on: schedule
Build and push image
2m 3s
Annotations
1 error
Build and push image
Error: buildah exited with code 1
Resolving "codercom/code-server" using unqualified-search registries (/etc/containers/registries.conf)
Trying to pull docker.io/codercom/code-server:latest...
Getting image source signatures
Copying blob sha256:28e5027354103f184831287eb4c66c2b91f85ee9013e5841fad350b6852a5a5d
Copying blob sha256:9017ccb9e7b694e03622cd6ef12825c13af449498b2ffb369e6403b4d0a09dd0
Copying blob sha256:35d0fdb068ef9ff893290107aafab7ebfdec6b9a9f4d818cef3091558d3c3b75
Copying blob sha256:bc0734b949dcdcabe5bfdf0c8b9f44491e0fce04cb10c9c6e76282b9f6abdf01
Copying blob sha256:eb94968559ba32709431d12c733cf6fa90041dd986aa638fc8e964c50470fc5e
Copying blob sha256:bea79aea7175471368a5c1671fa0619a6f5bccef373f7f79cfdc5fc3058cd54e
Copying blob sha256:bea79aea7175471368a5c1671fa0619a6f5bccef373f7f79cfdc5fc3058cd54e
Copying blob sha256:bc0734b949dcdcabe5bfdf0c8b9f44491e0fce04cb10c9c6e76282b9f6abdf01
Copying blob sha256:9017ccb9e7b694e03622cd6ef12825c13af449498b2ffb369e6403b4d0a09dd0
Copying blob sha256:35d0fdb068ef9ff893290107aafab7ebfdec6b9a9f4d818cef3091558d3c3b75
Copying blob sha256:eb94968559ba32709431d12c733cf6fa90041dd986aa638fc8e964c50470fc5e
Copying blob sha256:23a16ae6eefa3815a1785136780e04e404fff0a7a0e9a471a986c33a998a0a9a
Copying blob sha256:28e5027354103f184831287eb4c66c2b91f85ee9013e5841fad350b6852a5a5d
Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
Copying blob sha256:23a16ae6eefa3815a1785136780e04e404fff0a7a0e9a471a986c33a998a0a9a
Copying config sha256:e966a0ca73adbb2f62510258235f9a6a24f531c0b0279ccf2d03f74acfcee76b
Writing manifest to image destination
Storing signatures
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
Created symlink /etc/systemd/system/systemd-udevd-kernel.socket → /dev/null.
Created symlink /etc/systemd/system/systemd-udevd-control.socket → /dev/null.
Created symlink /etc/systemd/system/systemd-modules-load.service → /dev/null.
Created symlink /etc/systemd/system/systemd-udev-trigger.service → /dev/null.
Created symlink /etc/systemd/system/systemd-journald-audit.socket → /dev/null.
Created symlink /etc/systemd/system/sys-kernel-config.mount → /dev/null.
Created symlink /etc/systemd/system/sys-kernel-debug.mount → /dev/null.
Created symlink /etc/systemd/system/sys-kernel-tracing.mount → /dev/null.
debconf: delaying package configuration, since apt-utils is not installed
+ sh -c apt-get update -qq >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
debconf: delaying package configuration, since apt-utils is not installed
+ sh -c install -m 0755 -d /etc/apt/keyrings
+ sh -c curl -fsSL "https://download.docker.com/linux/debian/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg
+ sh -c chmod a+r /etc/apt/keyrings/docker.gpg
+ sh -c echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bookworm stable" > /etc/apt/sources.list.d/docker.list
+ sh -c apt-get update -qq >/dev/null
+ sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin >/dev/null
debconf: delaying package configuration, since apt-utils is not installed
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx
|