{"id":540,"date":"2017-08-27T18:47:08","date_gmt":"2017-08-28T01:47:08","guid":{"rendered":"http:\/\/finaldie.com\/blog\/?p=540"},"modified":"2017-08-28T18:01:51","modified_gmt":"2017-08-29T01:01:51","slug":"skull-v1-1-1-released","status":"publish","type":"post","link":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/","title":{"rendered":"Skull v1.1.1 Released"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/github.com\/finaldie\/skull\/wiki\/images\/Skull_v1.1_headpic.png\" alt=\"cover\" \/><\/p>\n<p>After passed all the test cases, I decided to release the <a href=\"https:\/\/github.com\/finaldie\/skull\/releases\/tag\/v1.1.1\">Skull v1.1.1<\/a>. And I am very excited to tell all the updates of v1.1.1 :) And to learn more about the background of <em>Skull<\/em>, please refer to some articles:<\/p>\n<ul>\n<li><a href=\"https:\/\/finaldie.com\/blog\/skull-engine\/\">Project Index<\/a><\/li>\n<li><a href=\"https:\/\/finaldie.com\/blog\/boom-skull-engine-released\/\">Skull-Engine Released<\/a><\/li>\n<li><a href=\"https:\/\/finaldie.com\/blog\/skull-engine-getting-started\/\">Skull-Engine Get Started<\/a><\/li>\n<\/ul>\n<h2>Major updates<\/h2>\n<h3>Docker Image<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/github.com\/finaldie\/skull\/wiki\/images\/docker-hub.png\" alt=\"Docker-hub\" \/><\/p>\n<p><em>Skull<\/em> loves <em>Docker<\/em>, with <em>Docker<\/em>, we can use <em>Skull<\/em> to create or run a project super faster and easier than ever, since we don&#8217;t need to care about the environment stuffs, just start a <em>Docker<\/em> container to run it, that&#8217;s it. It&#8217;s definitely beautiful and clean way to use <em>Skull<\/em>.<\/p>\n<p>Ok, the images are listed <a href=\"https:\/\/hub.docker.com\/r\/finaldie\/skull\/\">here<\/a>, and we have two images for <em>Skull<\/em> v1.1:<\/p>\n<ul>\n<li><strong>Builder image:<\/strong> Contains full toolkits for building the <em>Skull<\/em> project.<\/li>\n<li><strong>Runtime image:<\/strong> Contains pure runtime related packages which is much smaller than <em>Builder image<\/em>.<\/li>\n<\/ul>\n<p>Also, it supports 3 <em>Linux<\/em> releases:<\/p>\n<ul>\n<li>Debian<\/li>\n<li>Ubuntu<\/li>\n<li>Alpine<\/li>\n<\/ul>\n<p>Especially for <a href=\"https:\/\/alpinelinux.org\/\"><em>Alpine<\/em><\/a>, the builder and runtime images are much smaller than others.<\/p>\n<p>So currently, we can simply run the following commands to get the development ready environment within 1 minute :)<\/p>\n<pre><code class=\"console\">-bash ~&gt; docker pull finaldie\/skull:1.1-build\n-bash ~&gt; docker run -it finaldie\/skull:1.1-build\n<\/code><\/pre>\n<p>Sounds good, right? And btw, to install <em>Docker<\/em>, please reference to <a href=\"https:\/\/docs.docker.com\/engine\/installation\/linux\/docker-ce\/ubuntu\/\">here<\/a><\/p>\n<h3>Musl Compatible<\/h3>\n<p>To support <a href=\"https:\/\/alpinelinux.org\/\"><em>Alpine<\/em><\/a>, some macros have been removed in source code, like <strong>__WORDSIZE<\/strong>. It is worth, since the <em>Alpine<\/em> is much smaller than any other <em>Linux<\/em> release, so we can get the minimum <em>Docker<\/em> image if compatible with <em>musl<\/em> libc. For <em>Skull<\/em> Alpine runtime <em>Docker<\/em> image, it only <strong>27 MB<\/strong> !!!<\/p>\n<h3>Better User Experience of CLI<\/h3>\n<p>For CLI, the user experience is much better than before, optimized a lot of unnecessary steps, be removed or make them to a better order, which means we can do less steps to interactive a <em>Skull<\/em> project.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/github.com\/finaldie\/skull\/wiki\/images\/workflow_creation_11.jpg\" alt=\"Docker-hub\" \/><\/p>\n<h3>Bug Fixes<\/h3>\n<p>Also, there are some bug fixes, which makes the <em>Skull<\/em> even better.<\/p>\n<ul>\n<li>Fix FT Makefile helper message<\/li>\n<li>Fix epoll-loop issue when concurrency=0<\/li>\n<li>Fix a unstable UT failure issue in alpine<\/li>\n<li>Fix FT unstable issue in Docker<\/li>\n<\/ul>\n<h2>Last<\/h2>\n<p>The full release log can be found <a href=\"https:\/\/github.com\/finaldie\/skull\/releases\/tag\/v1.1.1\">here<\/a>.<\/p>\n<p>Also, <a href=\"https:\/\/github.com\/finaldie\/DNSTurbo\">DNSTurbo<\/a> got upgraded as well, it&#8217;s right now based on the <em>Skull<\/em> v1.1, and also can be started via <em>Docker<\/em>, and I set it up in the <em>Synology<\/em> NAS in my home, pretty easier to run and maintain it now.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/github.com\/finaldie\/skull\/wiki\/images\/dnsturbo-docker.gif\" alt=\"Dnsturbo docker gif\" \/><\/p>\n<p>In the last, as always, let me know if you have any suggestions\/ideas :)<\/p>\n<p>Have fun~<\/p>\n","protected":false},"excerpt":{"rendered":"<p>After passed all the test cases, I decided to release the Skull v1.1.1. And I am very excited to tell all the updates of v1.1.1 :) And to learn more about the background of Skull, please refer to some articles: Project Index Skull-Engine Released Skull-Engine Get Started Major updates Docker Image Skull loves Docker, with &#8230; <a title=\"Skull v1.1.1 Released\" class=\"read-more\" href=\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/\" aria-label=\"More on Skull v1.1.1 Released\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":576,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,23],"tags":[34,24],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Skull v1.1.1 Released - Final Blog<\/title>\n<meta name=\"description\" content=\"Skull v1.1.1 with Docker integrated, musl libc compatible, CLI user experience improved, and some bug fixes.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Skull v1.1.1 Released - Final Blog\" \/>\n<meta property=\"og:description\" content=\"Skull v1.1.1 with Docker integrated, musl libc compatible, CLI user experience improved, and some bug fixes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/\" \/>\n<meta property=\"og:site_name\" content=\"Final Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hu.yuzhang\" \/>\n<meta property=\"article:published_time\" content=\"2017-08-28T01:47:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-08-29T01:01:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png\" \/>\n\t<meta property=\"og:image:width\" content=\"686\" \/>\n\t<meta property=\"og:image:height\" content=\"457\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"final\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hyzwowtools\" \/>\n<meta name=\"twitter:site\" content=\"@hyzwowtools\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"final\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/\",\"url\":\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/\",\"name\":\"Skull v1.1.1 Released - Final Blog\",\"isPartOf\":{\"@id\":\"https:\/\/finaldie.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png\",\"datePublished\":\"2017-08-28T01:47:08+00:00\",\"dateModified\":\"2017-08-29T01:01:51+00:00\",\"author\":{\"@id\":\"https:\/\/finaldie.com\/blog\/#\/schema\/person\/2d4c840d6e8e197f8ade98af2bd2fab3\"},\"description\":\"Skull v1.1.1 with Docker integrated, musl libc compatible, CLI user experience improved, and some bug fixes.\",\"breadcrumb\":{\"@id\":\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#primaryimage\",\"url\":\"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png\",\"contentUrl\":\"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png\",\"width\":686,\"height\":457},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/finaldie.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Skull v1.1.1 Released\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/finaldie.com\/blog\/#website\",\"url\":\"https:\/\/finaldie.com\/blog\/\",\"name\":\"Final Blog\",\"description\":\"As simple as possible...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/finaldie.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/finaldie.com\/blog\/#\/schema\/person\/2d4c840d6e8e197f8ade98af2bd2fab3\",\"name\":\"final\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/finaldie.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4c720545b79ddb0f23b527e0bbcfd9bc?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4c720545b79ddb0f23b527e0bbcfd9bc?s=96&r=g\",\"caption\":\"final\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Skull v1.1.1 Released - Final Blog","description":"Skull v1.1.1 with Docker integrated, musl libc compatible, CLI user experience improved, and some bug fixes.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/","og_locale":"en_US","og_type":"article","og_title":"Skull v1.1.1 Released - Final Blog","og_description":"Skull v1.1.1 with Docker integrated, musl libc compatible, CLI user experience improved, and some bug fixes.","og_url":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/","og_site_name":"Final Blog","article_publisher":"https:\/\/www.facebook.com\/hu.yuzhang","article_published_time":"2017-08-28T01:47:08+00:00","article_modified_time":"2017-08-29T01:01:51+00:00","og_image":[{"width":686,"height":457,"url":"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png","type":"image\/png"}],"author":"final","twitter_card":"summary_large_image","twitter_creator":"@hyzwowtools","twitter_site":"@hyzwowtools","twitter_misc":{"Written by":"final","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/","url":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/","name":"Skull v1.1.1 Released - Final Blog","isPartOf":{"@id":"https:\/\/finaldie.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#primaryimage"},"image":{"@id":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#primaryimage"},"thumbnailUrl":"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png","datePublished":"2017-08-28T01:47:08+00:00","dateModified":"2017-08-29T01:01:51+00:00","author":{"@id":"https:\/\/finaldie.com\/blog\/#\/schema\/person\/2d4c840d6e8e197f8ade98af2bd2fab3"},"description":"Skull v1.1.1 with Docker integrated, musl libc compatible, CLI user experience improved, and some bug fixes.","breadcrumb":{"@id":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#primaryimage","url":"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png","contentUrl":"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png","width":686,"height":457},{"@type":"BreadcrumbList","@id":"https:\/\/finaldie.com\/blog\/skull-v1-1-1-released\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/finaldie.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Skull v1.1.1 Released"}]},{"@type":"WebSite","@id":"https:\/\/finaldie.com\/blog\/#website","url":"https:\/\/finaldie.com\/blog\/","name":"Final Blog","description":"As simple as possible...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/finaldie.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/finaldie.com\/blog\/#\/schema\/person\/2d4c840d6e8e197f8ade98af2bd2fab3","name":"final","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/finaldie.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4c720545b79ddb0f23b527e0bbcfd9bc?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4c720545b79ddb0f23b527e0bbcfd9bc?s=96&r=g","caption":"final"}}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/finaldie.com\/blog\/wp-content\/uploads\/2017\/08\/Skull_v1.1_headpic.png","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/posts\/540"}],"collection":[{"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/comments?post=540"}],"version-history":[{"count":33,"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/posts\/540\/revisions"}],"predecessor-version":[{"id":587,"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/posts\/540\/revisions\/587"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/media\/576"}],"wp:attachment":[{"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/media?parent=540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/categories?post=540"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/finaldie.com\/blog\/wp-json\/wp\/v2\/tags?post=540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}