1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

DevOpsAdvent Calendar 2018

Day 21

Packer で同じ名前のイメージを作るには

Last updated at Posted at 2018-12-21

Packer で同じ名前のイメージを作るには

今日は今までで一番最短記事です。。。
イメージ名を同じ名前にしたいことってありますよね?よね?
オートスケールとかで使う時とか、とか。

やってみる

たった、これだけです。
sample.json は適宜変更してください。

> ./packer build --force sample.json
~~~
==> googlecompute: Deleting previous image...
==> googlecompute: Creating image...
~~~

こんな感じで、前のイメージが削除された後に、新しいイメージが作成されます。
便利ですね。

まとめ

以上です(短

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?