Improvements docker image building

This commit is contained in:
Mirco 2023-12-21 19:57:38 +01:00
parent 1e0ddf6cb9
commit 695c85405a
3 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@ stages:
- image - image
.img: &img .img: &img
image: "domaindrivenarchitecture/ddadevops-dind:4.10.0" image: "domaindrivenarchitecture/ddadevops-dind:4.10.5"
services: services:
- docker:dind - docker:dind
before_script: before_script:

View file

@ -2,4 +2,4 @@ FROM ubuntu:jammy
# install it # install it
ADD resources /tmp/ ADD resources /tmp/
RUN DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes /tmp/install.sh RUN /tmp/install.sh

View file

@ -20,5 +20,5 @@ function main() {
cleanupDocker cleanupDocker
} }
source /tmp/install_functions.sh source /tmp/install_functions_debian.sh
main DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes main