Home
last modified time | relevance | path

Searched refs:dockerfile (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-unit-test-docker403 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 Ddocker.py301 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 DContainerfile.almalinux8 # relative to the location of the dockerfile
H A DContainerfile.fedora8 # relative to the location of the dockerfile
H A DContainerfile.dnf8 # relative to the location of the dockerfile
H A DContainerfile.apt10 # relative to the location of the dockerfile
H A DContainerfile.ubuntu10 # relative to the location of the dockerfile
H A DContainerfile.debian10 # relative to the location of the dockerfile
H A DContainerfile.zypper8 # relative to the location of the dockerfile
/openbmc/qemu/tests/docker/dockerfiles/
H A Ddebian-toolchain.docker4 # This dockerfile is used for building a cross-compiler toolchain.
H A Dalpine.docker3 # $ lcitool dockerfile --layers all alpine-321 qemu
H A Dopensuse-leap.docker3 # $ lcitool dockerfile --layers all opensuse-leap-15 qemu
H A Dcentos9.docker3 # $ lcitool dockerfile --layers all centos-stream-9 qemu
H A Dfedora-win64-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch mingw64 fedora-40 qemu,qemu-win-installer
H A Ddebian-riscv64-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch riscv64 debian-13 qemu-minimal
H A Dfedora.docker3 # $ lcitool dockerfile --layers all fedora-40 qemu
H A Dubuntu2204.docker3 # $ lcitool dockerfile --layers all ubuntu-2204 qemu
H A Ddebian.docker3 # $ lcitool dockerfile --layers all debian-12 qemu
H A Dfedora-rust-nightly.docker3 # $ lcitool dockerfile --layers all fedora-40 qemu
H A Demsdk-wasm32-cross.docker1 # syntax = docker/dockerfile:1.5
H A Ddebian-armhf-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch armv7l debian-12 qemu
H A Ddebian-s390x-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch s390x debian-12 qemu
H A Ddebian-amd64-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch x86_64 debian-12 qemu
H A Ddebian-arm64-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch aarch64 debian-12 qemu
/openbmc/qemu/scripts/coverity-scan/
H A Dcoverity-scan.docker1 # syntax=docker/dockerfile:1.0.0-experimental

12