Hi,
After running rpm-ostree
upgrade, toolbox enter
fails with the following:
$ toolbox -v list
toolbox: resolved absolute path for /usr/bin/toolbox to /usr/bin/toolbox
toolbox: TOOLBOX_PATH is /usr/bin/toolbox
toolbox: checking if ‘podman system migrate’ exists
toolbox: migration not needed: 1.3.1 is unchanged
Error: invalid filter syntax label=com.redhat.component=fedora-toolbox
toolbox: failed to list images with com.redhat.component=fedora-toolbox
How to reproduce:
Install Silverblue 30
run rpm-ostree upgrade
systemctl reboot
toolbox -v create
toolbox -v list
miabbott
(Micah Abbott)
June 5, 2019, 8:48pm
2
This is a known issue with podman
1.3.1
opened 10:30AM - 20 May 19 UTC
closed 03:39PM - 21 May 19 UTC
kind/bug
/kind bug
This used to work with `podman-1.2.0`, but doesn't with `podman-1.3… .1`:
```
$ podman images --filter "label=com.github.debarshiray.toolbox=true"
Error: invalid filter syntax label=com.github.debarshiray.toolbox=true
```
**Output of `podman version`:**
```
$ podman version
Version: 1.3.1
RemoteAPI Version: 1
Go Version: go1.11.7
OS/Arch: linux/amd64
```
**Output of `podman info --debug`:**
```
debug:
compiler: gc
git commit: ""
go version: go1.11.7
podman version: 1.3.1
host:
BuildahVersion: 1.8.2
Conmon:
package: podman-1.3.1-1.git7210727.fc29.x86_64
path: /usr/libexec/podman/conmon
version: 'conmon version 1.12.0-dev, commit: 1347e2d60ece2d99bdf55c16120712a1c6ea34cb'
Distribution:
distribution: fedora
version: "29"
MemFree: 1638502400
MemTotal: 8126959616
OCIRuntime:
package: runc-1.0.0-85.dev.gitdd22a84.fc29.x86_64
path: /usr/bin/runc
version: |-
runc version 1.0.0-rc6+dev
commit: 1d3f73d4086533a858613bc4b6af2b5e882f4730
spec: 1.0.1-dev
SwapFree: 4133482496
SwapTotal: 4133482496
arch: amd64
cpus: 4
hostname: kolache
kernel: 5.0.9-200.fc29.x86_64
os: linux
rootless: true
uptime: 1h 19m 41.58s (Approximately 0.04 days)
registries:
blocked: null
insecure: null
search:
- docker.io
- registry.fedoraproject.org
- quay.io
- registry.access.redhat.com
- registry.centos.org
store:
ConfigFile: /home/rishi/.config/containers/storage.conf
ContainerStore:
number: 1
GraphDriverName: overlay
GraphOptions:
- overlay.mount_program=/usr/bin/fuse-overlayfs
GraphRoot: /home/rishi/.local/share/containers/storage
GraphStatus:
Backing Filesystem: extfs
Native Overlay Diff: "false"
Supports d_type: "true"
Using metacopy: "false"
ImageStore:
number: 13
RunRoot: /run/user/1000
VolumePath: /home/rishi/.local/share/containers/storage/volumes
```
See the Troubleshooting doc for a workaround.