The use of networks in the build process means that Podman cannot be used in rootless mode. This commit changes the build to use standard podman/docker build context. This makes the build simpler, but does introduce a pause at the beginning of the build, while the context is uploaded. This pause is reduced by dynamically creating the .dockerignore file, to prevent unnecessary large files from being uploaded.
* Part 1 of FIPS Compliance
* MQ Web Server FIPSs changes
* Remove function param
* Updates to FIPS MQ WebServer
* Fix build error
* Merge latest code from private-master
* Rename fips variable
* Fix build break
* Fix build break
* Fix build break
* Add new docker tests
* First cut of fips metrics
* First cut of fips metrics
* Second part of metrics fips
* Second part of metrics fips
* Added NativeHA FIPS
* Updated test
* Add Native HA tests
* Optimze FIPS handling
* Update comments
* Apply changes from private-master
* Undo metrics changes
* Merge latest changes
* Pull in changes from master
* Update copyright year
* Resolve merge conflicts
CSP handling is now separate, and the MQ return codes are tidied up.
Also added defaultIdentityTest to JMS tests and fixed copyright dates for htpasswd code
* Dummy change to see if things are working
* Initial internal build support
* Add SSH key support
* Add SSH key support pt 2
* Add SSH key support pt 3
* Add Push support
* Full package support
* Correct typo
* Correct typo 2
* Disable some tests as per master
* Change rsync variable names
* Fix build issues
* Remove the -full package support for now
Co-authored-by: Jason Edmeades <jason_edmeades@uk.ibm.com>
* initial go modules, fresh start to find breaking change
* change dep to go mod vendor
* main go modules done, tests passed locally
* upgrade go in dockerfileserver