Fix METviewer image creation via Docker build
Closed this issue · 3 comments
While working on development of GitHub actions for #48, I found that running docker build for METviewer no longer works. This task is to update the METviewer Dockerfile(s) to get it building again. Note that there are 3 Dockerfile variants in this directory. Please fix all 3.
The command to build METviewer listed as option 2 on this page now fails. Please see this build log for more details.
cd ${PROJ_DIR}/container-dtc-nwp/components
cd metviewer/METviewer
docker build -t dtcenter/nwp-container-metviewer:${PROJ_VERSION} .
And here's the error at the end:
The command '/bin/sh -c yum -y update && yum -y install epel-release && yum -y install 'dnf-command(config-manager)' && yum-config-manager --enable PowerTools' returned a non-zero code: 1
I successfully built the Docket image using feature_93-aws_port branch
@JohnHalleyGotway - It looks like GH Actions built the new image successfully too from PR #95 (although there was still an error doing "docker exec -i metviewer /scripts/common/metv_load_all.ksh mv_sandy). But does the success build satisfy this Issue?