# Docker manager 'old image' message is showing raw HTML

**URL:** https://meta.discourse.org/t/docker-manager-old-image-message-is-showing-raw-html/79400
**Category:** Bug
**Created:** [1월 30, 2018, 10:54오후 UTC](https://meta.discourse.org/t/docker-manager-old-image-message-is-showing-raw-html/79400 "2018-01-30T22:54:50Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [1월 30, 2018, 10:54오후 UTC](https://meta.discourse.org/t/docker-manager-old-image-message-is-showing-raw-html/79400/1 "2018-01-30T22:54:50Z")

</div>

I’ve seen this mentioned a few times on Meta, but I can’t find a specific topic for it. If there is one, apologies!

When I visit `/admin/upgrade` the page looks like this:

 ![11](https://global.discourse-cdn.com/meta/original/3X/8/b/8b3267392aa72fd018868d8bb63ba02727ea8270.png)

Doing a “view source” reveals this:

```plaintext
&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;
&lt;h2&gt;You are running an old version of the Discourse image.&lt;/h2&gt;
&lt;p&gt;
Upgrades via the web UI are disabled until you run the latest image.
&lt;/p&gt;
&lt;p&gt;
To do so log in to your server using SSH and run:
&lt;/p&gt;

&lt;pre&gt;
cd /var/discourse
git pull
./launcher rebuild app
&lt;/pre&gt;
&lt;p&gt;
&lt;a href=&#39;https://meta.discourse.org/t/how-do-i-update-my-docker-image-to-latest/23325&#39;&gt;More info on our support site&lt;/a&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;

```

So it looks like the HTML is being converted into html entities somewhere along the line…

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [1월 30, 2018, 11:01오후 UTC](https://meta.discourse.org/t/docker-manager-old-image-message-is-showing-raw-html/79400/2 "2018-01-30T23:01:27Z")

</div>

I am super confused about this cause I thought I fixed it:

[https://github.com/discourse/docker\_manager/commit/7570b371aec81c76089b0c016c9cfa7eeb35e52b](https://github.com/discourse/docker_manager/commit/7570b371aec81c76089b0c016c9cfa7eeb35e52b)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [1월 30, 2018, 11:23오후 UTC](https://meta.discourse.org/t/docker-manager-old-image-message-is-showing-raw-html/79400/3 "2018-01-30T23:23:25Z")

</div>

This has been reported like 10+ times so I am closing this. We don’t need 10 copies of this.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [1월 30, 2018, 11:23오후 UTC](https://meta.discourse.org/t/docker-manager-old-image-message-is-showing-raw-html/79400/4 "2018-01-30T23:23:28Z")

</div>



---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [1월 30, 2018, 11:46오후 UTC](https://meta.discourse.org/t/docker-manager-old-image-message-is-showing-raw-html/79400/5 "2018-01-30T23:46:16Z")

</div>

This is now properly fixed by @david per:

[https://github.com/discourse/docker\_manager/pull/38](https://github.com/discourse/docker_manager/pull/38)
