dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

base docker images and files used by Instructure

Results 4 dockerfiles issues
Sort by recently updated
recently updated
newest added

steps to reproduce - I've started the below docker-compose - https://github.com/jeremyber-aws/local-development-with-flink-and-kinesis/blob/master/docker-compose.yml 1. I'm sucessfullay able to create Stream `AWS_ACCESS_KEY_ID=x AWS_SECRET_ACCESS_KEY=x aws kinesis create-stream --endpoint-url https://localhost:4567 --stream-name my-local-stream --shard-count 6 --no-verify-ssl...

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...

dependencies

It appears that https://github.com/instructure/dockerfiles/commit/9a27aa4153beff24d62f12701ab866f9db745a56 broke the `dynamo-local-admin` image. ``` INFO spawnerr: can't find command '/usr/local/bin/dynamodb-admin' ```

One of the great things about e.g. the official [postgres](https://hub.docker.com/_/postgres/) image is that you can specify a `POSTGRES_DB` environment variable, and it will automatically create a database with that name....