Skip to content

Commit 7d85d89

Browse files
authored
Merge pull request #1515 from lesserwhirls/dh
Migrate from docker.unidata.ucar.edu to docker.io for doc build image
2 parents 6e7d58e + 4ac22a2 commit 7d85d89

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ val docTheme =
119119
"unidata-jekyll-docs:${catalogs.named("libs").findVersion("unidata-doc-theme").get().requiredVersion}"
120120

121121
val isGitHub = System.getenv("GITHUB_ACTIONS") != null
122-
val imageBaseUrl = if (isGitHub) "ghcr.io/unidata" else "docker.unidata.ucar.edu"
122+
val imageBaseUrl = if (isGitHub) "ghcr.io/unidata" else "docker.io/unidata"
123123
val dockerImage = "${imageBaseUrl}/${docTheme}"
124124

125125
val siteBuildDir = layout.buildDirectory.dir("site")

project-files/jenkins/pipelines/docs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ pipeline {
88
-e DOCS_UID=$(id -u) \
99
-v .:/netcdf-java \
1010
-v ./docs/build/site:/site \
11-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.6 build
11+
docker.io/unidata/unidata-jekyll-docs:0.0.6 build
1212
'''
1313
}
1414
}
1515
stage('Publish documentation') {
1616
agent {
1717
docker {
18-
image 'docker.unidata.ucar.edu/thredds-test-environment:latest'
18+
image 'docker.io/unidata/thredds-test-environment:latest'
1919
// Run the container on the node specified at the
2020
// top-level of the Pipeline, in the same workspace,
2121
// rather than on a new node entirely:

0 commit comments

Comments
 (0)