summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Westcott IV <32551173+john-westcott-iv@users.noreply.github.com>2024-03-07 22:27:03 +0100
committerGitHub <noreply@github.com>2024-03-07 22:27:03 +0100
commitee9eac15dc15fe5ee2029279368b259762a7593c (patch)
tree2b3649cc4f8c6cb1137e4115efbb441fea2a7153 /Makefile
parent[developer productivity improvement] Running awx components in vscode debugge... (diff)
downloadawx-ee9eac15dc15fe5ee2029279368b259762a7593c.tar.xz
awx-ee9eac15dc15fe5ee2029279368b259762a7593c.zip
Upgrade to postgres:15 (#14230)
* Upgrade to postgres:15 * Changed postgres:15 to quay.io/sclorg/postgresql-15-c9s
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 50e3f7c77d..fc5e784a30 100644
--- a/Makefile
+++ b/Makefile
@@ -629,9 +629,6 @@ clean-elk:
docker rm tools_elasticsearch_1
docker rm tools_kibana_1
-psql-container:
- docker run -it --net tools_default --rm postgres:12 sh -c 'exec psql -h "postgres" -p "5432" -U postgres'
-
VERSION:
@echo "awx: $(VERSION)"