-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
When attempting to update golden files according to readme for #3810:
sdk-platform-java/java-showcase/README.md
Line 94 in 49a7ae5
mvn compile -P update |
Does not work for my local development out of box:
- docker build and run. Run docker command without "sudo" is discouraged (go/installdocker#sudoless-docker )
DOCKER_BUILDKIT=1 docker build --file .cloudbuild/library_generation/library_generation.Dockerfile --iidfile image-id .
docker run \ - COPY step in Dockerfile. These two lines gives me "COPY failed: no source files were specified". I was able to get pass errors and successfully update files by removing these two lines. Though I am not familiar with it to determine if they are truely redundant?
COPY --from=glibc-compat /etc/libgcc* /etc/
COPY --from=glibc-compat /lib/libucontext* /lib/
my local docker version:
Docker version 20.10.21
Need more context to determine if need fix to these, or updates in readme are sufficient.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.