Skip to content

Commit

Permalink
fix(base): update base image to library/ubuntu:24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 4, 2024
1 parent e559705 commit 4c93005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .copier-docker-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; do NOT edit manually
_commit: v0.29.9-18-g69c14d1
_commit: v0.30.0-6-gbd443ac
_src_path: .
app_dirname: entelecheia
app_install_root: /opt
Expand All @@ -10,7 +10,7 @@ container_workspace_root: /workspace
copy_scripts_dir: true
cuda_device_id: all
docker_apt_packages: fontconfig fonts-nanum
docker_build_from: library/ubuntu:22.04
docker_build_from: library/ubuntu:24.04
docker_container_uid: 9001
docker_container_username: app
docker_image_variant_name: base
Expand Down
2 changes: 1 addition & 1 deletion .docker/docker.base.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONTAINER_USER_EMAIL=${USER_EMAIL:-"entelecheia@hotmail.com"}
IMAGE_VARIANT=${IMAGE_VARIANT:-"base"} # The variant of the Docker image.
IMAGE_TAG="${IMAGE_VERSION}-${IMAGE_VARIANT}" # The tag of the Docker image
IMAGE_NAME="${CONTAINER_REGISTRY}/${DOCKER_USERNAME}/${DOCKER_PROJECT_NAME}" # The full name of the Docker image
BUILD_FROM="library/ubuntu:22.04" # The base image for the Docker build
BUILD_FROM="library/ubuntu:24.04" # The base image for the Docker build

# docker run: Configuration parameters for running the Docker container
CONTAINER_LAUNCH_SCRIPT="${CONTAINER_WORKSPACE_ROOT}/scripts/launch.sh" # The name of the launch script
Expand Down

0 comments on commit 4c93005

Please sign in to comment.