We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac6a04 + 08a5045 commit 6c93a91Copy full SHA for 6c93a91
src/host_init.sh
@@ -132,7 +132,7 @@ from dateutil.parser import isoparse
132
# Configuration variables
133
134
# Docker image name
135
-docker_image_name = "quay.io/danielnachun/tmate-minimal"
+docker_image_name = "ghcr.io/statfungen/tmate-minimal"
136
137
# Paths and filenames
138
job_id=str(os.getenv("FLOAT_JOB_ID"))
src/mm_jobman.sh
@@ -31,7 +31,7 @@ mem=16
31
dryrun=false
32
entrypoint=""
33
float_executable="float"
34
-image="quay.io/danielnachun/tmate-minimal"
+image="ghcr.io/statfungen/tmate-minimal"
35
image_vol_size=3
36
root_vol_size=""
37
job_name=""
0 commit comments