Skip to content

Repo contents Dockerfile of all iMio base docker images

License

Notifications You must be signed in to change notification settings

IMIO/docker-bases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-bases images for iMio

This repo is used to create base images for iMio organization.

The name of image is common/base and we use different tag.

We use Ubuntu because of this package https://packages.ubuntu.com/xenial/libreoffice-script-provider-python. It offers a much simpler way to install everything documentgenerator related.

Ubuntu is closer to the dev environment.

Tags

Images

In this section, we explain what is on your base images

Timezone

We add "Europe/Brussels" timezone

Base user

We use same user in all our applications

key value
username imio
uid 913
gid 209

Tools lib

We preinstall some tools on image

  • curl
  • htop
  • bash-completion
  • htop
  • iproute2
  • tzdata
  • vim

Tests

Into a folder (example py3/alpine/) we add a docker-compose.test.yml file used to run tests.

    $ cd py3/alpine/
    $ docker-compose -f docker-compose.test.yml run sut

License

The project is licensed under the MIT.

About

Repo contents Dockerfile of all iMio base docker images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published