Skip to content

Commit

Permalink
test: enable QEMU tracing
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Aug 23, 2024
1 parent 61f20d5 commit a35b858
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/dockerfiles/ejabberd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.15.4 AS build
ENV QEMU_STRACE=1
ARG REPOSITORY=https://github.com/processone/ejabberd.git
#ARG VERSION=master
ARG VERSION=99d9e315a3c0524d84197e63741790d5893c51f4
Expand Down
1 change: 1 addition & 0 deletions test/dockerfiles/pip-youtube-dl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#

FROM python:3.9-alpine
ENV QEMU_STRACE=1
MAINTAINER kev <noreply@easypi.pro>

RUN set -xe \
Expand Down
1 change: 1 addition & 0 deletions test/dockerfiles/postgis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM postgis/postgis:15-master
ENV QEMU_STRACE=1
ENV POSTGRES_PASSWORD=password
1 change: 1 addition & 0 deletions test/dockerfiles/tini/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ARG TINI_VERSION="v0.19.0"

FROM alpine:3.17
ENV QEMU_STRACE=1
RUN apk add --no-cache file wget
ARG TINI_VERSION
ARG TARGETPLATFORM
Expand Down
1 change: 1 addition & 0 deletions test/dockerfiles/webpack/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM node:12-slim
ENV QEMU_STRACE=1

WORKDIR /js

Expand Down

0 comments on commit a35b858

Please sign in to comment.