| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | build-unit-test-docker | 403 dockerfile = f""" 413 tag = Docker.tagname(self._stagename(), dockerfile) 419 Docker.build(self.package, tag, dockerfile) 715 def tagname(pkgname: Optional[str], dockerfile: str) -> str: 722 result += "-" + sha256(dockerfile.encode()).hexdigest()[0:16] 727 def build(pkg: str, tag: str, dockerfile: str) -> None: 757 _in=dockerfile, 1033 dockerfile = f""" variable 1072 docker_final_img_name = Docker.tagname(None, dockerfile) 1073 Docker.build("final", docker_final_img_name, dockerfile)
|
| /openbmc/qemu/tests/docker/ |
| H A D | docker.py | 301 def build_image(self, tag, docker_dir, dockerfile, argument 307 if not _dockerfile_verify_flat(dockerfile): 310 checksum = _text_checksum(dockerfile) 315 tmp_df.write(dockerfile) 351 def image_matches_dockerfile(self, tag, dockerfile): argument 356 return checksum == _text_checksum(dockerfile) 443 dockerfile = _read_dockerfile(args.dockerfile) 448 dkr.image_matches_dockerfile(tag, dockerfile): 464 docker_pre = os.path.splitext(args.dockerfile)[0]+".pre" 493 dkr.build_image(tag, docker_dir, dockerfile,
|
| /openbmc/openbmc/poky/documentation/tools/ |
| H A D | Containerfile.almalinux | 8 # relative to the location of the dockerfile
|
| H A D | Containerfile.fedora | 8 # relative to the location of the dockerfile
|
| H A D | Containerfile.dnf | 8 # relative to the location of the dockerfile
|
| H A D | Containerfile.apt | 10 # relative to the location of the dockerfile
|
| H A D | Containerfile.ubuntu | 10 # relative to the location of the dockerfile
|
| H A D | Containerfile.debian | 10 # relative to the location of the dockerfile
|
| H A D | Containerfile.zypper | 8 # relative to the location of the dockerfile
|
| /openbmc/qemu/tests/docker/dockerfiles/ |
| H A D | debian-toolchain.docker | 4 # This dockerfile is used for building a cross-compiler toolchain.
|
| H A D | alpine.docker | 3 # $ lcitool dockerfile --layers all alpine-321 qemu
|
| H A D | opensuse-leap.docker | 3 # $ lcitool dockerfile --layers all opensuse-leap-15 qemu
|
| H A D | centos9.docker | 3 # $ lcitool dockerfile --layers all centos-stream-9 qemu
|
| H A D | fedora-win64-cross.docker | 3 # $ lcitool dockerfile --layers all --cross-arch mingw64 fedora-40 qemu,qemu-win-installer
|
| H A D | debian-riscv64-cross.docker | 3 # $ lcitool dockerfile --layers all --cross-arch riscv64 debian-13 qemu-minimal
|
| H A D | fedora.docker | 3 # $ lcitool dockerfile --layers all fedora-40 qemu
|
| H A D | ubuntu2204.docker | 3 # $ lcitool dockerfile --layers all ubuntu-2204 qemu
|
| H A D | debian.docker | 3 # $ lcitool dockerfile --layers all debian-12 qemu
|
| H A D | fedora-rust-nightly.docker | 3 # $ lcitool dockerfile --layers all fedora-40 qemu
|
| H A D | emsdk-wasm32-cross.docker | 1 # syntax = docker/dockerfile:1.5
|
| H A D | debian-armhf-cross.docker | 3 # $ lcitool dockerfile --layers all --cross-arch armv7l debian-12 qemu
|
| H A D | debian-s390x-cross.docker | 3 # $ lcitool dockerfile --layers all --cross-arch s390x debian-12 qemu
|
| H A D | debian-amd64-cross.docker | 3 # $ lcitool dockerfile --layers all --cross-arch x86_64 debian-12 qemu
|
| H A D | debian-arm64-cross.docker | 3 # $ lcitool dockerfile --layers all --cross-arch aarch64 debian-12 qemu
|
| /openbmc/qemu/scripts/coverity-scan/ |
| H A D | coverity-scan.docker | 1 # syntax=docker/dockerfile:1.0.0-experimental
|