我可以从Google Cloud Storage项目存储桶中删除容器映像吗?

我可以从Google Cloud Storage项目存储桶中删除容器映像吗?

问题描述:

我有一个Google App Engine应用程序,可连接到Google Cloud Storage.

I have a Google App Engine app, which connects to Google Cloud Storage.

我注意到存储的数据量过高(4.01 GB,应为100MB左右).

I noticed that the amount of data stored was unreasonably high (4.01 GB, when it should be 100MB or so).

因此,我查看了每个存储区的存储量,发现有一个自动创建的存储区,名为us.artificats.,它占用了大部分空间.

So, I looked at how much each bucket was storing, and I found that there was an automatically created bucket called us.artificats. that was taking up most of the space.

我看了看里面,只有一个文件夹:containers/images/.

I looked inside, and all it has is one folder: containers/images/.

从我搜索过的内容来看,这些图像似乎来自Google Cloud Build.

From what I've Googled, it seems like these images come from Google Cloud Build.

我的问题是,我可以删除它们而不会损害我的整个应用程序吗?

My question is, can I delete them without compromising my entire application?

对于以后看到这些的人,我最终删除了该文件夹,一切都很好.

For those of you seeing this later on, I ended up deleting the folder, and everything was fine.

当我再次运行Google Cloud Build时,它会将项目重新添加到存储桶中,之后我必须将其删除.

When I ran Google Cloud Build again, it added items back into the bucket, which I had to delete later on.