Skip to content

Base image version (debian stretch, ubuntu bionic) #313

@andriy-f

Description

@andriy-f

Hi, just curious

  1. Did you have any reasons not to use Debian Stretch or Ubuntu bionic (18 LTS) for MongoDB 4?

  2. In Dockerfile you sometimes use

set -ex \
  command1; \
  command2; \

and sometimes

set -x \
  command1 &&
  command2 

what's the benefit of one over other if applicable?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionUsability question, not directly related to an error with the image

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions