-
-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
After update from docker compose v2.33.0 to v2.33.1 container dns-proxy-server from mageddo started logging problem:
Caused by: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type `com.github.dockerjava.api.model.Capability` from String "CAP_SYS_PTRACE": not one of the values accepted for Enum class: [ALL, SYS_BOOT, DAC_OVERRIDE, NET_RAW, BLOCK_SUSPEND, FOWNER, IPC_LOCK, IPC_OWNER, SYS_PACCT, NET_BIND_SERVICE, WAKE_ALARM, FSETID, DAC_READ_SEARCH, SYS_CHROOT, AUDIT_READ, SYS_RAWIO, SYS_ADMIN, KILL, MAC_ADMIN, SYS_RESOURCE, CHOWN, PERFMON, SETPCAP, SYS_PTRACE, NET_ADMIN, SETFCAP, SYS_NICE, LINUX_IMMUTABLE, BPF, AUDIT_CONTROL, LEASE, AUDIT_WRITE, SYS_MODULE, MKNOD, SYSLOG, MAC_OVERRIDE, SYS_TIME, SETGID, SETUID, CHECKPOINT_RESTORE, SYS_TTY_CONFIG, NET_BROADCAST]
at [Source: UNKNOWN; line: -1, column: -1] (through reference chain:
This issue is from adding to other containers in docker compose file:
cap_add:
- SYS_PTRACE
After deleting this code problem is resloving but I cannot use some of functions I have in containers.
This issue was already reported to docker.
Their response is here: docker/compose#12830
mageddo
Metadata
Metadata
Assignees
Labels
No labels