mirror of
https://github.com/containers/podman.git
synced 2026-07-14 17:21:52 -04:00
Bumps [github.com/openshift/imagebuilder](https://github.com/openshift/imagebuilder) from 1.2.4-0.20230207193036-6e08c897da73 to 1.2.4. - [Release notes](https://github.com/openshift/imagebuilder/releases) - [Commits](https://github.com/openshift/imagebuilder/commits/v1.2.4) --- updated-dependencies: - dependency-name: github.com/openshift/imagebuilder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
349 B
YAML
25 lines
349 B
YAML
language: go
|
|
|
|
dist: jammy
|
|
|
|
services:
|
|
- docker
|
|
|
|
go:
|
|
- "1.19"
|
|
- "1.20"
|
|
|
|
before_install:
|
|
- sudo apt-get update -q -y
|
|
- docker pull busybox
|
|
- docker pull centos:7
|
|
- chmod -R go-w ./dockerclient/testdata
|
|
|
|
script:
|
|
- make build
|
|
- make test
|
|
- travis_wait 45 make test-conformance
|
|
|
|
notifications:
|
|
irc: "chat.freenode.net#openshift-dev"
|