1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

CI: Login to Docker Hub and other tweaks

This commit is contained in:
Skyler Mäntysaari
2021-09-01 03:16:01 +03:00
parent 1efa0b37d5
commit d282e2e5e6
3 changed files with 72 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ ARG BASE_IMAGE=ubuntu:20.04
FROM $BASE_IMAGE
ARG QEMU_ARCH
ADD x86_64_qemu-${QEMU_ARCH}-static.tar.gz /usr/bin
#ADD x86_64_qemu-${QEMU_ARCH}-static.tar.gz /usr/bin
COPY . /bd_build