Skip to content

Commit

Permalink
chore: add dev-container metadata to dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rocheleau committed Aug 28, 2023
1 parent b324c00 commit afda847
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/api/dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ ARG BUILDER_BASE_IMAGE
# Stage 1 - builder
FROM $BUILDER_BASE_IMAGE as builder

LABEL org.opencontainers.image.description="Local development image for Bento Gohan."
LABEL devcontainer.metadata='[{ \
"customizations": { \
"vscode": { \
"extensions": ["golang.go", "eamodio.gitlens"], \
"settings": {"workspaceFolder": "/gohan-api"} \
} \
} \
}]'

# Maintainer
LABEL maintainer="Brennan Brouillette <[email protected]>"

Expand Down

0 comments on commit afda847

Please sign in to comment.