Error while build image via gitlab cd/cd – Error while fetching server API version – CentOS
Operation system CentOS Linux release 8.3.2011 x86_64 I try build image when push to master, this is my simple ci/cd config file .gitlab-ci.yml image: name: docker/compose:alpine-1.29.2 entrypoint: [""] stages: - build build-job: stage: build script: - echo $(whoami) - docker…