Docker build instructions do not work
See original GitHub issueFollowed instructions here https://github.com/linkedin/iris/tree/master/ops/packer
packer build -only=docker ./output/iris.json
<lots of logs>
docker: mv: cannot stat '/home/iris/source/ops/config/systemd/uwsgi-iris.service': No such file or directory
==> docker: Killing the container: 3ae3090eb6e4e524f7d3e71decf92642267086b7b28aebcc2e23baad6115eb85
Build 'docker' errored: Script exited with non-zero exit status: 1
==> Some builds didn't complete successfully and had errors:
--> docker: Script exited with non-zero exit status: 1
==> Builds finished but no artifacts were created.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:8 (6 by maintainers)
Top Results From Across the Web
docker build - Docker Documentation
The docker build command builds Docker images from a Dockerfile and a “context”. A build's context is the set of files located in...
Read more >Not able to figure out why Docker build command is not working
I am trying to build a Docker image with given below steps and try to run a docker build command to generate an...
Read more >Building your Docker Image - Runnable
Detailed steps to build your Docker image and troubleshoot errors encountered during builds with Ruby on Rails applications.
Read more >Docker sample for CodeBuild - AWS Documentation
Provides information about the Docker sample that is designed to work ... Multi-stage Docker image builds help to reduce the size of the...
Read more >How Docker Build Command Works Internally
Historically, Dockerfiles have been serving this purpose. Any Dockerfile must have the FROM instruction at the very beginning. This instruction ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have different problem during building of docker image using Packer:
Steps to reproduce:
Problem start at commit
65c45891976ecaf61773d2e695a86524ed7b8e2e
I have a bunch of enhancements to documentation and
Dockerfile
and packer setup, that should resolve this. This also updates to python3 , newer ubuntu, and improves the entrypoint mechanism.I will send it in coming days.