Skip to content

feature: move all dockerfiles to debian based docker image #56

@tanmoysrt

Description

@tanmoysrt

Is your feature request related to a problem? Please describe

To accomplish the feature #55, we must make all our docker templates based on a common image and a popular package installer.

Describe the solution you'd like

  1. We would like to move all the images to debian:bullseye based one to make it convenient for users.
  2. While doing this refactoring, do these feature: add support to install os package #55 changes to add additional OS package support
  3. Remove non-root user while we are running something directly
    a. If, it's a nginx image for frontend , go ahead with non-root user in image
    b. If it's a python/golang/java app, just use default root user, else it's complicating the things
    [User can always write secure image and in future we are coming with production templates]

Track

Are you working on this?

Yes

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions