Skip to content

[BUG] Xmrig miner in update of Calibre app container #209

Description

@wonka929

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

As for the title.
It's not the first time, so keep an eye on it.

Image

Expected Behavior

No response

Steps To Reproduce

install new calibre version

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

name: linuxserver-calibre
services:
  app:
    cpu_shares: 90
    command: []
    deploy:
      resources:
        limits:
          memory: 16612179968
        reservations:
          devices: []
    environment:
      - CLI_ARGS=
      - PASSWORD=Willywonka92
      - PGID=1000
      - PUID=1000
      - TZ=Europe/Rome
    image: linuxserver/calibre:latest
    labels:
      icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-logo.png
    ports:
      - target: 8080
        published: "8090"
        protocol: tcp
      - target: 8181
        published: "8181"
        protocol: tcp
      - target: 8081
        published: "8081"
        protocol: tcp
    restart: unless-stopped
    volumes:
      - type: bind
        source: /media/sda1/AppData/calibre
        target: /config
    devices: []
    cap_add: []
    networks:
      - default
    privileged: false
    container_name: ""
networks:
  default:
    name: linuxserver-calibre_default
x-casaos:
  architectures:
    - amd64
    - arm64
  author: WisdomSky
  category: LinuxServer.io
  description:
    en_us: Calibre is a powerful and easy to use e-book manager. Users say it's
      outstanding and a must-have. It'll allow you to do nearly everything and
      it takes things a step beyond normal e-book software. It's also completely
      free and open source and great for both casual users and computer experts.
  developer: LinuxServer.io
  hostname: ""
  icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-logo.png
  index: /
  is_uncontrolled: true
  main: app
  port_map: "8080"
  scheme: http
  store_app_id: linuxserver-calibre
  tagline:
    en_us: A powerful and easy to use e-book manager. Users say it's outstanding and
      a must-have. It'll allow you to do nearly everything and it takes things a
      step beyond normal e-book software. It's also completely free and open
      source and great for both casual users and computer experts.
  thumbnail: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-logo.png
  title:
    custom: ""
    en_us: Calibre

Container logs

asdasd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions