C.J. Collier
C.J. Collier
The code to clean up apt gpg trust databases and unhold systemd went in to #1240 and #1242 I spoke with engineering and they do not feel comfortable unholding the...
Thanks for the information. There may be other GCE use cases where drivers are pre-built. In this case, P4 may still be supported. But I've opened an internal issue to...
Hello @santhoshvly is your use case working with the latest changes?
I was stuck on my review of the base image generator today. I'll try to get to this one this week.
fixed in #1089 May need to be paired with `--metadata startup-script-url="${INIT_ACTIONS_ROOT}/delay-masters-startup.sh"` ``` #!/bin/bash set -x readonly ROLE="$(/usr/share/google/get_metadata_value attributes/dataproc-role)" if [[ "${ROLE}" != 'Master' ]]; then set +x; exit 0; fi...
This issues appears to be resolved
You'll need to add a BUILD file and some tests for the CI framework for gcbrun to trigger. Check with Erick ; he recently added some to an action that...