Skip to content

chore(cloudrun): rename new region tag cloudrun_imageproc_imagemagick_dockerfile_go #5305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions run/image-processing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN CGO_ENABLED=0 go build -v -o server
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
FROM alpine:3

# [START cloudrun_imageproc_dockerfile_go]
# [START cloudrun_imageproc_dockerfile_imagemagick_go]
# [START cloudrun_imageproc_dockerfile_imagemagick]

# Install Imagemagick into the container image.
Expand All @@ -45,7 +45,7 @@ FROM alpine:3
RUN apk add --no-cache imagemagick

# [END cloudrun_imageproc_dockerfile_imagemagick]
# [END cloudrun_imageproc_dockerfile_go]
# [END cloudrun_imageproc_dockerfile_imagemagick_go]

# Install certificates for secure communication with network services.
# For production containers, a single RUN statement should install all system packages.
Expand Down
Loading