瀏覽代碼

Exclude "open-liberty-hello-world" test on slim kernel tag

Tianon Gravi 5 年之前
父節點
當前提交
2b96c004d4
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      test/config.sh

+ 4 - 0
test/config.sh

@@ -302,6 +302,10 @@ globalExcludeTests+=(
 	# https://github.com/docker-library/official-images/pull/6302#issuecomment-512181863
 	[swift:slim_swift-hello-world]=1
 
+	# The new tag kernel-slim provides the bare minimum server image for users to build upon to create their application images.
+	# https://github.com/docker-library/official-images/pull/8993#issuecomment-723328400
+	[open-liberty:slim_open-liberty-hello-world]=1
+
 	# no "native" dependencies
 	[ruby:alpine_ruby-bundler]=1
 	[ruby:alpine_ruby-gems]=1