tfactor2
tfactor2
Hi, So isn't this issue a duplicate of #386?
Clear, thanks @TomFreudenberg, BTW1: We decided to keep using mailcatcher despite the fact that on prod we are using TLS. To really test communication the mail server used for testing...
Any news?
IMHO. It's very useful to have the Dockerfile here. Following the logic of not including the `Dockerfile` because the tool is a standalone Perl script, the Makefile and tar distributions...
I think that the author has full authority to do whatever he wants with the code, indeed, if someone wishes one can just take the repo and evolve it as...
We replaced the `mbknor-jackson-jsonSchema` with `victools/jsonschema-generator`.
@rayokota, thx for the response. But the library returns sets of differences that can be interpreted as **in**compatible: `OPTIONAL_PROPERTY_ADDED_TO_UNOPEN_CONTENT_MODEL`, `PROPERTY_REMOVED_FROM_OPEN_CONTENT_MODEL` and so on. I would expect _only_ `ADDITIONAL_PROPERTIES_ADDED`.
Looks like we need to pass `--config` _after_ `docker buildx`. This works: ``` docker buildx create --config /Users/user/project/target/docker/repo/project/version/docker/config.json --driver docker-container --name service-name ``` I had to create a config.json inside...
Still, any workarounds? Apple M1 becomes a very popular machine for development.
@Prior99, could you point to a valid build pipeline, plz? https://travis-ci.org/Prior99/native-image-diff doesn't work for me.