Refactor!: Update JJB code to comply with 5.x
[ci-management.git] / jjb / ci-management / ci-docker.yaml
index 1c2274d..7aa82c9 100644 (file)
@@ -2,7 +2,7 @@
 # Job configurations for base docker build images
 
 # This macro factors out common configuration
-- ci_docker_common: &ci_docker_common
+- _ci_docker_common: &ci_docker_common
     name: ci-docker-common
     # git repo
     project: ci-management
 # Each project name is a subdirectory in ci-management/docker
 # with a Dockerfile and a container-tag.yaml file
 
-- project:
-    name: bldr-alpine3
-    <<: *ci_docker_common
-
-- project:
-    name: bldr-alpine3-go
-    <<: *ci_docker_common
-
+# This image is deprecated, projects should move to Ubuntu 18
+# TODO remove entirely
 - project:
     name: bldr-ubuntu16-c-go
     <<: *ci_docker_common
-
-- project:
-    name: bldr-ubuntu18-c-go
-    <<: *ci_docker_common