This commit is contained in:
parent
12e1ab0b07
commit
f12c34e15c
2 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
repo: gitea.simcop2387.info/simcop2387/perl-os-base
|
repo: gitea.simcop2387.info/simcop2387/perl-os-base
|
||||||
build_args:
|
build_args:
|
||||||
VERSION: ${DEBIAN_VERSION}
|
VERSION: debian-${DEBIAN_VERSION}
|
||||||
dockerfile: os-base/Dockerfile
|
dockerfile: os-base/Dockerfile
|
||||||
auto_tag: false
|
auto_tag: false
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ARG VERSION
|
ARG VERSION=debian
|
||||||
FROM debian:$VERSION
|
FROM $VERSION
|
||||||
LABEL maintainer="Ryan Voots <simcop@cpan.org>"
|
LABEL maintainer="Ryan Voots <simcop@cpan.org>"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
Loading…
Add table
Reference in a new issue