-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
lang: pythonIssues specific to Python.Issues specific to Python.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
From cloud-code-vscode-internal created by j-windsor: GoogleCloudPlatform/cloud-code-vscode-internal#2642
Because of the implementation of the k8s Job waiting to do django migrate, we need to set /bin/sh -c entrypoint in dockerfile so we can specify args: ["python manage.py migrate"] in the migration job and it will run successfully for both buildpacks and docker.
This is currently blocked by GoogleContainerTools/skaffold#4397
Metadata
Metadata
Assignees
Labels
lang: pythonIssues specific to Python.Issues specific to Python.priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.