Skip to content

Commit

Permalink
374-update-images Update to BuildKit images 3.1. (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxp authored Feb 14, 2024
1 parent 4b1264c commit a70c3e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sample.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Environment variables defined in this file apply to both the Makefile and to
# docker-compose.yml
#
#
# Due to restrictions in the `env-file` format we cannot specify multi-line
# values for environment variables. For this reason the environment
# variables are set on service definitions in the docker-compose.*.yml files,
Expand Down Expand Up @@ -38,7 +38,7 @@ PROJECT_DRUPAL_DOCKERFILE=Dockerfile
CUSTOM_IMAGE_NAMESPACE=mynamespace

# Image name of custom drupal image
# This is used when pulling a custom image for environments set to custom and
# This is used when pulling a custom image for environments set to custom and
# when building a custom image with make build
CUSTOM_IMAGE_NAME=${COMPOSE_PROJECT_NAME}_drupal

Expand Down Expand Up @@ -87,14 +87,14 @@ DRUPAL_DATABASE_SERVICE=mariadb
FCREPO_DATABASE_SERVICE=mariadb

# Repository to use for pulling isle-buildkit images, change to `local`
# To use images you have built locally with isle-buildkit, or use your
# To use images you have built locally with isle-buildkit, or use your
# custom docker registry if you have set up one.
#
REPOSITORY=islandora

# The version of the isle-buildkit images, non isle-buildkit images have
# their versions specified explicitly in their respective docker-compose files.
TAG=3.0.0
TAG=3.1.3

###############################################################################
# Exposed Containers & Ports
Expand Down

0 comments on commit a70c3e7

Please sign in to comment.