Mark Altmann
Mark Altmann
**Story**: As a Security Consultant, I want to use the Import Assistant to load control catalogues like the ASVS into my SecRAT instance. I have used the following file for...
the manual execution of the custom ecs task to do the rails db:setup fails. It seems that the recipe wants to start a new db, but fails, as mastodon already...
If you start/restart a container instance, the agent is not up2date. It should be though, as the ECS optimised images should have the latest agent installed. Doc from AMZN: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/agent-update-ecs-ami.html
I find this script highly useful. As we are also using other docker cmd capable tools out there, like Podman or Finch, I want to adapt the script to be...
According to: https://stackoverflow.com/questions/16365130/what-is-the-difference-between-usr-bin-env-bash-and-usr-bin-bash The idea is to use a user provided bash path and not only look a a predefined path (although it might be posix compliant etc...) One reason...
The official docker image, displayed here: https://hub.docker.com/_/mysql/ If you use 8.0 as the tag, then the latest version is 8.0.40. However, for Major version 8, the latest is 8.4.3. So...
the new phymyadmin goes to the proper image. This is needed, as the "old" one, did not have arm64 architecture available. Check the discussion here: https://github.com/phpmyadmin/phpmyadmin/issues/17460 And especially here: https://github.com/phpmyadmin/phpmyadmin/issues/17460#issuecomment-1079808360