Skip to content

Commit 281e984

Browse files
committed
Removed DOCKER_API_VERSION
1 parent e2a1507 commit 281e984

File tree

6 files changed

+0
-16
lines changed

6 files changed

+0
-16
lines changed

.devcontainer/.env

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
COMPOSE_PROJECT_NAME=geonode
22
DOCKER_HOST_IP=
33
DOCKER_ENV=production
4-
# See https://github.com/geosolutions-it/geonode-generic/issues/28
5-
# to see why we force API version to 1.24
6-
DOCKER_API_VERSION="1.24"
74
BACKUPS_VOLUME_DRIVER=local
85

96
C_FORCE_ROOT=1

.env.sample

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ COMPOSE_PROJECT_NAME=geonode
22
# See https://github.com/containers/podman/issues/13889
33
# DOCKER_BUILDKIT=0
44
DOCKER_ENV=production
5-
# See https://github.com/geosolutions-it/geonode-generic/issues/28
6-
# to see why we force API version to 1.24
7-
DOCKER_API_VERSION="1.24"
85
BACKUPS_VOLUME_DRIVER=local
96

107
C_FORCE_ROOT=1

.env_dev

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ COMPOSE_PROJECT_NAME=geonode
22
# See https://github.com/containers/podman/issues/13889
33
# DOCKER_BUILDKIT=0
44
DOCKER_ENV=production
5-
# See https://github.com/geosolutions-it/geonode-generic/issues/28
6-
# to see why we force API version to 1.24
7-
DOCKER_API_VERSION="1.24"
85
BACKUPS_VOLUME_DRIVER=local
96

107
C_FORCE_ROOT=1

.env_local

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ COMPOSE_PROJECT_NAME=geonode
22
# See https://github.com/containers/podman/issues/13889
33
# DOCKER_BUILDKIT=0
44
DOCKER_ENV=production
5-
# See https://github.com/geosolutions-it/geonode-generic/issues/28
6-
# to see why we force API version to 1.24
7-
DOCKER_API_VERSION="1.24"
85
BACKUPS_VOLUME_DRIVER=local
96

107
C_FORCE_ROOT=1

.env_test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ COMPOSE_PROJECT_NAME=geonode
22
# See https://github.com/containers/podman/issues/13889
33
# DOCKER_BUILDKIT=0
44
DOCKER_ENV=production
5-
# See https://github.com/geosolutions-it/geonode-generic/issues/28
6-
# to see why we force API version to 1.24
7-
DOCKER_API_VERSION="1.24"
85
BACKUPS_VOLUME_DRIVER=local
96

107
C_FORCE_ROOT=1

entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ invoke update
2727
source $HOME/.bashrc
2828
source $HOME/.override_env
2929

30-
echo DOCKER_API_VERSION=$DOCKER_API_VERSION
3130
echo POSTGRES_USER=$POSTGRES_USER
3231
echo POSTGRES_PASSWORD=$POSTGRES_PASSWORD
3332
echo DATABASE_URL=$DATABASE_URL

0 commit comments

Comments
 (0)