From 867ca16e310c6cd1b07ac7d6a4aefe5f47f85f61 Mon Sep 17 00:00:00 2001 From: Eric Timmons <etimmons@mit.edu> Date: Wed, 14 Oct 2020 18:54:46 -0400 Subject: [PATCH] Remove manifest templates Changing how the images are built to use the same tools the Docker official images use. --- manifest-templates/debian-buster.yaml | 6 ------ manifest-templates/debian.yaml | 6 ------ manifest-templates/latest.yaml | 6 ------ manifest-templates/versioned-debian-buster.yaml | 6 ------ manifest-templates/versioned-debian.yaml | 6 ------ manifest-templates/versioned.yaml | 6 ------ 6 files changed, 36 deletions(-) delete mode 100644 manifest-templates/debian-buster.yaml delete mode 100644 manifest-templates/debian.yaml delete mode 100644 manifest-templates/latest.yaml delete mode 100644 manifest-templates/versioned-debian-buster.yaml delete mode 100644 manifest-templates/versioned-debian.yaml delete mode 100644 manifest-templates/versioned.yaml diff --git a/manifest-templates/debian-buster.yaml b/manifest-templates/debian-buster.yaml deleted file mode 100644 index 5de0bc2..0000000 --- a/manifest-templates/debian-buster.yaml +++ /dev/null @@ -1,6 +0,0 @@ -image: daewok/abcl:debian-buster -manifests: - - image: $DEBIAN_BUSTER_AMD64_NONBUILD_DIGEST - platform: - architecture: amd64 - os: linux diff --git a/manifest-templates/debian.yaml b/manifest-templates/debian.yaml deleted file mode 100644 index 235b854..0000000 --- a/manifest-templates/debian.yaml +++ /dev/null @@ -1,6 +0,0 @@ -image: daewok/abcl:debian -manifests: - - image: $DEBIAN_BUSTER_AMD64_NONBUILD_DIGEST - platform: - architecture: amd64 - os: linux diff --git a/manifest-templates/latest.yaml b/manifest-templates/latest.yaml deleted file mode 100644 index e855b30..0000000 --- a/manifest-templates/latest.yaml +++ /dev/null @@ -1,6 +0,0 @@ -image: daewok/abcl:latest -manifests: - - image: $DEBIAN_BUSTER_AMD64_NONBUILD_DIGEST - platform: - architecture: amd64 - os: linux diff --git a/manifest-templates/versioned-debian-buster.yaml b/manifest-templates/versioned-debian-buster.yaml deleted file mode 100644 index bf1c276..0000000 --- a/manifest-templates/versioned-debian-buster.yaml +++ /dev/null @@ -1,6 +0,0 @@ -image: daewok/abcl:$ABCL_VERSION-debian-buster -manifests: - - image: $DEBIAN_BUSTER_AMD64_NONBUILD_DIGEST - platform: - architecture: amd64 - os: linux diff --git a/manifest-templates/versioned-debian.yaml b/manifest-templates/versioned-debian.yaml deleted file mode 100644 index 085c6e0..0000000 --- a/manifest-templates/versioned-debian.yaml +++ /dev/null @@ -1,6 +0,0 @@ -image: daewok/abcl:$ABCL_VERSION-debian -manifests: - - image: $DEBIAN_BUSTER_AMD64_NONBUILD_DIGEST - platform: - architecture: amd64 - os: linux diff --git a/manifest-templates/versioned.yaml b/manifest-templates/versioned.yaml deleted file mode 100644 index 0f2d704..0000000 --- a/manifest-templates/versioned.yaml +++ /dev/null @@ -1,6 +0,0 @@ -image: daewok/abcl:$ABCL_VERSION -manifests: - - image: $DEBIAN_BUSTER_AMD64_NONBUILD_DIGEST - platform: - architecture: amd64 - os: linux -- GitLab