Skip to content

Commit 47c63cc

Browse files
authored
upgrage-image-import-export-tools-builder-executor-base-image-to-debian-11 (#100)
1 parent 4bbf4e1 commit 47c63cc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gce_onestep_image_import.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM launcher.gcr.io/google/debian9
15+
FROM launcher.gcr.io/google/debian11
1616
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -q -y qemu-utils gnupg ca-certificates
1717
RUN echo "deb http://packages.cloud.google.com/apt gcsfuse-stretch main" > /etc/apt/sources.list.d/gcsfuse.list
1818
# gcsfuse, installed using instructions from:

gce_ovf_export.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM launcher.gcr.io/google/debian9
15+
FROM launcher.gcr.io/google/debian11
1616
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -q -y qemu-utils gnupg ca-certificates
1717
RUN echo "deb http://packages.cloud.google.com/apt gcsfuse-stretch main" > /etc/apt/sources.list.d/gcsfuse.list
1818
# gcsfuse, installed using instructions from:

gce_ovf_import.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM launcher.gcr.io/google/debian9
15+
FROM launcher.gcr.io/google/debian11
1616
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -q -y qemu-utils gnupg ca-certificates
1717
RUN echo "deb http://packages.cloud.google.com/apt gcsfuse-stretch main" > /etc/apt/sources.list.d/gcsfuse.list
1818
# gcsfuse, installed using instructions from:

gce_vm_image_import.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM launcher.gcr.io/google/debian9
15+
FROM launcher.gcr.io/google/debian11
1616
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -q -y qemu-utils gnupg ca-certificates
1717
RUN echo "deb http://packages.cloud.google.com/apt gcsfuse-stretch main" > /etc/apt/sources.list.d/gcsfuse.list
1818
# gcsfuse, installed using instructions from:

0 commit comments

Comments
 (0)