Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use correct path inside dockerfile #58

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

racevedoo
Copy link
Collaborator

Currently, when we run the docker image, we get:

▶ docker run ghcr.io/memiiso/debezium-server-iceberg:latest
docker: Error response from daemon: OCI runtime create failed:
container_linux.go:380: starting container process caused: exec:
"/app/run.sh": stat /app/run.sh: no such file or directory: unknown.
ERRO[0000] error waiting for container: context canceled

That's because the appdist folder contains a inner folder and the docker
image does not account for it.

This copies only the debezium-server-iceberg folder from the builder
image, containing the expected file tree

Currently, when we run the docker image, we get:
```
▶ docker run ghcr.io/memiiso/debezium-server-iceberg:latest
docker: Error response from daemon: OCI runtime create failed:
container_linux.go:380: starting container process caused: exec:
"/app/run.sh": stat /app/run.sh: no such file or directory: unknown.
ERRO[0000] error waiting for container: context canceled
```

That's because the appdist folder contains a inner folder and the docker
image does not account for it.

This copies only the `debezium-server-iceberg` folder from the builder
image, containing the expected file tree
@ismailsimsek ismailsimsek merged commit 75f88fb into memiiso:master Nov 16, 2021
@ismailsimsek
Copy link
Member

thank you @racevedoo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants