1
0
mirror of https://github.com/openSUSE/umoci.git synced 2026-02-05 09:44:53 +01:00

ci: switch to leap 15

Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
Aleksa Sarai
2018-12-27 01:24:26 +11:00
parent 5f05679eb1
commit 37d431499e
2 changed files with 3 additions and 5 deletions

4
.gitignore vendored
View File

@@ -1,6 +1,4 @@
/umoci
/cache
/vendor/src
/vendor/pkg
/vendor/github.com/openSUSE/umoci
/umoci.cov*
/release

View File

@@ -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 <asarai@suse.com>"
# 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 \