- clone common repo on interested branch (for example 5.5.1)
- in common repo:
mvn -pl parent,. install(you may need to change scheama to https in repository to make it build) - clone common-docker repo on interested branch (for example 5.5.1)
- update open ssl version, make it at least like following:
<ubi.openssl.version>1.1.1k-7.el8_6</ubi.openssl.version> - in repo root execute build:
mvn -pl . install - in separate terminal run
socat TCP-LISTEN:2375,reuseaddr,fork UNIX-CONNECT:/var/run/docker.sock - in common-docker repo
cd baseandDOCKER_HOST=http://127.0.0.1:2375 mvn clean package -Pdocker -DskipTests -Ddocker.os_type=ubi8 -Ddocker.skip-security-update-check=true
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo launchctl load /Library/LaunchDaemons/com.cisco.anyconnect.vpnagentd.plist | |
| sudo launchctl unload /Library/LaunchDaemons/com.cisco.anyconnect.vpnagentd.plist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Always use the integrated graphics card while running on battery power | |
| sudo pmset -b gpuswitch 0 | |
| # Always use the discrete graphics card while running on battery power | |
| sudo pmset -b gpuswitch 1 | |
| # Switch between discrete and integrated graphics cards automatically while running on battery power | |
| sudo pmset -b gpuswitch 2 |
OlderNewer