LinearTapeFileSystem / LinearTapeFileSystem/Ubuntu2004-Build
Missing documentation for using Docker build action
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Hello. :smile:
Thanks for providing the Docker actions to create proper build environments!
I've successfully created a new Docker image on Ubuntu 20.04.3 using the action, but what is the intended/proper way to provide the ltfs source code to the image/container?
I've built the docker image by executing this in the Ubuntu2004-Build folder:
`$ docker build -t ltfs-ubuntu .`
When I try to run or enter the container, I always get the following error:
```
/entrypoint.sh: 3: ./autogen.sh: not found
/entrypoint.sh: 4: ./configure: not found
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
```
Makes perfect sense, because the source is not inside the image, nor is WORKDIR set.
I'm rather new to Docker, and I'd be very grateful if you could add usage instructions to the README.md.
Thanks in advance!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with README.md and the Ubuntu2004-Build folder, then review the docker build command and the errors from entrypoint.sh. Document how to provide the LTFS source to the image or container and how to set the working directory so the shown build commands can run successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100