Skip to content

Commit

Permalink
[base-containers] update links and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Jan 19, 2024
1 parent b31e36f commit 9e7dffa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base-containers/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

LABEL org.opencontainers.image.source=https://github.com/UCL-INGI/INGInious-containers
LABEL org.opencontainers.image.source=https://github.com/INGInious/containers
LABEL org.opencontainers.image.description="Base INGInious grading environment."

LABEL org.inginious.grading.agent_version=3
Expand Down
4 changes: 2 additions & 2 deletions base-containers/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

#inherit from the base container, which have all the needed script to launch tasks
ARG VERSION=latest
ARG REGISTRY
ARG REGISTRY=ghcr.io
FROM ${REGISTRY}/inginious/env-base:${VERSION}

LABEL org.opencontainers.image.source=https://github.com/UCL-INGI/INGInious-containers
LABEL org.opencontainers.image.source=https://github.com/INGInious/containers
LABEL org.opencontainers.image.description="Default INGInious grading environment."

LABEL org.inginious.grading.name="default"

0 comments on commit 9e7dffa

Please sign in to comment.