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

Commits on Nov 16, 2021

  1. fix: use correct path inside dockerfile

    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
    racevedoo committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    38bf6f2 View commit details
    Browse the repository at this point in the history