We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the command to build the image, I get an error.
docker build -t schemaspy https://github.com/cywolf/schemaspy-docker.git
wget: bad address 'central.maven.org' The command '/bin/sh -c apk --no-cache add busybox-extras graphviz ttf-ubuntu-font-family java-postgresql-jdbc && mkdir lib && wget -O lib/schemaspy.jar https://github.com/schemaspy/schemaspy/releases/download/v${SCHEMA_SPY_VERSION}/schemaspy-${SCHEMA_SPY_VERSION}.jar && wget -O lib/mysql-connector-java.jar http://central.maven.org/maven2/mysql/mysql-connector-java/${MYSQL_VERSION}/mysql-connector-java-${MYSQL_VERSION}.jar && wget -O lib/sqlite-jdbc.jar http://central.maven.org/maven2/org/xerial/sqlite-jdbc/${SQL_LITE_VERSION}/sqlite-jdbc-${SQL_LITE_VERSION}.jar' returned a non-zero code: 1
The text was updated successfully, but these errors were encountered:
I was able to fix it by replacing the "http://central.maven.org" with "https://repo.maven.apache.org" in the Dockerfile. https://stackoverflow.com/questions/61483057/how-to-resolve-central-maven-org-unknown-host-central-maven-org-in-maven-projec
Sorry, something went wrong.
No branches or pull requests
Running the command to build the image, I get an error.
docker build -t schemaspy https://github.com/cywolf/schemaspy-docker.git
The text was updated successfully, but these errors were encountered: