diff --git a/.gitignore b/.gitignore index d96416f..93b097e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ /umoci /cache -/vendor/src -/vendor/pkg -/vendor/github.com/openSUSE/umoci /umoci.cov* +/release diff --git a/Dockerfile b/Dockerfile index c556e41..5cc8fbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM opensuse/amd64:42.3 +FROM opensuse/leap:latest MAINTAINER "Aleksa Sarai " # We have to use out-of-tree repos because several packages haven't been merged @@ -24,7 +24,7 @@ RUN zypper ar -f -p 10 -g obs://Virtualization:containers obs-vc && \ RUN zypper -n in \ bats \ git \ - go \ + "go>=1.11" \ golang-github-cpuguy83-go-md2man \ go-mtree \ jq \