File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
FROM ubuntu:22.04
3
3
4
4
# Adding labels for the GitHub Container Registry following WILDS standards
5
- LABEL org.opencontainers.image.title="annotSV "
6
- LABEL org.opencontainers.image.description="Container image for annotSV annotation tool in WILDS"
5
+ LABEL org.opencontainers.image.title="annotsv "
6
+ LABEL org.opencontainers.image.description="Container image for AnnotSV annotation tool in WILDS"
7
7
LABEL org.opencontainers.image.version="3.4.4"
8
8
LABEL org.opencontainers.image.authors="
[email protected] "
9
9
LABEL org.opencontainers.image.url=https://ocdo.fredhutch.org/
Original file line number Diff line number Diff line change 2
2
FROM ubuntu:22.04
3
3
4
4
# Adding labels for the GitHub Container Registry following WILDS standards
5
- LABEL org.opencontainers.image.title="annotSV "
6
- LABEL org.opencontainers.image.description="Container image for annotSV annotation tool in WILDS"
5
+ LABEL org.opencontainers.image.title="annotsv "
6
+ LABEL org.opencontainers.image.description="Container image for AnnotSV annotation tool in WILDS"
7
7
LABEL org.opencontainers.image.version="latest"
8
8
LABEL org.opencontainers.image.authors="
[email protected] "
9
9
LABEL org.opencontainers.image.url=https://ocdo.fredhutch.org/
Original file line number Diff line number Diff line change @@ -107,3 +107,4 @@ The Dockerfile follows these main steps:
107
107
## Source Repository
108
108
109
109
These Dockerfiles are maintained in the [ WILDS Docker Library] ( https://github.com/getwilds/wilds-docker-library ) repository.
110
+
You can’t perform that action at this time.
0 commit comments