I am getting error in building hello-world microservice
[INFO]
[INFO] — microservice-package-maven-plugin:1015.0.278:package (package) @ hello-microservice-java —
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Manifest contains no buildspec and target architectures. Using defaults
[INFO] Starting docker microservice build for the following target architectures: [linux/amd64]
[INFO] docker container hello-microservice-java in network ‘’
[INFO] copy resources from Resource {targetPath: null, filtering: true, FileSet {directory: C:\untitled\target\tmp, PatternSet [includes: {}, excludes: {}]}} toC:\untitled\target\docker-work
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] copy resources from Resource {targetPath: null, filtering: true, FileSet {directory: C:\untitled\src\main\configuration, PatternSet [includes: {}, excludes: {}]}} toC:\untitled\target\docker-work\etc
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] copy resources from Resource {targetPath: null, filtering: true, FileSet {directory: C:\untitled\src\main\docker, PatternSet [includes: {}, excludes: {}]}} toC:\untitled\target\docker-work
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\untitled\src\main\docker
[INFO] Building microservice image for target architecture linux/amd64
[INFO] Building Docker image. Docker dir=C:\untitled\target\docker-work,tags=[hello-microservice-java:1.0.0, hello-microservice-java:latest], build arguments={}, platform=linux/amd64
[INFO] Waiting for image build to complete (timeout=360s)
[INFO] Step 1/6 : FROM alpine:3
[INFO]
[INFO] — microservice-package-maven-plugin:1015.0.278:package (package) @ hello-microservice-java —
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Manifest contains no buildspec and target architectures. Using defaults
[INFO] Starting docker microservice build for the following target architectures: [linux/amd64]
[INFO] docker container hello-microservice-java in network ‘’
[INFO] copy resources from Resource {targetPath: null, filtering: true, FileSet {directory: C:\untitled\target\tmp, PatternSet [includes: {}, excludes: {}]}} toC:\untitled\target\docker-work
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] copy resources from Resource {targetPath: null, filtering: true, FileSet {directory: C:\untitled\src\main\configuration, PatternSet [includes: {}, excludes: {}]}} toC:\untitled\target\docker-work\etc
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] copy resources from Resource {targetPath: null, filtering: true, FileSet {directory: C:\untitled\src\main\docker, PatternSet [includes: {}, excludes: {}]}} toC:\untitled\target\docker-work
[INFO] Using ‘UTF-8’ encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\untitled\src\main\docker
[INFO] Building microservice image for target architecture linux/amd64
[INFO] Building Docker image. Docker dir=C:\untitled\target\docker-work,tags=[hello-microservice-java:1.0.0, hello-microservice-java:latest], build arguments={}, platform=linux/amd64
[INFO] Waiting for image build to complete (timeout=360s)
[INFO] Step 1/6 : FROM alpine:3
[INFO]
[INFO] —> b2aa39c304c2
[INFO] Step 2/6 : RUN apk add --no-cache coreutils openjdk11
[INFO]
[INFO] —> Running in 2b98115f0bc5
[INFO] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
[INFO] 48CB23F7017F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1889:
[INFO] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/main: Permission denied
[INFO] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
[INFO] 48CB23F7017F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1889:
[INFO] WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.17/community: Permission denied
[INFO] ERROR: unable to select packages:
[INFO] coreutils (no such package):
required by: world[coreutils]
openjdk11 (no such package):
required by: world[openjdk11]
[ERROR] Docker build error: 2 The command ‘/bin/sh -c apk add --no-cache coreutils openjdk11’ returned a non-zero code: 2
[ERROR] Waiting for Docker completion was interrupted