Giter Site home page Giter Site logo

ivoatex-docker's People

Contributors

pahjbo avatar zarquan avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

zarquan

ivoatex-docker's Issues

Add git to the Docker file

Need to add git to the Docker file to support changelog revision and date in the latest version of ivoatex.
[https://github.com/ivoa-std/ivoatex/commit/0d9bdaee6cb7cb0645806d9bf2c68dcaf4ea0978]

Move the Dockerfile to the top level

Given that the whole purpose of this project is to create a Docker container, it would make sense to move the Dockerfile to the top level directory.

Fix the empty user name when run in Docker

When we run the container in Docker we need to supply a uid so that files created inside the container don't end up being owned by root outside the container.

docker run \
    --user 1000 \
    ....

This means the shell inside the container is run with uid 1000, but there is no matching entry in the user or group database, so the shell prints a warning about the group and sets the user name to I have no name!.

groups: cannot find name for group ID 1000
I have no name!

There is nothing wrong with running a process using a uid and gid with no description, they are just numbers, but it would be good to avoid the warning and set the user name to something sensible.

Register this aplication in OSSR

Use this as a worked example of how to register containerised applications in the ESCAPE OSSR.

  • Create a metadata file
  • Automate the build of the binary image
  • Publish container images as in GitHub
  • Register a snapshot in Zendo
  • Register in OSSR

Simplify the path

Simplify the document path from

/var/local/texdata

to just

/texdata

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.