https://softwareupdate.vmware.com/cds/vmw-desktop/player/
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
| #!/bin/bash | |
| #============================================== | |
| # silly script to import 100 docker images | |
| # into OpenShift as image streams | |
| # Author: Joel Sheppard | |
| #============================================== | |
| oc import-image 2717 --from gradle:latest --confirm | |
| oc import-image 6567 --from mhart/alpine-node-auto:latest --confirm | |
| oc import-image 2859 --from aptalca/home-automation-bridge:latest --confirm |
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
| #!/bin/bash | |
| #============================================== | |
| # silly script to import 1000 docker images | |
| # into OpenShift as image streams | |
| # Author: Joel Sheppard | |
| #============================================== | |
| oc import-image 2717 --from gradle:latest --confirm | |
| oc import-image 6567 --from mhart/alpine-node-auto:latest --confirm | |
| oc import-image 2859 --from aptalca/home-automation-bridge:latest --confirm |
This file has been truncated, but you can view the full file.
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
| #!/bin/bash | |
| #============================================== | |
| # silly script to import 15000 docker images | |
| # into OpenShift as image streams | |
| # Author: Joel Sheppard | |
| #============================================== | |
| oc import-image 2717 --from gradle:latest --confirm | |
| oc import-image 6567 --from mhart/alpine-node-auto:latest --confirm |
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
| #!/bin/bash | |
| #============================================== | |
| # silly script to import 2000 docker images | |
| # into OpenShift as image streams | |
| # Author: Joel Sheppard | |
| #============================================== | |
| oc import-image 2717 --from gradle:latest --confirm | |
| oc import-image 6567 --from mhart/alpine-node-auto:latest --confirm | |
| oc import-image 2859 --from aptalca/home-automation-bridge:latest --confirm |
This file has been truncated, but you can view the full file.
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
| #!/bin/bash | |
| #============================================== | |
| # silly script to import 20000 docker images | |
| # into OpenShift as image streams | |
| # Author: Joel Sheppard | |
| #============================================== | |
| oc import-image 2717 --from gradle:latest --confirm | |
| oc import-image 6567 --from mhart/alpine-node-auto:latest --confirm |
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
| # Create an OSEv3 group that contains the masters and nodes groups | |
| [OSEv3:children] | |
| masters | |
| nodes | |
| etcd | |
| #lb | |
| # Set variables common for all OSEv3 hosts | |
| [OSEv3:vars] | |
| # SSH user, this user should allow ssh based auth without requiring a password |
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
| #!/bin/bash | |
| #============================================== | |
| # silly script to import 5000 docker images | |
| # into OpenShift as image streams | |
| # Author: Joel Sheppard | |
| #============================================== | |
| oc import-image 2717 --from gradle:latest --confirm | |
| oc import-image 6567 --from mhart/alpine-node-auto:latest --confirm | |
| oc import-image 2859 --from aptalca/home-automation-bridge:latest --confirm |
- Latest Standard ISO version x86_64 is recommended (http://alpinelinux.org/downloads/)
- Create new VM ("Linux 2.6 / 3.x / 4.x (64-bit)")
- 1 CPU w/ 512BM RAM and 1 GB default (VDI) disk is more than sufficient
- Default networking (NAT)
- Boot and add Alpine ISO as attached virtual install media
- Default root password is blank (though note - ssh PermitRootLogin defaults to disallow blank passwords and: prohibit-password; switch to yes for Host ssh)
- Run setup-alpine
- Defaults are fine, but you do want "sys" disk setup to sda, y to confirm
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
| Visual Studio 2022 | |
| Enterprise : | |
| VHF9H-NXBBB-638P6-6JHCY-88JWH | |
| Professional: | |
| TD244-P4NB7-YQ6XK-Y8MMM-YWV2J |
NewerOlder