blob: 5961e3fe541a12d093d3802f1947de404676cc45 [file] [log] [blame]
FROM performa/shaker:1.2.0
LABEL maintainer="dev@mirantis.com" MAINTENANCE_VERSION=2021-02-24
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt upgrade -yq && \
DEBIAN_FRONTEND=noninteractive apt install -yq sudo \
qemu-utils kpartx squashfs-tools
COPY bin /usr/local/bin/
COPY scenarios /opt/shaker/scenarios
ENTRYPOINT ["entrypoint.sh"]