-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
build this (docker build . --network host --tag 'base:42'
)
FROM buildpack-deps:bookworm
RUN apt-get update -qq -y --allow-unauthenticated && \
wget https://repo.percona.com/apt/percona-release_latest.bookworm_all.deb && \
apt install -y ./percona-release_latest.bookworm_all.deb && \
rm percona-release_latest.bookworm_all.deb && \
percona-release setup ps57 && apt install -y libperconaserverclient20-dev
run diffoci diff --semantic --report-dir diff docker://base:42 docker://buildpack-deps:bookworm
INFO[0000] Target platforms: [linux/amd64]
INFO[0000] Loading image "docker.io/library/base:42" from "docker"
docker.io/library/base:42 saved
Importing elapsed: 8.5 s total: 0.0 B (0.0 B/s)
INFO[0022] Loading image "docker.io/library/buildpack-deps:bookworm" from "docker"
docker.io/library/buildpack deps:bookwor saved
Importing elapsed: 7.7 s total: 0.0 B (0.0 B/s)
WARN[0038] Layer length mismatch (5 vs 4), squashing for comparison (EXPERIMENTAL)
ERRO[0045] failed to load layer (input-0): mkdir /home/vladimir/profit/kanibug/diff/input-0/usr/include/mysql: file exists
$ file /home/vladimir/profit/kanibug/diff/input-0/usr/include/mysql
/home/vladimir/profit/kanibug/diff/input-0/usr/include/mysql: symbolic link to mariadb
Seems to be similar to this issue, but I wasn't able to reproduce it on these examples
DenisKuplyakov, gjacobsatl and Idun0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working