linux-on-ibm-z / dockerfile-examples

A collection of examples to show how Dockerfiles could be created and used on Linux on IBM z Systems.
37 stars 62 forks source link

MariaDB doesn't build due to missing docker-entrypoint.sh #18

Closed gdlxn-ibm closed 3 years ago

gdlxn-ibm commented 3 years ago

I'm trying to build MariaDB. It's failing in STEP 19 due to missing docker-entrypoint.sh:

Step 19/23 : COPY ./docker-entrypoint.sh / COPY failed: file not found in build context or excluded by .dockerignore: stat docker-entrypoint.sh: file does not exist

gdlxn-ibm commented 3 years ago

This was my problem. I didn't realize that there was a docker-entrypoint.sh in https://github.com/linux-on-ibm-z/dockerfile-examples/tree/master/MariaDB.