Improvements docker image building
This commit is contained in:
parent
1e0ddf6cb9
commit
695c85405a
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ stages:
|
|||
- image
|
||||
|
||||
.img: &img
|
||||
image: "domaindrivenarchitecture/ddadevops-dind:4.10.0"
|
||||
image: "domaindrivenarchitecture/ddadevops-dind:4.10.5"
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
|
|
|
@ -2,4 +2,4 @@ FROM ubuntu:jammy
|
|||
|
||||
# install it
|
||||
ADD resources /tmp/
|
||||
RUN DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes /tmp/install.sh
|
||||
RUN /tmp/install.sh
|
||||
|
|
|
@ -20,5 +20,5 @@ function main() {
|
|||
cleanupDocker
|
||||
}
|
||||
|
||||
source /tmp/install_functions.sh
|
||||
main
|
||||
source /tmp/install_functions_debian.sh
|
||||
DEBIAN_FRONTEND=noninteractive DEBCONF_NOWARNINGS=yes main
|
||||
|
|
Loading…
Reference in a new issue