From 4923544a279953ca628a851cc71591d246a71b98 Mon Sep 17 00:00:00 2001 From: Subrat Mishra Date: Thu, 6 Jun 2024 18:01:37 +0530 Subject: [PATCH] HBASE-28618: Fixed hadolint check in nightly build. (#5957) Signed-off-by: Wellington Chevreuil Reviewed-by: Duo Zhang --- dev-support/hbase_docker/m1/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/hbase_docker/m1/Dockerfile b/dev-support/hbase_docker/m1/Dockerfile index 5399fa0e5af6..fa88638a7aef 100644 --- a/dev-support/hbase_docker/m1/Dockerfile +++ b/dev-support/hbase_docker/m1/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=linux/amd64 ubuntu:22.04 AS base_image +FROM amd64/ubuntu:22.04 AS base_image SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update && \