# Kong community repository

**URL:** https://discuss.konghq.com/t/kong-community-repository/392
**Category:** Questions
**Created:** [January 17, 2018, 11:26am UTC](https://discuss.konghq.com/t/kong-community-repository/392 "2018-01-17T11:26:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![PauloPeixoto](https://avatars.discourse-cdn.com/v4/letter/p/97f17d/32.png) [@PauloPeixoto](https://discuss.konghq.com/u/PauloPeixoto)
#### Post date: [January 17, 2018, 11:26am UTC](https://discuss.konghq.com/t/kong-community-repository/392/1 "2018-01-17T11:26:33Z")

</div>

I’m not really sure if this belongs in this section, but it seemed the most appropriate place.

I’m using Kong CE, and along with that, the community repository. It has been working very well until recently, when I noticed that a release candidate version is being pushed in the updates. I’m using Kong CE in production sites, so I’d rather not update to RC versions there, but at the same time, I understand you guys want us to test these releases.  
Would it be possible to set up two repos: stable and testing, in order to keep these different releases separated and prevent accidents?

---

<div class="post-metadata">

### Author: ![jeremyjpj0916](https://yyz2.discourse-cdn.com/flex036/user_avatar/discuss.konghq.com/jeremyjpj0916/32/1388_2.png) [@jeremyjpj0916](https://discuss.konghq.com/u/jeremyjpj0916)
#### Post date: [January 18, 2018, 8:18am UTC](https://discuss.konghq.com/t/kong-community-repository/392/2 "2018-01-18T08:18:11Z")

</div>

Kong 12.x has been officially release already though so no more RC concern. If you are deploying via docker they already provide what I consider an adequate pattern for deploying specific versions:

Take a look: [https://github.com/Kong/docker-kong/blob/master/alpine/Dockerfile](https://github.com/Kong/docker-kong/blob/master/alpine/Dockerfile)

You specify the version and hash of it then it pulls down the proper version.

-Jeremy

---

<div class="post-metadata">

### Author: ![PauloPeixoto](https://avatars.discourse-cdn.com/v4/letter/p/97f17d/32.png) [@PauloPeixoto](https://discuss.konghq.com/u/PauloPeixoto)
#### Post date: [January 18, 2018, 9:44am UTC](https://discuss.konghq.com/t/kong-community-repository/392/3 "2018-01-18T09:44:00Z")

</div>

I’m well aware that Kong 0.12.0 has been officially released, and if you bothered to read my question, you would have noticed that I am not running docker images, but updating through the community repository instead (as the title of thread points out).

Even now, with 0.12.0 installed and running, I get this:

> ```
> # apt list --upgradable
> Listing... Done
> kong-community-edition/jessie 0.12.0rc2 all [upgradable from: 0.12.0]
> 
> ```

Please have a look at the repo and put the packages in order, at least.

---

<div class="post-metadata">

### Author: ![salazar](https://avatars.discourse-cdn.com/v4/letter/s/bbce88/32.png) [@salazar](https://discuss.konghq.com/u/salazar)
#### Post date: [January 18, 2018, 7:30pm UTC](https://discuss.konghq.com/t/kong-community-repository/392/4 "2018-01-18T19:30:12Z")

</div>

Hi @PauloPeixoto,

We understand your concerns and are considering setting up two repos. As for this particular upgrade issue, could you please `apt-get update & apt-get upgrade` again?

Thank you!

---

<div class="post-metadata">

### Author: ![PauloPeixoto](https://avatars.discourse-cdn.com/v4/letter/p/97f17d/32.png) [@PauloPeixoto](https://discuss.konghq.com/u/PauloPeixoto)
#### Post date: [January 19, 2018, 8:55am UTC](https://discuss.konghq.com/t/kong-community-repository/392/5 "2018-01-19T08:55:14Z")

</div>

Thank you for your helpful reply!  
I tried that and now it’s asking to update to 0.12.1, so we will not know if the package priority has been resolved. But anyway, thank you for considering the two repos, that would definitely be the ideal solution!
