Home
last modified time | relevance | path

Searched full:alpine (Results 1 – 25 of 112) sorted by relevance

12345

/external/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml267 # Alpine based x86_64 build image
268 .alpine/x86_64_build-base:
270 - .fdo.container-build@alpine
274 FDO_BASE_IMAGE: alpine:$FDO_DISTRIBUTION_VERSION # since cbuild ignores it
276 # Alpine based x86_64 build image
277 alpine/x86_64_build:
279 - .alpine/x86_64_build-base
281 MESA_IMAGE_TAG: &alpine-x86_64_build ${ALPINE_X86_64_BUILD_TAG}
283 .use-alpine/x86_64_build:
287 MESA_IMAGE_PATH: "alpine/x86_64_build"
[all …]
/external/grpc-grpc/src/php/docker/
DREADME.md83 ### `alpine`
86 Alpine-Linux base image.
88 Build `alpine` docker image:
91 $ docker build -t grpc-php/alpine -f ./src/php/docker/alpine/Dockerfile .
96 $ docker run -it --rm grpc-php/alpine
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/csharp_alpine_x64/
DDockerfile21 # Also see https://github.com/sgerrand/alpine-pkg-glibc
23 RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
24 RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-2.30-r0.apk
27 # installing mono on alpine is hard and we don't really need it
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_alpine_x64/
DDockerfile21 # Also see https://github.com/sgerrand/alpine-pkg-glibc
23 RUN wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub
24 RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.30-r0/glibc-2.30-r0.apk
27 # installing mono on alpine is hard and we don't really need it
/external/ltp/
DContainerfile5 ARG DISTRO_NAME=alpine
10 ARG DISTRO_NAME=alpine
23 ARG DISTRO_NAME=alpine
/external/pcre/.github/workflows/
Dbuild.yml34 alpine:
35 name: alpine
37 container: alpine
/external/cronet/third_party/cpu_features/src/.github/workflows/
DDockerfile2 # ref: https://hub.docker.com/_/alpine
3 FROM alpine:edge
/external/cpu_features/.github/workflows/
DDockerfile2 # ref: https://hub.docker.com/_/alpine
3 FROM alpine:edge
/external/zstd/contrib/docker/
DDockerfile3 FROM alpine@sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a as builder
10 FROM alpine@sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
/external/bcc/
DINSTALL.md14 - [Alpine](#alpine---binary)
25 - [Alpine](#alpine---source)
251 ## Alpine - Binary
253 As of Alpine 3.11, bcc binaries are available in the community repository:
263 …ble at `/usr/bin/python`, but that may not be true on recent versions of Alpine. If you encounter …
271 Alpine Linux is often used as a base system for containers. `bcc` can be used in such an environmen…
278 alpine:3.12
694 ## Alpine - Source
/external/skia/docker/binary-size/
DDockerfile3 FROM alpine:latest as dart-sdk-checkout
17 FROM alpine:latest as analyzer
/external/aws-crt-java/
Dbuilder.json83 "_comment": "Reset the overrides from targets/linux/architectures/arm* for Alpine",
84 "alpine": { object
/external/harfbuzz_ng/.circleci/
Dconfig.yml65 alpine:
67 - image: alpine
188 - alpine
/external/rust/crates/base64/.circleci/
Dconfig.yml13 … # The default rust images (not -slim or -alpine) are based on buildpack-deps. Hopefully this will
15 # therefore faster than a minimal, customized alpine.
/external/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml2 …LAVA_SSH_CLIENT_IMAGE: "${CI_REGISTRY_IMAGE}/alpine/x86_64_lava_ssh_client:${ALPINE_X86_64_LAVA_SS…
40 - alpine/x86_64_lava_ssh_client
/external/grpc-grpc/src/python/grpcio_observability/
Dsetup.py65 """Checks if it's building Alpine"""
70 if "alpine" in os_release_content:
169 …# Compile with fail with error: `lto-wrapper failed` when lto flag was enabled in Alpine using mus…
/external/snakeyaml/
Ddocker-run-jdk17.sh2 ./run-in-docker.sh openjdk:17-alpine -Pwith-java11-tests $@
Ddocker-run-jdk8.sh2 ./run-in-docker.sh openjdk:8-alpine -Pwith-java8-tests $@
/external/libnl/.github/workflows/
Dci.yml163 ci-alpine:
166 image: alpine:latest
/external/python/ipaddress/
Dtest-python3.3.Dockerfile1 FROM python:3.3-alpine
Dtest-python2.7.Dockerfile1 FROM python:2.7-alpine
/external/aws-crt-java/codebuild/cd/
Dmusl-arm64-build.yml11 - ./codebuild/cd/musl-linux-build.sh aws-crt-alpine-3.16-arm64 linux-aarch_64-musl
Dmusl-x64-build.yml11 - ./codebuild/cd/musl-linux-build.sh aws-crt-alpine-3.16-x64 linux-x86_64-musl
/external/bcc/examples/cgroupid/
DDockerfile15 FROM amd64/alpine:3.8 as base
/external/snakeyaml/src/test/resources/env/
Ddocker-compose.yaml5 image: rabbitmq:3.8.2-management-alpine

12345