Skip to content

Commit

Permalink
fix: remove unused region tags (#4134)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ross <adamross@google.com>
  • Loading branch information
glasnt and grayside committed May 14, 2024
1 parent 63a6b58 commit d5680cb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
5 changes: 1 addition & 4 deletions eventarc/generic/Dockerfile
Expand Up @@ -5,14 +5,13 @@
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# [START eventarc_generic_dockerfile]

# Use the offical golang image to create a binary.
# This is based on Debian and sets the GOPATH to /go.
Expand Down Expand Up @@ -47,5 +46,3 @@ COPY --from=builder /app/server /server

# Run the web service on container startup.
CMD ["/server"]

# [END eventarc_generic_dockerfile]
6 changes: 1 addition & 5 deletions eventarc/pubsub/Dockerfile
Expand Up @@ -5,15 +5,13 @@
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# [START eventarc_pubsub_dockerfile]

# Use the offical golang image to create a binary.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
Expand Down Expand Up @@ -47,5 +45,3 @@ COPY --from=builder /app/server /server

# Run the web service on container startup.
CMD ["/server"]

# [END eventarc_pubsub_dockerfile]
6 changes: 0 additions & 6 deletions run/grpc-ping/Dockerfile
Expand Up @@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# [START cloudrun_grpc_dockerfile]
# [START run_grpc_dockerfile]

# Use the offical golang image to create a binary.
# This is based on Debian and sets the GOPATH to /go.
# https://hub.docker.com/_/golang
Expand Down Expand Up @@ -48,6 +45,3 @@ COPY --from=builder /app/server /server

# Run the web service on container startup.
CMD ["/server"]

# [END run_grpc_dockerfile]
# [END cloudrun_grpc_dockerfile]
5 changes: 0 additions & 5 deletions run/grpc-server-streaming/Dockerfile
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# [START cloudrun_grpc_dockerfile]
# [START run_grpc_dockerfile]

# Use the offical golang image to create a binary.
# This is based on Debian and sets the GOPATH to /go.
Expand Down Expand Up @@ -48,6 +46,3 @@ COPY --from=builder /bin/server /server

# Run the web service on container startup.
CMD ["/server"]

# [END run_grpc_dockerfile]
# [END cloudrun_grpc_dockerfile]

0 comments on commit d5680cb

Please sign in to comment.