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
FROM golang:1.15.7-alpine3.12 as golang | |
ENV GO111MODULE=on | |
RUN go get -u google.golang.org/[email protected] \ | |
&& go get -u github.com/golang/protobuf/[email protected] | |
FROM bufbuild/buf:0.36.0 as buf | |
FROM scratch | |
COPY --from=golang /go/bin/protoc-gen-go /go/bin/protoc-gen-go | |
COPY --from=buf /usr/local/bin/buf /usr/local/bin/buf |
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
<?php | |
/** | |
* | |
* | |
* Spouštět pomocí ./phinx.sh nebo pomocí php vendor/bin/phinx | |
* | |
* Obsah souboru ./phinx.sh: | |
* #!/bin/bash | |
* php vendor/bin/phinx $@ |
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
# Edge Win10 | |
https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Windows/Microsoft%20Edge.Win10.For.Windows.VirtualBox.zip | |
https://az792536.vo.msecnd.net/vms/VMBuild_20150801/VirtualBox/MSEdge/Linux/Microsoft%20Edge.Win10.For.Linux.VirtualBox.zip | |
# IE11 Win8.1 | |
https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Windows/IE11.Win8.1.For.Windows.VirtualBox.zip | |
https://az412801.vo.msecnd.net/vhd/VMBuild_20141027/VirtualBox/IE11/Linux/IE11.Win7.For.Linux.VirtualBox.zip | |
Source: https://gist.githubusercontent.com/amolofos/9d29b34360911066a48f/raw/65db1ea3878d1cf1b06c37d65c0d55a1bc8ff129/modern.ie.vms.json |