Thomas Raehalme

Results 12 comments of Thomas Raehalme

This would allow our tasks to start faster. After the task is up and running it no longer requires the same amount of CPU as it takes to prepare the...

Here's is the error I get when executing `mvn gitflow:release-start` using version 1.3.1 of the plugin: ``` $ mvn -X gitflow:release-start ... [INFO] Updating version(s) to '1.9'. [DEBUG] mvn org.codehaus.mojo:versions-maven-plugin:2.1:set...

@aleksandr-m I managed to get pass the `BASH_FUNC_scl` error by removing the `scl-utils` package and invoking `unset scl` before running Maven. Thanks for the tip! Unfortunately the original problem remains...

@aleksandr-m Yes, I am :-) And now that you mentioned it it's possible that `gitflow-helper-maven-plugin` disables the plugin. I guess I never tested it on some other project besides the...

Would it make sense to allow overriding the resource tag with an environment variable? Whenever you deploy your custom theme, you will also build a new custom Docker image. Then...

@jowko Sorry I missed the two last words of the description ;) I'd definitely prefer using environment variables instead of having to update the value separately using a REST API...

Any new thoughts on this? My vote is also on the thread stable approach.

My use case is related to caching. We have the same image running many times on ECS and Fargate. At the moment every task downloads the same image separately. This...