Merge "Fix container test image"
This commit is contained in:
commit
6ceb9d9f30
@ -1,5 +1,7 @@
|
|||||||
FROM scratch
|
FROM alpine:3.12
|
||||||
|
|
||||||
ADD rootfs.tar.xz /
|
ADD rootfs.tar.xz /
|
||||||
|
RUN apk update && apk add iputils
|
||||||
RUN adduser -S kuryr
|
RUN adduser -S kuryr
|
||||||
|
|
||||||
USER kuryr
|
USER kuryr
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.8
|
FROM alpine:3.12
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
bash \
|
bash \
|
||||||
@ -13,7 +13,7 @@ RUN apk add --no-cache \
|
|||||||
perl \
|
perl \
|
||||||
tzdata
|
tzdata
|
||||||
|
|
||||||
ENV BUSYBOX_VERSION 1.29.0
|
ENV BUSYBOX_VERSION 1.31.1
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
tarball="busybox-${BUSYBOX_VERSION}.tar.bz2"; \
|
tarball="busybox-${BUSYBOX_VERSION}.tar.bz2"; \
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Names of latest versions of each package
|
# Names of latest versions of each package
|
||||||
export VERSION_MUSL=musl-1.1.18
|
export VERSION_MUSL=musl-1.2.0
|
||||||
export VERSION_ZLIB=zlib-1.2.11
|
export VERSION_ZLIB=zlib-1.2.11
|
||||||
export VERSION_LIBRESSL=libressl-2.6.3
|
export VERSION_LIBRESSL=libressl-3.2.1
|
||||||
export VERSION_CURL=curl-7.58.0
|
export VERSION_CURL=curl-7.72.0
|
||||||
|
|
||||||
# URLs to the source directories
|
# URLs to the source directories
|
||||||
export SOURCE_MUSL=http://www.musl-libc.org/releases/
|
export SOURCE_MUSL=http://www.musl-libc.org/releases/
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user