<<: *pull_upstream_or_rebuild
-ubuntu:18.10@container-prep:
+ubuntu:19.10@container-prep:
extends: .ubuntu@container-build
stage: container_prep
variables:
GIT_STRATEGY: none
- UBUNTU_VERSION: "18.10"
+ UBUNTU_VERSION: "19.10"
DISTRIB_FLAVOR: ubuntu
DISTRIB_VERSION: $UBUNTU_VERSION
TAG: $UBUNTU_TAG
FEDORA_VERSION: 31
CURRENT_CONTAINER_IMAGE: $FEDORA_CONTAINER_IMAGE
-ubuntu:18.10@container-clean:
+ubuntu:19.10@container-clean:
extends: .container-clean
variables:
GIT_STRATEGY: none
- UBUNTU_VERSION: "18.10"
+ UBUNTU_VERSION: "19.10"
CURRENT_CONTAINER_IMAGE: $UBUNTU_CONTAINER_IMAGE
ubuntu:19.04@container-clean:
extends: .build@template
image: $UBUNTU_CONTAINER_IMAGE
-ubuntu:18.10@default-build:
+ubuntu:19.10@default-build:
extends: .ubuntu@template
variables:
- UBUNTU_VERSION: "18.10"
- needs: ['ubuntu:18.10@container-prep']
+ UBUNTU_VERSION: "19.10"
+ needs: ['ubuntu:19.10@container-prep']
ubuntu:19.04@default-build:
extends: .ubuntu@template