mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-25 20:07:55 +00:00
Compare commits
4 Commits
bionic-1.0
...
focal-1.0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5078b027ba | ||
|
|
c2265dfda8 | ||
|
|
1a389f0456 | ||
|
|
a418256b45 |
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
VERSION ?= bionic-1.0.0
|
||||
VERSION ?= focal-1.0.0-pre
|
||||
ifdef BASE_IMAGE
|
||||
BUILD_ARG = --build-arg BASE_IMAGE=$(BASE_IMAGE)
|
||||
ifndef NAME
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
ARG BASE_IMAGE=ubuntu:18.04
|
||||
ARG BASE_IMAGE=ubuntu:20.04
|
||||
FROM $BASE_IMAGE
|
||||
|
||||
ARG QEMU_ARCH
|
||||
|
||||
Reference in New Issue
Block a user