Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3 values | title stringlengths 2 665 | labels stringlengths 4 554 | body stringlengths 3 235k | index stringclasses 6 values | text_combine stringlengths 96 235k | label stringclasses 2 values | text stringlengths 96 196k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11,369 | 9,126,231,092 | IssuesEvent | 2019-02-24 19:59:19 | athrane/pineapple | https://api.github.com/repos/athrane/pineapple | closed | Unit tests in infrastructure-test plugin fails with: Implementation of JAXB-API has not been found on module path or classpath | Java 11 LTS Spring Test bug jaxb pineapple-infrastructure-test-plugin |
Stack trace:
```
java.lang.IllegalStateException: Failed to load ApplicationContext
at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:259)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:261)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:219)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:89)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:41)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:541)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:763)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:463)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:209)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'unmarshaller': Invocation of init method failed; nested exception is org.springframework.oxm.UncategorizedMappingException: Unknown JAXB exception; nested exception is javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1566)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
... 25 more
Caused by: org.springframework.oxm.UncategorizedMappingException: Unknown JAXB exception; nested exception is javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
at org.springframework.oxm.jaxb.Jaxb2Marshaller.convertJaxbException(Jaxb2Marshaller.java:888)
at org.springframework.oxm.jaxb.Jaxb2Marshaller.getJaxbContext(Jaxb2Marshaller.java:463)
at org.springframework.oxm.jaxb.Jaxb2Marshaller.afterPropertiesSet(Jaxb2Marshaller.java:435)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1625)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1562)
... 40 more
Caused by: javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:177)
at javax.xml.bind.ContextFinder.find(ContextFinder.java:364)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:508)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:465)
at org.springframework.oxm.jaxb.Jaxb2Marshaller.createJaxbContextFromContextPath(Jaxb2Marshaller.java:486)
at org.springframework.oxm.jaxb.Jaxb2Marshaller.getJaxbContext(Jaxb2Marshaller.java:453)
... 43 more
Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:122)
at javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:155)
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:174)
... 48 more
```
| 1.0 | Unit tests in infrastructure-test plugin fails with: Implementation of JAXB-API has not been found on module path or classpath -
Stack trace:
```
java.lang.IllegalStateException: Failed to load ApplicationContext
at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:94)
at org.springframework.test.context.DefaultTestContext.getApplicationContext(DefaultTestContext.java:72)
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117)
at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83)
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:212)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:200)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:259)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:261)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:219)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:83)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61)
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:68)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:163)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:89)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:41)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:541)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:763)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:463)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:209)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'unmarshaller': Invocation of init method failed; nested exception is org.springframework.oxm.UncategorizedMappingException: Unknown JAXB exception; nested exception is javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1566)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:125)
at org.springframework.test.context.support.AbstractGenericContextLoader.loadContext(AbstractGenericContextLoader.java:60)
at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.delegateLoading(AbstractDelegatingSmartContextLoader.java:109)
at org.springframework.test.context.support.AbstractDelegatingSmartContextLoader.loadContext(AbstractDelegatingSmartContextLoader.java:261)
at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:68)
at org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:86)
... 25 more
Caused by: org.springframework.oxm.UncategorizedMappingException: Unknown JAXB exception; nested exception is javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
at org.springframework.oxm.jaxb.Jaxb2Marshaller.convertJaxbException(Jaxb2Marshaller.java:888)
at org.springframework.oxm.jaxb.Jaxb2Marshaller.getJaxbContext(Jaxb2Marshaller.java:463)
at org.springframework.oxm.jaxb.Jaxb2Marshaller.afterPropertiesSet(Jaxb2Marshaller.java:435)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1625)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1562)
... 40 more
Caused by: javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
- with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:177)
at javax.xml.bind.ContextFinder.find(ContextFinder.java:364)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:508)
at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:465)
at org.springframework.oxm.jaxb.Jaxb2Marshaller.createJaxbContextFromContextPath(Jaxb2Marshaller.java:486)
at org.springframework.oxm.jaxb.Jaxb2Marshaller.getJaxbContext(Jaxb2Marshaller.java:453)
... 43 more
Caused by: java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
at javax.xml.bind.ServiceLoaderUtil.nullSafeLoadClass(ServiceLoaderUtil.java:122)
at javax.xml.bind.ServiceLoaderUtil.safeLoadClass(ServiceLoaderUtil.java:155)
at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:174)
... 48 more
```
| infrastructure | unit tests in infrastructure test plugin fails with implementation of jaxb api has not been found on module path or classpath stack trace java lang illegalstateexception failed to load applicationcontext at org springframework test context defaultcacheawarecontextloaderdelegate loadcontext defaultcacheawarecontextloaderdelegate java at org springframework test context defaulttestcontext getapplicationcontext defaulttestcontext java at org springframework test context support dependencyinjectiontestexecutionlistener injectdependencies dependencyinjectiontestexecutionlistener java at org springframework test context support dependencyinjectiontestexecutionlistener preparetestinstance dependencyinjectiontestexecutionlistener java at org springframework test context testcontextmanager preparetestinstance testcontextmanager java at org springframework test context createtest java at org springframework test context runreflectivecall java at org junit internal runners model reflectivecallable run reflectivecallable java at org springframework test context methodblock java at org springframework test context runchild java at org springframework test context runchild java at org junit runners parentrunner run parentrunner java at org junit runners parentrunner schedule parentrunner java at org junit runners parentrunner runchildren parentrunner java at org junit runners parentrunner access parentrunner java at org junit runners parentrunner evaluate parentrunner java at org springframework test context statements runbeforetestclasscallbacks evaluate runbeforetestclasscallbacks java at org springframework test context statements runaftertestclasscallbacks evaluate runaftertestclasscallbacks java at org junit runners parentrunner run parentrunner java at org springframework test context run java at org eclipse jdt internal runner run java at org eclipse jdt internal junit runner testexecution run testexecution java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner runtests remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner run remotetestrunner java at org eclipse jdt internal junit runner remotetestrunner main remotetestrunner java caused by org springframework beans factory beancreationexception error creating bean with name unmarshaller invocation of init method failed nested exception is org springframework oxm uncategorizedmappingexception unknown jaxb exception nested exception is javax xml bind jaxbexception implementation of jaxb api has not been found on module path or classpath with linked exception at org springframework beans factory support abstractautowirecapablebeanfactory initializebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory docreatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractbeanfactory getobject abstractbeanfactory java at org springframework beans factory support defaultsingletonbeanregistry getsingleton defaultsingletonbeanregistry java at org springframework beans factory support abstractbeanfactory dogetbean abstractbeanfactory java at org springframework beans factory support abstractbeanfactory getbean abstractbeanfactory java at org springframework beans factory support defaultlistablebeanfactory preinstantiatesingletons defaultlistablebeanfactory java at org springframework context support abstractapplicationcontext finishbeanfactoryinitialization abstractapplicationcontext java at org springframework context support abstractapplicationcontext refresh abstractapplicationcontext java at org springframework test context support abstractgenericcontextloader loadcontext abstractgenericcontextloader java at org springframework test context support abstractgenericcontextloader loadcontext abstractgenericcontextloader java at org springframework test context support abstractdelegatingsmartcontextloader delegateloading abstractdelegatingsmartcontextloader java at org springframework test context support abstractdelegatingsmartcontextloader loadcontext abstractdelegatingsmartcontextloader java at org springframework test context defaultcacheawarecontextloaderdelegate loadcontextinternal defaultcacheawarecontextloaderdelegate java at org springframework test context defaultcacheawarecontextloaderdelegate loadcontext defaultcacheawarecontextloaderdelegate java more caused by org springframework oxm uncategorizedmappingexception unknown jaxb exception nested exception is javax xml bind jaxbexception implementation of jaxb api has not been found on module path or classpath with linked exception at org springframework oxm jaxb convertjaxbexception java at org springframework oxm jaxb getjaxbcontext java at org springframework oxm jaxb afterpropertiesset java at org springframework beans factory support abstractautowirecapablebeanfactory invokeinitmethods abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory initializebean abstractautowirecapablebeanfactory java more caused by javax xml bind jaxbexception implementation of jaxb api has not been found on module path or classpath with linked exception at javax xml bind contextfinder newinstance contextfinder java at javax xml bind contextfinder find contextfinder java at javax xml bind jaxbcontext newinstance jaxbcontext java at javax xml bind jaxbcontext newinstance jaxbcontext java at org springframework oxm jaxb createjaxbcontextfromcontextpath java at org springframework oxm jaxb getjaxbcontext java more caused by java lang classnotfoundexception com sun xml internal bind contextfactory at java base jdk internal loader builtinclassloader loadclass builtinclassloader java at java base jdk internal loader classloaders appclassloader loadclass classloaders java at java base java lang classloader loadclass classloader java at javax xml bind serviceloaderutil nullsafeloadclass serviceloaderutil java at javax xml bind serviceloaderutil safeloadclass serviceloaderutil java at javax xml bind contextfinder newinstance contextfinder java more | 1 |
18,734 | 13,087,482,445 | IssuesEvent | 2020-08-02 12:31:07 | Reccy/MIDIPiano | https://api.github.com/repos/Reccy/MIDIPiano | closed | Add static analysis checking | infrastructure | Add a way to enforce CPP styles and check for security issues with a static analysis solution.
Example: https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C,_C++ | 1.0 | Add static analysis checking - Add a way to enforce CPP styles and check for security issues with a static analysis solution.
Example: https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C,_C++ | infrastructure | add static analysis checking add a way to enforce cpp styles and check for security issues with a static analysis solution example | 1 |
32,193 | 26,523,563,458 | IssuesEvent | 2023-01-19 06:22:27 | OpenHistoricalMap/issues | https://api.github.com/repos/OpenHistoricalMap/issues | opened | Infrastructure alert needs | infrastructure | We have had some recurring issues with the tiles and missing replications, as noted over in #501.
We have these alert policies on New Relic:
Policy | Conditions | Open issues |
-- | -- | -- | --
Kubernetes default alert policy | 7 | 0 |
OHM-Deploy Tiler-imposm | 1 | 0 |
OSM-Seed Minute Replication-files | 1 | 0 |
Site verification - openhistoricalmap.org | 1 | 0 |
Site verification - tasks.openhistoricalmap.org | 1 | 0 |
Since the tiler issues in #501 have been traced to missing replication files, it seems like our "OSM-Seed Minute Replication-files" alerting in New Relic is not working as expected.
In addition to New Relic, we have simple Uptime Robot service status tests over at https://stats.uptimerobot.com/0BBDoIkXKJ
| 1.0 | Infrastructure alert needs - We have had some recurring issues with the tiles and missing replications, as noted over in #501.
We have these alert policies on New Relic:
Policy | Conditions | Open issues |
-- | -- | -- | --
Kubernetes default alert policy | 7 | 0 |
OHM-Deploy Tiler-imposm | 1 | 0 |
OSM-Seed Minute Replication-files | 1 | 0 |
Site verification - openhistoricalmap.org | 1 | 0 |
Site verification - tasks.openhistoricalmap.org | 1 | 0 |
Since the tiler issues in #501 have been traced to missing replication files, it seems like our "OSM-Seed Minute Replication-files" alerting in New Relic is not working as expected.
In addition to New Relic, we have simple Uptime Robot service status tests over at https://stats.uptimerobot.com/0BBDoIkXKJ
| infrastructure | infrastructure alert needs we have had some recurring issues with the tiles and missing replications as noted over in we have these alert policies on new relic policy conditions open issues kubernetes default alert policy ohm deploy tiler imposm osm seed minute replication files site verification openhistoricalmap org site verification tasks openhistoricalmap org since the tiler issues in have been traced to missing replication files it seems like our osm seed minute replication files alerting in new relic is not working as expected in addition to new relic we have simple uptime robot service status tests over at | 1 |
14,654 | 11,042,103,798 | IssuesEvent | 2019-12-09 08:23:53 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Some try-bots are failing with 'Invalid core_pattern configuration' | area-infrastructure | For example here: https://chromium-swarm.appspot.com/task?id=48ee1383d5a28c10
@sortie, @whesse, @athomas | 1.0 | Some try-bots are failing with 'Invalid core_pattern configuration' - For example here: https://chromium-swarm.appspot.com/task?id=48ee1383d5a28c10
@sortie, @whesse, @athomas | infrastructure | some try bots are failing with invalid core pattern configuration for example here sortie whesse athomas | 1 |
13,611 | 10,347,052,225 | IssuesEvent | 2019-09-04 16:29:32 | elastic/beats | https://api.github.com/repos/elastic/beats | closed | Some module docs are missing the x-pack role | :infrastructure Metricbeat [zube]: Ready candidate docs | The Metricbeat module docs that are under xpack do not include the xpack label, but should. To add the label, we need to include `[role="xpack"]` before each section that will be a unique html topic.
This is going to require some logic in the doc collector script and templates used to generate the docs. Basically, we need to check to see if the module is under the x-pack directory, and if it is, add the following role:
[role="xpack"]
The role needs to be added to the line before the section titles here:
https://github.com/elastic/beats/blob/master/metricbeat/scripts/mage/template/metricsetDoc.tmpl#L6
https://github.com/elastic/beats/blob/master/metricbeat/scripts/mage/template/moduleDoc.tmpl#L6
@Titch990 @fearful-symmetry
| 1.0 | Some module docs are missing the x-pack role - The Metricbeat module docs that are under xpack do not include the xpack label, but should. To add the label, we need to include `[role="xpack"]` before each section that will be a unique html topic.
This is going to require some logic in the doc collector script and templates used to generate the docs. Basically, we need to check to see if the module is under the x-pack directory, and if it is, add the following role:
[role="xpack"]
The role needs to be added to the line before the section titles here:
https://github.com/elastic/beats/blob/master/metricbeat/scripts/mage/template/metricsetDoc.tmpl#L6
https://github.com/elastic/beats/blob/master/metricbeat/scripts/mage/template/moduleDoc.tmpl#L6
@Titch990 @fearful-symmetry
| infrastructure | some module docs are missing the x pack role the metricbeat module docs that are under xpack do not include the xpack label but should to add the label we need to include before each section that will be a unique html topic this is going to require some logic in the doc collector script and templates used to generate the docs basically we need to check to see if the module is under the x pack directory and if it is add the following role the role needs to be added to the line before the section titles here fearful symmetry | 1 |
13,556 | 10,322,053,967 | IssuesEvent | 2019-08-31 08:30:53 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | We should use ArtifactPackageDir and arcade's publishing infrastructure | area-Infrastructure | See https://github.com/dotnet/corefx/commit/d77cd27bd6542bc851153f64d9bf9cd02da89bd7 where I workaround this issue but we should see whether or not we should make changes to our props/targets or arcade.
For example:
https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Arcade.Sdk/tools/RepoLayout.props#L73
`<ArtifactsPackagesDir>$(ArtifactsDir)packages\$(Configuration)\</ArtifactsPackagesDir>`
During our builds for a package project Configuration is set to whatever is in the configuration.props file such as netcoreapp or netstandard. Where as arcade assumes Configuration is just Debug or Release.
@ericstj
| 1.0 | We should use ArtifactPackageDir and arcade's publishing infrastructure - See https://github.com/dotnet/corefx/commit/d77cd27bd6542bc851153f64d9bf9cd02da89bd7 where I workaround this issue but we should see whether or not we should make changes to our props/targets or arcade.
For example:
https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Arcade.Sdk/tools/RepoLayout.props#L73
`<ArtifactsPackagesDir>$(ArtifactsDir)packages\$(Configuration)\</ArtifactsPackagesDir>`
During our builds for a package project Configuration is set to whatever is in the configuration.props file such as netcoreapp or netstandard. Where as arcade assumes Configuration is just Debug or Release.
@ericstj
| infrastructure | we should use artifactpackagedir and arcade s publishing infrastructure see where i workaround this issue but we should see whether or not we should make changes to our props targets or arcade for example artifactsdir packages configuration during our builds for a package project configuration is set to whatever is in the configuration props file such as netcoreapp or netstandard where as arcade assumes configuration is just debug or release ericstj | 1 |
19,678 | 13,388,119,935 | IssuesEvent | 2020-09-02 16:55:16 | dotnet/fsharp | https://api.github.com/repos/dotnet/fsharp | closed | Reenable flakey test ``RaceBetweenCancellationAndError.Parallel``() = | Area-Infrastructure Test | Merges into fsharp47 have been failing because of this test:
member this.``RaceBetweenCancellationAndError.Parallel``() =
Disabling the test for now in order to make progress:
| 1.0 | Reenable flakey test ``RaceBetweenCancellationAndError.Parallel``() = - Merges into fsharp47 have been failing because of this test:
member this.``RaceBetweenCancellationAndError.Parallel``() =
Disabling the test for now in order to make progress:
| infrastructure | reenable flakey test racebetweencancellationanderror parallel merges into have been failing because of this test member this racebetweencancellationanderror parallel disabling the test for now in order to make progress | 1 |
34,509 | 30,031,384,486 | IssuesEvent | 2023-06-27 09:49:00 | Qiskit-Extensions/quantum-serverless | https://api.github.com/repos/Qiskit-Extensions/quantum-serverless | closed | Include test automatization for terraform | enhancement priority: medium project: infrastructure | ### What is the expected enhancement?
I would like to introduce tests in our terraform configuration to ensure overall that with new changes the configuration continues working. | 1.0 | Include test automatization for terraform - ### What is the expected enhancement?
I would like to introduce tests in our terraform configuration to ensure overall that with new changes the configuration continues working. | infrastructure | include test automatization for terraform what is the expected enhancement i would like to introduce tests in our terraform configuration to ensure overall that with new changes the configuration continues working | 1 |
4,225 | 4,894,056,295 | IssuesEvent | 2016-11-19 03:17:19 | devtools-html/debugger.html | https://api.github.com/repos/devtools-html/debugger.html | closed | add an "Engines" section to the package.json | infrastructure | Especially with an eye on security and maintenance, it's a good idea to add an `engines` section to the package.json so that the project can indicate which version(s) of Node it wants to run on. Especially now that the LTS version is Node v6.9, older 6.x versions are technically a security concern and should be ruled out through the `engines` section.
| 1.0 | add an "Engines" section to the package.json - Especially with an eye on security and maintenance, it's a good idea to add an `engines` section to the package.json so that the project can indicate which version(s) of Node it wants to run on. Especially now that the LTS version is Node v6.9, older 6.x versions are technically a security concern and should be ruled out through the `engines` section.
| infrastructure | add an engines section to the package json especially with an eye on security and maintenance it s a good idea to add an engines section to the package json so that the project can indicate which version s of node it wants to run on especially now that the lts version is node older x versions are technically a security concern and should be ruled out through the engines section | 1 |
21,832 | 14,887,250,574 | IssuesEvent | 2021-01-20 18:03:43 | aguirre-lab/ml4c3 | https://api.github.com/repos/aguirre-lab/ml4c3 | opened | Refactor `pre_tensorize_exploration.py` to perform pre tensorize explorations just in Bedmaster | infrastructure 🚇 | ## What and why
This mode should work just for Bedmaster. EDW pre-tensorize explorations can be obtained using explore mode once #1110 and #1111 are done.
## Solution(s)
## Acceptance criteria
## Blocked by or pending
| 1.0 | Refactor `pre_tensorize_exploration.py` to perform pre tensorize explorations just in Bedmaster - ## What and why
This mode should work just for Bedmaster. EDW pre-tensorize explorations can be obtained using explore mode once #1110 and #1111 are done.
## Solution(s)
## Acceptance criteria
## Blocked by or pending
| infrastructure | refactor pre tensorize exploration py to perform pre tensorize explorations just in bedmaster what and why this mode should work just for bedmaster edw pre tensorize explorations can be obtained using explore mode once and are done solution s acceptance criteria blocked by or pending | 1 |
11,004 | 8,869,509,256 | IssuesEvent | 2019-01-11 05:45:38 | APSIMInitiative/ApsimX | https://api.github.com/repos/APSIMInitiative/ApsimX | closed | "Create documentation" is not updating after changing figures | bug interface/infrastructure | The figures are not updated when clicking "Create documentation". It might be related with cache, but I cannot find where the cache is stored. | 1.0 | "Create documentation" is not updating after changing figures - The figures are not updated when clicking "Create documentation". It might be related with cache, but I cannot find where the cache is stored. | infrastructure | create documentation is not updating after changing figures the figures are not updated when clicking create documentation it might be related with cache but i cannot find where the cache is stored | 1 |
82,324 | 7,837,562,589 | IssuesEvent | 2018-06-18 06:51:54 | brave/browser-laptop | https://api.github.com/repos/brave/browser-laptop | closed | URL Parsing fails for query string and file name with space | QA/test-plan-specified feature/search release-notes/include | ## Test plan
See https://github.com/brave/browser-laptop/pull/13898
## Original issue description
### Description
• Brave does not parse URL correctly when a space is in the query string. It performs a google search on the URL instead of the topic indicated by the query string
• Brave does not parse absolute paths with a space in file name correctly
### Steps to Reproduce
Issue 1: Brave does not parse space in query string as valid URL
1. Go to address bar
2. Enter "Https://www.google.com/search?q=dog cat"
3. Press enter
Issue 2: Brave does not parse absolute paths with a space in file name correctly
Windows:
1. Go to address bar
2. Enter "C:\Path\to\file\with space"
3. Press enter
Linux/Mac:
1. Go to adress bar
2. Enter "/Path/to/file/with space"
3. Press enter
**Actual result:**
Issue 1:
Brave loads google and performs a search on "https://www.google.com/search?q=dog cat"

Issue 2 (Windows): Brave loads google and performs a search on "C:\Path\to\file\with space"

Issue 2 (Mac/Linux): Brave loads google and performs a search on "/Path/to/file/with space"

**Expected result:**
Issue 1: Brave loads google and performs a search on "dog cat"
Issue 2 (Windows): Brave should convert path to "file:///C:/Path/to/file/with%20space". The body of the page should say file not found.
Issue 3 (Mac/Linux): Brave should convert the path to "/Path/to/file/with%20space". The body of the page should say file not found.
**Reproduces how often:**
100%
### Brave Version
**about:brave info:**
Brave: 0.22.0
V8: 6.5.254.41
rev: fcf166767398aa54447e0e220ed3b4322e0bb618
Muon: 5.1.2
OS Release: 17.5.0
Update Channel:
OS Architecture: x64
OS Platform: macOS
Node.js: 7.9.0
libchromiumcontent: 65.0.3325.181
**Reproducible on current live release:**
Yes
| 1.0 | URL Parsing fails for query string and file name with space - ## Test plan
See https://github.com/brave/browser-laptop/pull/13898
## Original issue description
### Description
• Brave does not parse URL correctly when a space is in the query string. It performs a google search on the URL instead of the topic indicated by the query string
• Brave does not parse absolute paths with a space in file name correctly
### Steps to Reproduce
Issue 1: Brave does not parse space in query string as valid URL
1. Go to address bar
2. Enter "Https://www.google.com/search?q=dog cat"
3. Press enter
Issue 2: Brave does not parse absolute paths with a space in file name correctly
Windows:
1. Go to address bar
2. Enter "C:\Path\to\file\with space"
3. Press enter
Linux/Mac:
1. Go to adress bar
2. Enter "/Path/to/file/with space"
3. Press enter
**Actual result:**
Issue 1:
Brave loads google and performs a search on "https://www.google.com/search?q=dog cat"

Issue 2 (Windows): Brave loads google and performs a search on "C:\Path\to\file\with space"

Issue 2 (Mac/Linux): Brave loads google and performs a search on "/Path/to/file/with space"

**Expected result:**
Issue 1: Brave loads google and performs a search on "dog cat"
Issue 2 (Windows): Brave should convert path to "file:///C:/Path/to/file/with%20space". The body of the page should say file not found.
Issue 3 (Mac/Linux): Brave should convert the path to "/Path/to/file/with%20space". The body of the page should say file not found.
**Reproduces how often:**
100%
### Brave Version
**about:brave info:**
Brave: 0.22.0
V8: 6.5.254.41
rev: fcf166767398aa54447e0e220ed3b4322e0bb618
Muon: 5.1.2
OS Release: 17.5.0
Update Channel:
OS Architecture: x64
OS Platform: macOS
Node.js: 7.9.0
libchromiumcontent: 65.0.3325.181
**Reproducible on current live release:**
Yes
| non_infrastructure | url parsing fails for query string and file name with space test plan see original issue description description • brave does not parse url correctly when a space is in the query string it performs a google search on the url instead of the topic indicated by the query string • brave does not parse absolute paths with a space in file name correctly steps to reproduce issue brave does not parse space in query string as valid url go to address bar enter cat press enter issue brave does not parse absolute paths with a space in file name correctly windows go to address bar enter c path to file with space press enter linux mac go to adress bar enter path to file with space press enter actual result issue brave loads google and performs a search on cat issue windows brave loads google and performs a search on c path to file with space issue mac linux brave loads google and performs a search on path to file with space expected result issue brave loads google and performs a search on dog cat issue windows brave should convert path to file c path to file with the body of the page should say file not found issue mac linux brave should convert the path to path to file with the body of the page should say file not found reproduces how often brave version about brave info brave rev muon os release update channel os architecture os platform macos node js libchromiumcontent reproducible on current live release yes | 0 |
24,136 | 16,904,440,240 | IssuesEvent | 2021-06-24 04:48:09 | gfx-rs/wgpu | https://api.github.com/repos/gfx-rs/wgpu | closed | [meta] Plan for Writing Convenient and Distributable Tests | area: infrastructure type: enhancement | ## The Problems
1. We've witnessed a vast increase in bug reports as a result of the 0.8 release. While most of these were patched quickly due to @kvark and other's effort and diligence, it indicates that our current testing process is not sufficient to catch all the bugs we have.
2. In addition, the backends that are less manually tested tend to have a large number of uncaught bugs. I've heard from many people that they can only run their project on Vulkan or maybe Vulkan/Metal but no others. This also makes it painfully clear that we need a way to reliably test these other backends.
3. Our current wgpu-level tests are extremely incomplete. We primarily use the wgpu-rs examples as a testing platform, so they are polluted with many extraneous features, and running them all on all backends is an extremely tedious job. An additional step in our release testing process involves porting forward many applications and testing them for bugs on the platforms that we have available. This is a very spot-check-based process and has many holes. It is also dependant on the maintainers of the projects to have time to do the porting process.
4. Writing play-tests are a very tedious process because there are many different things that must all align (such as buffer IDs) and generally can't utilize things like helper functions which can simplify the writing of lots of simple tests easily.
5. There are numerous platform-specific issues that are caused by either driver bugs or wgpu bugs. We have no way of catching these as we only regularly test a small set of platforms and APIs.
## The Solutions
There are quite a large set of problems that we need to solve. Thankfully there is an incremental path to a solution.
### Create Easy-To-Write Easy-To-Modify Testing Infrastructure
While play-tests have their use and I do not recommend getting rid of them, their inconvenience to write makes it difficult to find the time and energy to write new play-tests. As such I propose a new system of testing that programs directly against wgpu-core. While using wgpu-core directly can be a pain, a lot of the operations the tests are doing are repetitive and can easily abstract into helper functions. Once a collection of these functions are built up, adding new tests becomes extremely easy. I will mock up some simple tests in the coming weeks.
Tests can be filtered based on the presence of features/limits/downlevel capabilities. If a test is filtered it will "pass" but print to stdout why it was rejected.
Once we have the infrastructure in place, we should recruit help in writing the tests detailed in #807.
### Run Tests on All Backends and GPUs
With the above in place, it should be easy to test all different backends and cards on the system. The ideal testing flow should look something like this.
```
WGPU_BACKEND=vulkan cargo test
WGPU_BACKEND=dx12 cargo test
..
WGPU_BACKEND=vulkan WGPU_ADAPTER='RX 580' cargo test
WGPU_BACKEND=dx12 WGPU_ADAPTER='RX 580' cargo test
```
This likely could be automated with a simple helper program which would also be necessary for the final step.
### Run Tests in CI
The work set out by #1365 should allow us to test vulkan, dx12, dx11, and opengl in CI. We need to make sure this happens using the above infrastructure to test all the things.
### Split Play Tests into Individual Tests
This might be a bit weird, but if we are trying to programmatically extract data from tests, it would be significantly easier if each playtest was its own rust test. We can make each test a call to the play function with a path to the trace. This would be no more difficult than the current solution with listing everything in a ron file.
### Build Distributed Testing Network
Once we have a reliable and functional test suite, we should build out a testing network using hardware volunteered by their owners, and given to contributors by the [gfx-rs hardware fund](https://opencollective.com/gfx-rs). This involves developing a server to manage and view all the tests and the data and clients who run the tests and report the results.
The details of this are out of scope for this issue but will be expanded on when it is time to build these systems. | 1.0 | [meta] Plan for Writing Convenient and Distributable Tests - ## The Problems
1. We've witnessed a vast increase in bug reports as a result of the 0.8 release. While most of these were patched quickly due to @kvark and other's effort and diligence, it indicates that our current testing process is not sufficient to catch all the bugs we have.
2. In addition, the backends that are less manually tested tend to have a large number of uncaught bugs. I've heard from many people that they can only run their project on Vulkan or maybe Vulkan/Metal but no others. This also makes it painfully clear that we need a way to reliably test these other backends.
3. Our current wgpu-level tests are extremely incomplete. We primarily use the wgpu-rs examples as a testing platform, so they are polluted with many extraneous features, and running them all on all backends is an extremely tedious job. An additional step in our release testing process involves porting forward many applications and testing them for bugs on the platforms that we have available. This is a very spot-check-based process and has many holes. It is also dependant on the maintainers of the projects to have time to do the porting process.
4. Writing play-tests are a very tedious process because there are many different things that must all align (such as buffer IDs) and generally can't utilize things like helper functions which can simplify the writing of lots of simple tests easily.
5. There are numerous platform-specific issues that are caused by either driver bugs or wgpu bugs. We have no way of catching these as we only regularly test a small set of platforms and APIs.
## The Solutions
There are quite a large set of problems that we need to solve. Thankfully there is an incremental path to a solution.
### Create Easy-To-Write Easy-To-Modify Testing Infrastructure
While play-tests have their use and I do not recommend getting rid of them, their inconvenience to write makes it difficult to find the time and energy to write new play-tests. As such I propose a new system of testing that programs directly against wgpu-core. While using wgpu-core directly can be a pain, a lot of the operations the tests are doing are repetitive and can easily abstract into helper functions. Once a collection of these functions are built up, adding new tests becomes extremely easy. I will mock up some simple tests in the coming weeks.
Tests can be filtered based on the presence of features/limits/downlevel capabilities. If a test is filtered it will "pass" but print to stdout why it was rejected.
Once we have the infrastructure in place, we should recruit help in writing the tests detailed in #807.
### Run Tests on All Backends and GPUs
With the above in place, it should be easy to test all different backends and cards on the system. The ideal testing flow should look something like this.
```
WGPU_BACKEND=vulkan cargo test
WGPU_BACKEND=dx12 cargo test
..
WGPU_BACKEND=vulkan WGPU_ADAPTER='RX 580' cargo test
WGPU_BACKEND=dx12 WGPU_ADAPTER='RX 580' cargo test
```
This likely could be automated with a simple helper program which would also be necessary for the final step.
### Run Tests in CI
The work set out by #1365 should allow us to test vulkan, dx12, dx11, and opengl in CI. We need to make sure this happens using the above infrastructure to test all the things.
### Split Play Tests into Individual Tests
This might be a bit weird, but if we are trying to programmatically extract data from tests, it would be significantly easier if each playtest was its own rust test. We can make each test a call to the play function with a path to the trace. This would be no more difficult than the current solution with listing everything in a ron file.
### Build Distributed Testing Network
Once we have a reliable and functional test suite, we should build out a testing network using hardware volunteered by their owners, and given to contributors by the [gfx-rs hardware fund](https://opencollective.com/gfx-rs). This involves developing a server to manage and view all the tests and the data and clients who run the tests and report the results.
The details of this are out of scope for this issue but will be expanded on when it is time to build these systems. | infrastructure | plan for writing convenient and distributable tests the problems we ve witnessed a vast increase in bug reports as a result of the release while most of these were patched quickly due to kvark and other s effort and diligence it indicates that our current testing process is not sufficient to catch all the bugs we have in addition the backends that are less manually tested tend to have a large number of uncaught bugs i ve heard from many people that they can only run their project on vulkan or maybe vulkan metal but no others this also makes it painfully clear that we need a way to reliably test these other backends our current wgpu level tests are extremely incomplete we primarily use the wgpu rs examples as a testing platform so they are polluted with many extraneous features and running them all on all backends is an extremely tedious job an additional step in our release testing process involves porting forward many applications and testing them for bugs on the platforms that we have available this is a very spot check based process and has many holes it is also dependant on the maintainers of the projects to have time to do the porting process writing play tests are a very tedious process because there are many different things that must all align such as buffer ids and generally can t utilize things like helper functions which can simplify the writing of lots of simple tests easily there are numerous platform specific issues that are caused by either driver bugs or wgpu bugs we have no way of catching these as we only regularly test a small set of platforms and apis the solutions there are quite a large set of problems that we need to solve thankfully there is an incremental path to a solution create easy to write easy to modify testing infrastructure while play tests have their use and i do not recommend getting rid of them their inconvenience to write makes it difficult to find the time and energy to write new play tests as such i propose a new system of testing that programs directly against wgpu core while using wgpu core directly can be a pain a lot of the operations the tests are doing are repetitive and can easily abstract into helper functions once a collection of these functions are built up adding new tests becomes extremely easy i will mock up some simple tests in the coming weeks tests can be filtered based on the presence of features limits downlevel capabilities if a test is filtered it will pass but print to stdout why it was rejected once we have the infrastructure in place we should recruit help in writing the tests detailed in run tests on all backends and gpus with the above in place it should be easy to test all different backends and cards on the system the ideal testing flow should look something like this wgpu backend vulkan cargo test wgpu backend cargo test wgpu backend vulkan wgpu adapter rx cargo test wgpu backend wgpu adapter rx cargo test this likely could be automated with a simple helper program which would also be necessary for the final step run tests in ci the work set out by should allow us to test vulkan and opengl in ci we need to make sure this happens using the above infrastructure to test all the things split play tests into individual tests this might be a bit weird but if we are trying to programmatically extract data from tests it would be significantly easier if each playtest was its own rust test we can make each test a call to the play function with a path to the trace this would be no more difficult than the current solution with listing everything in a ron file build distributed testing network once we have a reliable and functional test suite we should build out a testing network using hardware volunteered by their owners and given to contributors by the this involves developing a server to manage and view all the tests and the data and clients who run the tests and report the results the details of this are out of scope for this issue but will be expanded on when it is time to build these systems | 1 |
42,954 | 11,395,833,592 | IssuesEvent | 2020-01-30 12:19:14 | snowplow/snowplow-android-tracker | https://api.github.com/repos/snowplow/snowplow-android-tracker | closed | Session userId renewed for the same user | priority:high type:defect | The session context is renewed on each app restart but the session userId should be persisted among relaunches of the app, unless the user delete and reinstall the app.
We noticed cases where the userId is renewed without app reinstall. | 1.0 | Session userId renewed for the same user - The session context is renewed on each app restart but the session userId should be persisted among relaunches of the app, unless the user delete and reinstall the app.
We noticed cases where the userId is renewed without app reinstall. | non_infrastructure | session userid renewed for the same user the session context is renewed on each app restart but the session userid should be persisted among relaunches of the app unless the user delete and reinstall the app we noticed cases where the userid is renewed without app reinstall | 0 |
13,198 | 10,143,406,819 | IssuesEvent | 2019-08-04 11:57:17 | ForNeVeR/wpf-math | https://api.github.com/repos/ForNeVeR/wpf-math | closed | Build doesn't work with MSBuild 16 / VS 2019 | kind:bug kind:infrastructure | When trying to build the project with the MSBuild from VS2019, I'm getting the following messages:
```console
$ msbuild /p:Configuration=Release
C:\Program Files\dotnet\sdk\2.2.300\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.targets(41,3): error MSB4019: The imported project "C:\Program Files (x 86)\Microsoft Visual Studio\2019\Community\MSBuild\16.0\Bin\Microsoft.CSharp.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
[…]
Build FAILED.
``` | 1.0 | Build doesn't work with MSBuild 16 / VS 2019 - When trying to build the project with the MSBuild from VS2019, I'm getting the following messages:
```console
$ msbuild /p:Configuration=Release
C:\Program Files\dotnet\sdk\2.2.300\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.targets(41,3): error MSB4019: The imported project "C:\Program Files (x 86)\Microsoft Visual Studio\2019\Community\MSBuild\16.0\Bin\Microsoft.CSharp.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
[…]
Build FAILED.
``` | infrastructure | build doesn t work with msbuild vs when trying to build the project with the msbuild from i m getting the following messages console msbuild p configuration release c program files dotnet sdk sdks microsoft net sdk sdk sdk targets error the imported project c program files x microsoft visual studio community msbuild bin microsoft csharp targets was not found confirm that the path in the declaration is correct and that the file exists on disk build failed | 1 |
11,434 | 9,196,668,779 | IssuesEvent | 2019-03-07 07:53:48 | aspnet/AspNetCore | https://api.github.com/repos/aspnet/AspNetCore | closed | Allow `SkipOnHelixAttribute` to take specific configurations to skip on | 3 - Done area-infrastructure | We should allow the `SkipOnHelix` to be constrained to only skip the test in certain configurations. We have some tests that are only flaky in one Helix configuration and it seems like a shame to disable that test for all Helix configurations. | 1.0 | Allow `SkipOnHelixAttribute` to take specific configurations to skip on - We should allow the `SkipOnHelix` to be constrained to only skip the test in certain configurations. We have some tests that are only flaky in one Helix configuration and it seems like a shame to disable that test for all Helix configurations. | infrastructure | allow skiponhelixattribute to take specific configurations to skip on we should allow the skiponhelix to be constrained to only skip the test in certain configurations we have some tests that are only flaky in one helix configuration and it seems like a shame to disable that test for all helix configurations | 1 |
48,756 | 2,999,787,878 | IssuesEvent | 2015-07-23 20:52:43 | zhengj2007/BFO-test | https://api.github.com/repos/zhengj2007/BFO-test | opened | Qualities with values | imported Priority-Medium Type-BFO2-Reference | _From [alanruttenberg@gmail.com](https://code.google.com/u/alanruttenberg@gmail.com/) on July 25, 2007 11:50:46_
You always have a blood pressure, but only sometimes have a blood pressure of 110/70. How is
one to represent both of these in BFO?
_Original issue: http://code.google.com/p/bfo/issues/detail?id=1_ | 1.0 | Qualities with values - _From [alanruttenberg@gmail.com](https://code.google.com/u/alanruttenberg@gmail.com/) on July 25, 2007 11:50:46_
You always have a blood pressure, but only sometimes have a blood pressure of 110/70. How is
one to represent both of these in BFO?
_Original issue: http://code.google.com/p/bfo/issues/detail?id=1_ | non_infrastructure | qualities with values from on july you always have a blood pressure but only sometimes have a blood pressure of how is one to represent both of these in bfo original issue | 0 |
31,538 | 25,859,759,854 | IssuesEvent | 2022-12-13 16:07:55 | Chaste/Chaste | https://api.github.com/repos/Chaste/Chaste | opened | #3098 - Amend template user project to avoid potential problems with TestHello in the presence of multiple user projects | component: infrastructure | This issue continues the discussion for legacy trac ticket 3098:
___
[AlexFletcher](https://github.com/orgs/Chaste/people/AlexFletcher) created the following ticket on 2022-04-28 at 08:47:02, it is owned by [AlexFletcher](https://github.com/orgs/Chaste/people/AlexFletcher)
Modify setup_project.py to rename TestHello to something like TestHello_[MyProjectName], just to reduce the chance of this happening in future? (Though if someone just copies the template user project directly and doesn't run setup_project.py then this wouldn't help them.)
See also (trac ticket 2857). | 1.0 | #3098 - Amend template user project to avoid potential problems with TestHello in the presence of multiple user projects - This issue continues the discussion for legacy trac ticket 3098:
___
[AlexFletcher](https://github.com/orgs/Chaste/people/AlexFletcher) created the following ticket on 2022-04-28 at 08:47:02, it is owned by [AlexFletcher](https://github.com/orgs/Chaste/people/AlexFletcher)
Modify setup_project.py to rename TestHello to something like TestHello_[MyProjectName], just to reduce the chance of this happening in future? (Though if someone just copies the template user project directly and doesn't run setup_project.py then this wouldn't help them.)
See also (trac ticket 2857). | infrastructure | amend template user project to avoid potential problems with testhello in the presence of multiple user projects this issue continues the discussion for legacy trac ticket created the following ticket on at it is owned by modify setup project py to rename testhello to something like testhello just to reduce the chance of this happening in future though if someone just copies the template user project directly and doesn t run setup project py then this wouldn t help them see also trac ticket | 1 |
20,062 | 13,645,951,535 | IssuesEvent | 2020-09-25 21:55:59 | RasaHQ/rasa | https://api.github.com/repos/RasaHQ/rasa | closed | Model regression tests: Show last performance on master | area:rasa-oss :ferris_wheel: area:rasa-oss/infrastructure :bullettrain_front: type:enhancement :sparkles: | **Description of Problem**:
Currently the model regression tests displays the performance of a PR on the defined set of configurations and datasets. To validate if the PR improves/degrades the performance, the user needs to know the last recorded performance of the scheduled run on the master branch. While internally, this is viewable on Metabase, it's time taking to check for each configuration what numbers have changed from the last run. It would be useful if the numbers from the last scheduled run are shown in the comment of the tests.
**Overview of the Solution**:
1. Fetch the results of the latest scheduled run from segment
2. Show the difference between numbers captured in the PR run v/s the numbers extracted from the last scheduled run.
**Examples** (if relevant):
The resultant results table could look like -
Dataset: `Carbon Bot`
| Configuration | Intent Classification Micro F1 | Entity Recognition Micro F1 | Response Selection Micro F1 |
|---------------|-----------------|-----------------|-------------------|
| `BERT + DIET(bow) + ResponseSelector(bow)`<br> test: `1m1s`, train: `2m29s`, total: `3m29s` |0.7709(0.2)|0.6260(0.0)|0.5133(-0.1)|
where the numbers in the brackets are the difference between numbers captured in the PR run v/s the numbers extracted from the last scheduled run.
cc @tczekajlo
| 1.0 | Model regression tests: Show last performance on master - **Description of Problem**:
Currently the model regression tests displays the performance of a PR on the defined set of configurations and datasets. To validate if the PR improves/degrades the performance, the user needs to know the last recorded performance of the scheduled run on the master branch. While internally, this is viewable on Metabase, it's time taking to check for each configuration what numbers have changed from the last run. It would be useful if the numbers from the last scheduled run are shown in the comment of the tests.
**Overview of the Solution**:
1. Fetch the results of the latest scheduled run from segment
2. Show the difference between numbers captured in the PR run v/s the numbers extracted from the last scheduled run.
**Examples** (if relevant):
The resultant results table could look like -
Dataset: `Carbon Bot`
| Configuration | Intent Classification Micro F1 | Entity Recognition Micro F1 | Response Selection Micro F1 |
|---------------|-----------------|-----------------|-------------------|
| `BERT + DIET(bow) + ResponseSelector(bow)`<br> test: `1m1s`, train: `2m29s`, total: `3m29s` |0.7709(0.2)|0.6260(0.0)|0.5133(-0.1)|
where the numbers in the brackets are the difference between numbers captured in the PR run v/s the numbers extracted from the last scheduled run.
cc @tczekajlo
| infrastructure | model regression tests show last performance on master description of problem currently the model regression tests displays the performance of a pr on the defined set of configurations and datasets to validate if the pr improves degrades the performance the user needs to know the last recorded performance of the scheduled run on the master branch while internally this is viewable on metabase it s time taking to check for each configuration what numbers have changed from the last run it would be useful if the numbers from the last scheduled run are shown in the comment of the tests overview of the solution fetch the results of the latest scheduled run from segment show the difference between numbers captured in the pr run v s the numbers extracted from the last scheduled run examples if relevant the resultant results table could look like dataset carbon bot configuration intent classification micro entity recognition micro response selection micro bert diet bow responseselector bow test train total where the numbers in the brackets are the difference between numbers captured in the pr run v s the numbers extracted from the last scheduled run cc tczekajlo | 1 |
26,251 | 4,212,188,993 | IssuesEvent | 2016-06-29 15:34:36 | uProxy/uproxy | https://api.github.com/repos/uProxy/uproxy | closed | Shippable multi-repo CI testing | C:Testing P2 | Shippable has added support for multi-repo testing, i.e. for downstream repos (repos that depend on your repo) to be tested when upstream repo changes are made. This allows cross-repository integration tests to be run. We should try it for uproxy-* and freedom-* repos.
| 1.0 | Shippable multi-repo CI testing - Shippable has added support for multi-repo testing, i.e. for downstream repos (repos that depend on your repo) to be tested when upstream repo changes are made. This allows cross-repository integration tests to be run. We should try it for uproxy-* and freedom-* repos.
| non_infrastructure | shippable multi repo ci testing shippable has added support for multi repo testing i e for downstream repos repos that depend on your repo to be tested when upstream repo changes are made this allows cross repository integration tests to be run we should try it for uproxy and freedom repos | 0 |
5,959 | 6,062,577,313 | IssuesEvent | 2017-06-14 09:45:25 | metoppv/improver | https://api.github.com/repos/metoppv/improver | opened | improver percentile: use custom numpy.percentile for speed | Type: Technical Infrastructure | As an IMPROVER developer I want to use a percentile aggregator based on numpy.percentile so that my acceptance tests run faster and my future suite utilities run in a timely fashion.
Related issues: #69
Acceptance criteria:
* Write a new percentile aggregator that uses numpy.percentile, replacing the use of the `iris.analysis.PercentileAggregator` in the percentile plugin.
* Add some unit tests for the aggregator
* Check old and new unit tests pass
* Check CLI acceptance tests either pass or are within sensible tolerances and need updating
| 1.0 | improver percentile: use custom numpy.percentile for speed - As an IMPROVER developer I want to use a percentile aggregator based on numpy.percentile so that my acceptance tests run faster and my future suite utilities run in a timely fashion.
Related issues: #69
Acceptance criteria:
* Write a new percentile aggregator that uses numpy.percentile, replacing the use of the `iris.analysis.PercentileAggregator` in the percentile plugin.
* Add some unit tests for the aggregator
* Check old and new unit tests pass
* Check CLI acceptance tests either pass or are within sensible tolerances and need updating
| infrastructure | improver percentile use custom numpy percentile for speed as an improver developer i want to use a percentile aggregator based on numpy percentile so that my acceptance tests run faster and my future suite utilities run in a timely fashion related issues acceptance criteria write a new percentile aggregator that uses numpy percentile replacing the use of the iris analysis percentileaggregator in the percentile plugin add some unit tests for the aggregator check old and new unit tests pass check cli acceptance tests either pass or are within sensible tolerances and need updating | 1 |
23,892 | 16,677,373,519 | IssuesEvent | 2021-06-07 17:59:55 | aws-amplify/amplify-android | https://api.github.com/repos/aws-amplify/amplify-android | closed | Facing gradle build failed in Windows 10 even though working fine on Mac | Developer Tools Feature Request Improvement Infrastructure | When I try to run ```gradlew build``` facing build Failed in windows 10 and working fine in Mac
this is the logs I get after running ```gradlew build```
```Microsoft Windows [Version 10.0.19041.508]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\MyData\Amplify original\amplify-android>gradlew build --stacktrace
Welcome to Gradle 6.6.1!
Here are the highlights of this release:
- Experimental build configuration caching
- Built-in conventions for handling credentials
- Java compilation supports --release flag
For more details see https://docs.gradle.org/6.6.1/release-notes.html
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
> Task :aws-analytics-pinpoint:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:50: Using a static member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:51: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:52: Using a static member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:53: Using a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:54: Using a static member import should be avoided - org.junit.Assert.fail. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:139:57: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:140:58: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:157:22: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:158:22: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:273:27: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:274:28: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:299:31: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:300:32: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:30: Using a static member import should be avoided - org.mockito.Mockito.inOrder. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:31: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:32: Using a static member import should be avoided - org.mockito.Mockito.never. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:33: Using a static member import should be avoided - org.mockito.Mockito.verify. [AvoidStaticImport]
> Task :aws-analytics-pinpoint:checkstyle FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinpoint/build/reports/checkstyle/checkstyle.
html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:208)
at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:263)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:206)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:187)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:114)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:409)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:399)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:94)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:372)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:359)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:352)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:338)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
Caused by: org.gradle.api.GradleException: Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinp
oint/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
at org.gradle.api.plugins.quality.internal.CheckstyleInvoker$_invoke_closure1.doCall(CheckstyleInvoker.groovy:106)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:52)
at org.gradle.api.internal.project.antbuilder.DefaultIsolatedAntBuilder$2.execute(DefaultIsolatedAntBuilder.java:154)
at org.gradle.api.internal.project.antbuilder.DefaultIsolatedAntBuilder$2.execute(DefaultIsolatedAntBuilder.java:136)
at org.gradle.api.internal.project.antbuilder.ClassPathToClassLoaderCache.withCachedClassLoader(ClassPathToClassLoaderCache.java:135)
at org.gradle.api.internal.project.antbuilder.DefaultIsolatedAntBuilder.execute(DefaultIsolatedAntBuilder.java:130)
at org.gradle.api.internal.project.IsolatedAntBuilder$execute$0.call(Unknown Source)
at org.gradle.api.plugins.quality.internal.CheckstyleInvoker.invoke(CheckstyleInvoker.groovy:51)
at org.gradle.api.plugins.quality.Checkstyle.run(Checkstyle.java:151)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$3.run(ExecuteActionsTaskExecuter.java:570)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:555)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:538)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.access$300(ExecuteActionsTaskExecuter.java:109)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.executeWithPreviousOutputFiles(ExecuteActionsTaskExecuter.java:279)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.execute(ExecuteActionsTaskExecuter.java:268)
at org.gradle.internal.execution.steps.ExecuteStep.lambda$execute$1(ExecuteStep.java:33)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:33)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:26)
at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:67)
at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:36)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:49)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:34)
at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:43)
at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:73)
at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:54)
at org.gradle.internal.execution.steps.CatchExceptionStep.execute(CatchExceptionStep.java:34)
at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:44)
at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:54)
at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:38)
at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:49)
at org.gradle.internal.execution.steps.CacheStep.executeWithoutCache(CacheStep.java:159)
at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:72)
at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:43)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:44)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:33)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:38)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:24)
at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:92)
at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$0(SkipUpToDateStep.java:85)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:55)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:39)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:76)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:37)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:36)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:26)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:94)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:49)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:79)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:53)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:74)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:78)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:78)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:39)
at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:40)
at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:28)
at org.gradle.internal.execution.impl.DefaultWorkExecutor.execute(DefaultWorkExecutor.java:33)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:195)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:187)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:114)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:409)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:399)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:94)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:372)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:359)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:352)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:338)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 37s
43 actionable tasks: 43 executed
C:\MyData\Amplify original\amplify-android>gradlew build
> Task :aws-analytics-pinpoint:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:50: Using a static member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:51: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:52: Using a static member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:53: Using a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:54: Using a static member import should be avoided - org.junit.Assert.fail. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:139:57: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:140:58: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:157:22: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:158:22: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:273:27: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:274:28: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:299:31: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:300:32: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:30: Using a static member import should be avoided - org.mockito.Mockito.inOrder. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:31: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:32: Using a static member import should be avoided - org.mockito.Mockito.never. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:33: Using a static member import should be avoided - org.mockito.Mockito.verify. [AvoidStaticImport]
> Task :aws-analytics-pinpoint:checkstyle FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinpoint/build/reports/checkstyle/checkstyle.
html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 13s
64 actionable tasks: 22 executed, 42 up-to-date
C:\MyData\Amplify original\amplify-android>gradlew build --scan
> Task :aws-analytics-pinpoint:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:50: Using a static member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:51: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:52: Using a static member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:53: Using a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:54: Using a static member import should be avoided - org.junit.Assert.fail. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:139:57: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:140:58: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:157:22: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:158:22: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:273:27: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:274:28: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:299:31: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:300:32: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:30: Using a static member import should be avoided - org.mockito.Mockito.inOrder. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:31: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:32: Using a static member import should be avoided - org.mockito.Mockito.never. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:33: Using a static member import should be avoided - org.mockito.Mockito.verify. [AvoidStaticImport]
> Task :aws-analytics-pinpoint:checkstyle FAILED
> Task :aws-api:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:47: Usi
ng a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:48: Usi
ng a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:84:18:
'29' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:124:42:
'3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:184:18:
'29' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:192:22:
'30' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:302:20:
'5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\GraphQLInstrumentationTest.java:42: Using a st
atic member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\GraphQLInstrumentationTest.java:43: Using a st
atic member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:35: Using a st
atic member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:36: Using a st
atic member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:37: Using a st
atic member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:38: Using a st
atic member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:41: Using a stat
ic member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:42: Using a stat
ic member import should be avoided - org.junit.Assert.assertNotEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:43: Using a stat
ic member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\TestApiCategory.java:32: Using a static member
import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:27: Using a
static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:28: Using a
static member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:29: Using a
static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:74: Using a static member impor
t should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:75: Using a static member impor
t should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:76: Using a static member impor
t should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:77: Using a static member impor
t should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:78: Using a static member impor
t should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:79: Using a static member impor
t should be avoided - org.mockito.Mockito.when. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:100:25: '8080' is a magic numbe
r. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:39: Using a static mem
ber import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:40: Using a static mem
ber import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:41: Using a static mem
ber import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:42: Using a static mem
ber import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:100:19: '16' is a magi
c number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:121:19: '28' is a magi
c number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\ApiSelectorTest.java:26: Using a static member import
should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:103:18: '19' is
a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:104:27: '2000'
is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:104:36: '15' is
a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:155:51: '123456
7890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncSigV4SignerInterceptorFactoryTest.java:31: Usi
ng a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:47: Using a stati
c member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:48: Using a stati
c member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:49: Using a stati
c member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:143:29: '3' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:146:41: '5' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:146:44: '7' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:197:29: '3' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:200:41: '5' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:200:44: '7' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:253:37: '11' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:253:41: '3' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:382:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:390:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:398:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:406:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:414:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:422:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:29: Using a static member import sh
ould be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:47:17: '3.5f' is a magic number. [M
agicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:62:35: '4' is a magic number. [Magi
cNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:63:33: '5.5f' is a magic number. [M
agicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\SubscriptionAuthorizerTest.java:32: Using a static me
mber import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:28: Using a static member im
port should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:29: Using a static member im
port should be avoided - org.mockito.Mockito.verify. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:30: Using a static member im
port should be avoided - org.mockito.Mockito.verifyNoInteractions. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TypeMakerTest.java:26: Using a static member import s
hould be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TypeMakerTest.java:27: Using a static member import s
hould be avoided - org.junit.Assert.assertThrows. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\utils\RestRequestFactoryTest.java:30: Using a static
member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\utils\RestRequestFactoryTest.java:31: Using a static
member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
> Task :aws-api:checkstyle FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinpoint/build/reports/checkstyle/checkstyle.
html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-api:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-api/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 17
Checkstyle violations by severity: [error:68]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Service defined at https://gradle.com/terms-of-service. Do you accept these terms? [yes, no]
yGradle Terms of Service accepted.
Publishing build scan...
https://gradle.com/s/mbezreddtb23y
C:\MyData\Amplify original\amplify-android>gradlew build --status
PID STATUS INFO
15212 IDLE 6.6.1
14376 IDLE 6.6.1
Only Daemons for the current Gradle version are displayed. See https://docs.gradle.org/6.6.1/userguide/gradle_daemon.html#sec:status
C:\MyData\Amplify original\amplify-android>clear
'clear' is not recognized as an internal or external command,
operable program or batch file.
C:\MyData\Amplify original\amplify-android>cr
'cr' is not recognized as an internal or external command,
operable program or batch file.
C:\MyData\Amplify original\amplify-android>cls
C:\MyData\Amplify original\amplify-android>gradlew build --scan
> Task :aws-analytics-pinpoint:checkstyle FAILED
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:50: Using a static member import should b
e avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:51: Using a static member import should b
e avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:52: Using a static member import should b
e avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:53: Using a static member import should b
e avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:54: Using a static member import should b
e avoided - org.junit.Assert.fail. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:139:57: '3.14' is a magic number. [MagicN
umber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:140:58: '42' is a magic number. [MagicNum
ber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:157:22: '3.14' is a magic number. [MagicN
umber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:158:22: '42' is a magic number. [MagicNum
ber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:273:27: '47.6154086' is a magic number. [
MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:274:28: '-122.3349685' is a magic number.
[MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:299:31: '47.6154086' is a magic number. [
MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:300:32: '-122.3349685' is a magic number.
[MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java:30: Using a static member import should be avoided - org.mo
ckito.Mockito.inOrder. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java:31: Using a static member import should be avoided - org.mo
ckito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java:32: Using a static member import should be avoided - org.mo
ckito.Mockito.never. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java:33: Using a static member import should be avoided - org.mo
ckito.Mockito.verify. [AvoidStaticImport]
> Task :aws-api-appsync:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQlRequestTest.java:26: Using a static member import should be avoided - org.junit.Assert.asse
rtEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQlRequestTest.java:28: Missing a Javadoc comment. [MissingJavadocType]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\DefaultGraphQLRequestOptions.java:21: Missing a Javadoc comment. [MissingJavadocType]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\SelectionSetTest.java:28: Using a static member import should be avoided - org.junit.Assert.assertEquals.
[AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\SelectionSetTest.java:30: Missing a Javadoc comment. [MissingJavadocType]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:28: Using a static member import should be avoided - org.junit.Assert.a
ssertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:29: Using a static member import should be avoided - org.junit.Assert.a
ssertThrows. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:68:32: '2001' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:70:40: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:90:32: '2001' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:92:40: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:27: Using a static member import should be avoided - org.junit.Asse
rt.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:46: '2001' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:55: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:58: '4' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:61: '5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:64: '6' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:73:48: '1000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:28: Using a static member import should be avoided - org.junit.Assert.a
ssertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:29: Using a static member import should be avoided - org.junit.Assert.a
ssertThrows. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:73:32: '1970' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:78:34: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:79:39: '4' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:97:32: '1970' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:102:34: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:103:39: '4' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:26: Using a static member import should be avoided - org.junit.Ass
ert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:27: Using a static member import should be avoided - org.junit.Ass
ert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:78:59: '5_000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:79:60: '5_000_000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:92:59: '5_000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:93:60: '6_000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:94:59: '7_000' is a magic number. [MagicNumber]
> Task :aws-api-appsync:checkstyle FAILED
> Task :aws-api:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:47: Using a static member import should be avoided - org.junit.Asse
rt.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:48: Using a static member import should be avoided - org.junit.Asse
rt.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:84:18: '29' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:124:42: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:184:18: '29' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:192:22: '30' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:302:20: '5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\GraphQLInstrumentationTest.java:42: Using a static member import should be avoided - androidx.test.core.ap
p.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\GraphQLInstrumentationTest.java:43: Using a static member import should be avoided - org.junit.Assert.asse
rtEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:35: Using a static member import should be avoided - org.junit.Assert.asse
rtEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:36: Using a static member import should be avoided - org.junit.Assert.asse
rtFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:37: Using a static member import should be avoided - org.junit.Assert.asse
rtNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:38: Using a static member import should be avoided - org.junit.Assert.asse
rtTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:41: Using a static member import should be avoided - androidx.test.core.app.
ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:42: Using a static member import should be avoided - org.junit.Assert.assert
NotEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:43: Using a static member import should be avoided - org.junit.Assert.assert
NotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\TestApiCategory.java:32: Using a static member import should be avoided - androidx.test.core.app.Applicati
onProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:27: Using a static member import should be avoided - org.junit.Assert.as
sertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:28: Using a static member import should be avoided - org.junit.Assert.as
sertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:29: Using a static member import should be avoided - org.junit.Assert.as
sertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:74: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidS
taticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:75: Using a static member import should be avoided - org.junit.Assert.assertFalse. [AvoidSt
aticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:76: Using a static member import should be avoided - org.junit.Assert.assertNotNull. [Avoid
StaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:77: Using a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidSta
ticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:78: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidStatic
Import]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:79: Using a static member import should be avoided - org.mockito.Mockito.when. [AvoidStatic
Import]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:100:25: '8080' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:39: Using a static member import should be avoided - androidx.test.core.app.Applic
ationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:40: Using a static member import should be avoided - org.junit.Assert.assertEquals
. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:41: Using a static member import should be avoided - org.junit.Assert.assertNotNul
l. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:42: Using a static member import should be avoided - org.junit.Assert.assertTrue.
[AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:100:19: '16' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:121:19: '28' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\ApiSelectorTest.java:26: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidSt
aticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:103:18: '19' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:104:27: '2000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:104:36: '15' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:155:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncSigV4SignerInterceptorFactoryTest.java:31: Using a static member import should be avoided - org.junit.Asse
rt.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:47: Using a static member import should be avoided - org.junit.Assert.assertE
quals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:48: Using a static member import should be avoided - org.junit.Assert.assertF
alse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:49: Using a static member import should be avoided - org.junit.Assert.assertN
otNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:143:29: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:146:41: '5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:146:44: '7' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:197:29: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:200:41: '5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:200:44: '7' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:253:37: '11' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:253:41: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:382:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:390:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:398:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:406:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:414:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:422:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:29: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStati
cImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:47:17: '3.5f' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:62:35: '4' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:63:33: '5.5f' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\SubscriptionAuthorizerTest.java:32: Using a static member import should be avoided - org.junit.Assert.assertEqual
s. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:28: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidSta
ticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:29: Using a static member import should be avoided - org.mockito.Mockito.verify. [AvoidS
taticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:30: Using a static member import should be avoided - org.mockito.Mockito.verifyNoInterac
tions. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TypeMakerTest.java:26: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStat
icImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TypeMakerTest.java:27: Using a static member import should be avoided - org.junit.Assert.assertThrows. [AvoidStat
icImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\utils\RestRequestFactoryTest.java:30: Using a static member import should be avoided - org.junit.Assert.assertEqu
als. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\utils\RestRequestFactoryTest.java:31: Using a static member import should be avoided - org.junit.Assert.assertNot
Null. [AvoidStaticImport]
> Task :aws-api:checkstyle FAILED
FAILURE: Build completed with 3 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinpoint/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-api-appsync:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-api-appsync/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 7
Checkstyle violations by severity: [error:33]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-api:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-api/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 17
Checkstyle violations by severity: [error:68]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 12s
236 actionable tasks: 17 executed, 219 up-to-date
Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Service defined at https://gradle.com/terms-of-service. Do you accept these terms? [yes, no] yes
Gradle Terms of Service accepted.
Publishing build scan...
https://gradle.com/s/n5yh2atjmu274
<-------------> 0% WAITING
> IDLE
> IDLE
> IDLE
> IDLE
C:\MyData\Amplify original\amplify-android>```
| 1.0 | Facing gradle build failed in Windows 10 even though working fine on Mac - When I try to run ```gradlew build``` facing build Failed in windows 10 and working fine in Mac
this is the logs I get after running ```gradlew build```
```Microsoft Windows [Version 10.0.19041.508]
(c) 2020 Microsoft Corporation. All rights reserved.
C:\MyData\Amplify original\amplify-android>gradlew build --stacktrace
Welcome to Gradle 6.6.1!
Here are the highlights of this release:
- Experimental build configuration caching
- Built-in conventions for handling credentials
- Java compilation supports --release flag
For more details see https://docs.gradle.org/6.6.1/release-notes.html
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
> Task :aws-analytics-pinpoint:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:50: Using a static member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:51: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:52: Using a static member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:53: Using a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:54: Using a static member import should be avoided - org.junit.Assert.fail. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:139:57: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:140:58: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:157:22: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:158:22: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:273:27: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:274:28: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:299:31: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:300:32: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:30: Using a static member import should be avoided - org.mockito.Mockito.inOrder. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:31: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:32: Using a static member import should be avoided - org.mockito.Mockito.never. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:33: Using a static member import should be avoided - org.mockito.Mockito.verify. [AvoidStaticImport]
> Task :aws-analytics-pinpoint:checkstyle FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinpoint/build/reports/checkstyle/checkstyle.
html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$1(ExecuteActionsTaskExecuter.java:208)
at org.gradle.internal.Try$Failure.ifSuccessfulOrElse(Try.java:263)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:206)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:187)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:114)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:409)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:399)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:94)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:372)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:359)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:352)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:338)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
Caused by: org.gradle.api.GradleException: Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinp
oint/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
at org.gradle.api.plugins.quality.internal.CheckstyleInvoker$_invoke_closure1.doCall(CheckstyleInvoker.groovy:106)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:71)
at org.gradle.util.ClosureBackedAction.execute(ClosureBackedAction.java:52)
at org.gradle.api.internal.project.antbuilder.DefaultIsolatedAntBuilder$2.execute(DefaultIsolatedAntBuilder.java:154)
at org.gradle.api.internal.project.antbuilder.DefaultIsolatedAntBuilder$2.execute(DefaultIsolatedAntBuilder.java:136)
at org.gradle.api.internal.project.antbuilder.ClassPathToClassLoaderCache.withCachedClassLoader(ClassPathToClassLoaderCache.java:135)
at org.gradle.api.internal.project.antbuilder.DefaultIsolatedAntBuilder.execute(DefaultIsolatedAntBuilder.java:130)
at org.gradle.api.internal.project.IsolatedAntBuilder$execute$0.call(Unknown Source)
at org.gradle.api.plugins.quality.internal.CheckstyleInvoker.invoke(CheckstyleInvoker.groovy:51)
at org.gradle.api.plugins.quality.Checkstyle.run(Checkstyle.java:151)
at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:104)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$3.run(ExecuteActionsTaskExecuter.java:570)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:395)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:387)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:84)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.run(DelegatingBuildOperationExecutor.java:31)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:555)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:538)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.access$300(ExecuteActionsTaskExecuter.java:109)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.executeWithPreviousOutputFiles(ExecuteActionsTaskExecuter.java:279)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$TaskExecution.execute(ExecuteActionsTaskExecuter.java:268)
at org.gradle.internal.execution.steps.ExecuteStep.lambda$execute$1(ExecuteStep.java:33)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:33)
at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:26)
at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:67)
at org.gradle.internal.execution.steps.CleanupOutputsStep.execute(CleanupOutputsStep.java:36)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:49)
at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:34)
at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:43)
at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:73)
at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:54)
at org.gradle.internal.execution.steps.CatchExceptionStep.execute(CatchExceptionStep.java:34)
at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:44)
at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:54)
at org.gradle.internal.execution.steps.SnapshotOutputsStep.execute(SnapshotOutputsStep.java:38)
at org.gradle.internal.execution.steps.BroadcastChangingOutputsStep.execute(BroadcastChangingOutputsStep.java:49)
at org.gradle.internal.execution.steps.CacheStep.executeWithoutCache(CacheStep.java:159)
at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:72)
at org.gradle.internal.execution.steps.CacheStep.execute(CacheStep.java:43)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:44)
at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:33)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:38)
at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:24)
at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:92)
at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$0(SkipUpToDateStep.java:85)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:55)
at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:39)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:76)
at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:37)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:36)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:26)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:94)
at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:49)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:79)
at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:53)
at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:74)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.lambda$execute$2(SkipEmptyWorkStep.java:78)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:78)
at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:34)
at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:39)
at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:40)
at org.gradle.internal.execution.steps.LoadExecutionStateStep.execute(LoadExecutionStateStep.java:28)
at org.gradle.internal.execution.impl.DefaultWorkExecutor.execute(DefaultWorkExecutor.java:33)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:195)
at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:187)
at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:114)
at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:62)
at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:409)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:399)
at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:157)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:242)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:150)
at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:94)
at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:41)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:372)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:359)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:352)
at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:338)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.lambda$run$0(DefaultPlanExecutor.java:127)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:191)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.executeNextNode(DefaultPlanExecutor.java:182)
at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:124)
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 37s
43 actionable tasks: 43 executed
C:\MyData\Amplify original\amplify-android>gradlew build
> Task :aws-analytics-pinpoint:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:50: Using a static member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:51: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:52: Using a static member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:53: Using a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:54: Using a static member import should be avoided - org.junit.Assert.fail. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:139:57: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:140:58: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:157:22: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:158:22: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:273:27: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:274:28: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:299:31: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:300:32: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:30: Using a static member import should be avoided - org.mockito.Mockito.inOrder. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:31: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:32: Using a static member import should be avoided - org.mockito.Mockito.never. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:33: Using a static member import should be avoided - org.mockito.Mockito.verify. [AvoidStaticImport]
> Task :aws-analytics-pinpoint:checkstyle FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinpoint/build/reports/checkstyle/checkstyle.
html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 13s
64 actionable tasks: 22 executed, 42 up-to-date
C:\MyData\Amplify original\amplify-android>gradlew build --scan
> Task :aws-analytics-pinpoint:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:50: Using a static member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:51: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:52: Using a static member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:53: Using a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:54: Using a static member import should be avoided - org.junit.Assert.fail. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:139:57: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:140:58: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:157:22: '3.14' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:158:22: '42' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:273:27: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:274:28: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:299:31: '47.6154086' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointIns
trumentedTest.java:300:32: '-122.3349685' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:30: Using a static member import should be avoided - org.mockito.Mockito.inOrder. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:31: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:32: Using a static member import should be avoided - org.mockito.Mockito.never. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java
:33: Using a static member import should be avoided - org.mockito.Mockito.verify. [AvoidStaticImport]
> Task :aws-analytics-pinpoint:checkstyle FAILED
> Task :aws-api:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:47: Usi
ng a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:48: Usi
ng a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:84:18:
'29' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:124:42:
'3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:184:18:
'29' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:192:22:
'30' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:302:20:
'5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\GraphQLInstrumentationTest.java:42: Using a st
atic member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\GraphQLInstrumentationTest.java:43: Using a st
atic member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:35: Using a st
atic member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:36: Using a st
atic member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:37: Using a st
atic member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:38: Using a st
atic member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:41: Using a stat
ic member import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:42: Using a stat
ic member import should be avoided - org.junit.Assert.assertNotEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:43: Using a stat
ic member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\TestApiCategory.java:32: Using a static member
import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:27: Using a
static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:28: Using a
static member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:29: Using a
static member import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:74: Using a static member impor
t should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:75: Using a static member impor
t should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:76: Using a static member impor
t should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:77: Using a static member impor
t should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:78: Using a static member impor
t should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:79: Using a static member impor
t should be avoided - org.mockito.Mockito.when. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:100:25: '8080' is a magic numbe
r. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:39: Using a static mem
ber import should be avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:40: Using a static mem
ber import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:41: Using a static mem
ber import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:42: Using a static mem
ber import should be avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:100:19: '16' is a magi
c number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:121:19: '28' is a magi
c number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\ApiSelectorTest.java:26: Using a static member import
should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:103:18: '19' is
a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:104:27: '2000'
is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:104:36: '15' is
a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:155:51: '123456
7890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncSigV4SignerInterceptorFactoryTest.java:31: Usi
ng a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:47: Using a stati
c member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:48: Using a stati
c member import should be avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:49: Using a stati
c member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:143:29: '3' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:146:41: '5' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:146:44: '7' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:197:29: '3' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:200:41: '5' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:200:44: '7' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:253:37: '11' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:253:41: '3' is a
magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:382:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:390:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:398:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:406:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:414:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:422:51: '12345678
90000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:29: Using a static member import sh
ould be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:47:17: '3.5f' is a magic number. [M
agicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:62:35: '4' is a magic number. [Magi
cNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:63:33: '5.5f' is a magic number. [M
agicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\SubscriptionAuthorizerTest.java:32: Using a static me
mber import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:28: Using a static member im
port should be avoided - org.mockito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:29: Using a static member im
port should be avoided - org.mockito.Mockito.verify. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:30: Using a static member im
port should be avoided - org.mockito.Mockito.verifyNoInteractions. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TypeMakerTest.java:26: Using a static member import s
hould be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TypeMakerTest.java:27: Using a static member import s
hould be avoided - org.junit.Assert.assertThrows. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\utils\RestRequestFactoryTest.java:30: Using a static
member import should be avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\utils\RestRequestFactoryTest.java:31: Using a static
member import should be avoided - org.junit.Assert.assertNotNull. [AvoidStaticImport]
> Task :aws-api:checkstyle FAILED
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinpoint/build/reports/checkstyle/checkstyle.
html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-api:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-api/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 17
Checkstyle violations by severity: [error:68]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Service defined at https://gradle.com/terms-of-service. Do you accept these terms? [yes, no]
yGradle Terms of Service accepted.
Publishing build scan...
https://gradle.com/s/mbezreddtb23y
C:\MyData\Amplify original\amplify-android>gradlew build --status
PID STATUS INFO
15212 IDLE 6.6.1
14376 IDLE 6.6.1
Only Daemons for the current Gradle version are displayed. See https://docs.gradle.org/6.6.1/userguide/gradle_daemon.html#sec:status
C:\MyData\Amplify original\amplify-android>clear
'clear' is not recognized as an internal or external command,
operable program or batch file.
C:\MyData\Amplify original\amplify-android>cr
'cr' is not recognized as an internal or external command,
operable program or batch file.
C:\MyData\Amplify original\amplify-android>cls
C:\MyData\Amplify original\amplify-android>gradlew build --scan
> Task :aws-analytics-pinpoint:checkstyle FAILED
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:50: Using a static member import should b
e avoided - androidx.test.core.app.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:51: Using a static member import should b
e avoided - org.junit.Assert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:52: Using a static member import should b
e avoided - org.junit.Assert.assertFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:53: Using a static member import should b
e avoided - org.junit.Assert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:54: Using a static member import should b
e avoided - org.junit.Assert.fail. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:139:57: '3.14' is a magic number. [MagicN
umber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:140:58: '42' is a magic number. [MagicNum
ber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:157:22: '3.14' is a magic number. [MagicN
umber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:158:22: '42' is a magic number. [MagicNum
ber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:273:27: '47.6154086' is a magic number. [
MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:274:28: '-122.3349685' is a magic number.
[MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:299:31: '47.6154086' is a magic number. [
MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\androidTest\java\com\amplifyframework\analytics\pinpoint\AnalyticsPinpointInstrumentedTest.java:300:32: '-122.3349685' is a magic number.
[MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java:30: Using a static member import should be avoided - org.mo
ckito.Mockito.inOrder. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java:31: Using a static member import should be avoided - org.mo
ckito.Mockito.mock. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java:32: Using a static member import should be avoided - org.mo
ckito.Mockito.never. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-analytics-pinpoint\src\test\java\com\amplifyframework\analytics\pinpoint\AutoSessionTrackerTest.java:33: Using a static member import should be avoided - org.mo
ckito.Mockito.verify. [AvoidStaticImport]
> Task :aws-api-appsync:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQlRequestTest.java:26: Using a static member import should be avoided - org.junit.Assert.asse
rtEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQlRequestTest.java:28: Missing a Javadoc comment. [MissingJavadocType]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\DefaultGraphQLRequestOptions.java:21: Missing a Javadoc comment. [MissingJavadocType]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\SelectionSetTest.java:28: Using a static member import should be avoided - org.junit.Assert.assertEquals.
[AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\api\aws\SelectionSetTest.java:30: Missing a Javadoc comment. [MissingJavadocType]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:28: Using a static member import should be avoided - org.junit.Assert.a
ssertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:29: Using a static member import should be avoided - org.junit.Assert.a
ssertThrows. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:68:32: '2001' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:70:40: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:90:32: '2001' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTest.java:92:40: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:27: Using a static member import should be avoided - org.junit.Asse
rt.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:46: '2001' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:55: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:58: '4' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:61: '5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:68:64: '6' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalDateTimeTest.java:73:48: '1000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:28: Using a static member import should be avoided - org.junit.Assert.a
ssertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:29: Using a static member import should be avoided - org.junit.Assert.a
ssertThrows. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:73:32: '1970' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:78:34: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:79:39: '4' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:97:32: '1970' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:102:34: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimeTest.java:103:39: '4' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:26: Using a static member import should be avoided - org.junit.Ass
ert.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:27: Using a static member import should be avoided - org.junit.Ass
ert.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:78:59: '5_000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:79:60: '5_000_000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:92:59: '5_000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:93:60: '6_000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api-appsync\src\test\java\com\amplifyframework\core\model\temporal\TemporalTimestampTest.java:94:59: '7_000' is a magic number. [MagicNumber]
> Task :aws-api-appsync:checkstyle FAILED
> Task :aws-api:checkstyle
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:47: Using a static member import should be avoided - org.junit.Asse
rt.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:48: Using a static member import should be avoided - org.junit.Asse
rt.assertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:84:18: '29' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:124:42: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:184:18: '29' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:192:22: '30' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\CodeGenerationInstrumentationTest.java:302:20: '5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\GraphQLInstrumentationTest.java:42: Using a static member import should be avoided - androidx.test.core.ap
p.ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\GraphQLInstrumentationTest.java:43: Using a static member import should be avoided - org.junit.Assert.asse
rtEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:35: Using a static member import should be avoided - org.junit.Assert.asse
rtEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:36: Using a static member import should be avoided - org.junit.Assert.asse
rtFalse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:37: Using a static member import should be avoided - org.junit.Assert.asse
rtNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\RestApiInstrumentationTest.java:38: Using a static member import should be avoided - org.junit.Assert.asse
rtTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:41: Using a static member import should be avoided - androidx.test.core.app.
ApplicationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:42: Using a static member import should be avoided - org.junit.Assert.assert
NotEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\SubscriptionEndpointTest.java:43: Using a static member import should be avoided - org.junit.Assert.assert
NotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\androidTest\java\com\amplifyframework\api\aws\TestApiCategory.java:32: Using a static member import should be avoided - androidx.test.core.app.Applicati
onProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:27: Using a static member import should be avoided - org.junit.Assert.as
sertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:28: Using a static member import should be avoided - org.junit.Assert.as
sertNotNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginConfigurationReaderTest.java:29: Using a static member import should be avoided - org.junit.Assert.as
sertTrue. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:74: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidS
taticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:75: Using a static member import should be avoided - org.junit.Assert.assertFalse. [AvoidSt
aticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:76: Using a static member import should be avoided - org.junit.Assert.assertNotNull. [Avoid
StaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:77: Using a static member import should be avoided - org.junit.Assert.assertTrue. [AvoidSta
ticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:78: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidStatic
Import]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:79: Using a static member import should be avoided - org.mockito.Mockito.when. [AvoidStatic
Import]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginTest.java:100:25: '8080' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:39: Using a static member import should be avoided - androidx.test.core.app.Applic
ationProvider.getApplicationContext. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:40: Using a static member import should be avoided - org.junit.Assert.assertEquals
. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:41: Using a static member import should be avoided - org.junit.Assert.assertNotNul
l. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:42: Using a static member import should be avoided - org.junit.Assert.assertTrue.
[AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:100:19: '16' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AWSApiPluginUserAgentTest.java:121:19: '28' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\ApiSelectorTest.java:26: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidSt
aticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:103:18: '19' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:104:27: '2000' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:104:36: '15' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncGraphQLRequestFactoryTest.java:155:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\AppSyncSigV4SignerInterceptorFactoryTest.java:31: Using a static member import should be avoided - org.junit.Asse
rt.assertEquals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:47: Using a static member import should be avoided - org.junit.Assert.assertE
quals. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:48: Using a static member import should be avoided - org.junit.Assert.assertF
alse. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:49: Using a static member import should be avoided - org.junit.Assert.assertN
otNull. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:143:29: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:146:41: '5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:146:44: '7' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:197:29: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:200:41: '5' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:200:44: '7' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:253:37: '11' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:253:41: '3' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:382:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:390:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:398:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:406:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:414:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonGraphQLResponseFactoryTest.java:422:51: '1234567890000L' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:29: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStati
cImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:47:17: '3.5f' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:62:35: '4' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\GsonUtilTest.java:63:33: '5.5f' is a magic number. [MagicNumber]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\SubscriptionAuthorizerTest.java:32: Using a static member import should be avoided - org.junit.Assert.assertEqual
s. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:28: Using a static member import should be avoided - org.mockito.Mockito.mock. [AvoidSta
ticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:29: Using a static member import should be avoided - org.mockito.Mockito.verify. [AvoidS
taticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TimeoutWatchdogTest.java:30: Using a static member import should be avoided - org.mockito.Mockito.verifyNoInterac
tions. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TypeMakerTest.java:26: Using a static member import should be avoided - org.junit.Assert.assertEquals. [AvoidStat
icImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\TypeMakerTest.java:27: Using a static member import should be avoided - org.junit.Assert.assertThrows. [AvoidStat
icImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\utils\RestRequestFactoryTest.java:30: Using a static member import should be avoided - org.junit.Assert.assertEqu
als. [AvoidStaticImport]
[ant:checkstyle] [ERROR] C:\MyData\Amplify original\amplify-android\aws-api\src\test\java\com\amplifyframework\api\aws\utils\RestRequestFactoryTest.java:31: Using a static member import should be avoided - org.junit.Assert.assertNot
Null. [AvoidStaticImport]
> Task :aws-api:checkstyle FAILED
FAILURE: Build completed with 3 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-analytics-pinpoint:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-analytics-pinpoint/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 2
Checkstyle violations by severity: [error:17]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-api-appsync:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-api-appsync/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 7
Checkstyle violations by severity: [error:33]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':aws-api:checkstyle'.
> Checkstyle rule violations were found. See the report at: file:///C:/MyData/Amplify%20original/amplify-android/aws-api/build/reports/checkstyle/checkstyle.html
Checkstyle files with violations: 17
Checkstyle violations by severity: [error:68]
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.6.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 12s
236 actionable tasks: 17 executed, 219 up-to-date
Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Service defined at https://gradle.com/terms-of-service. Do you accept these terms? [yes, no] yes
Gradle Terms of Service accepted.
Publishing build scan...
https://gradle.com/s/n5yh2atjmu274
<-------------> 0% WAITING
> IDLE
> IDLE
> IDLE
> IDLE
C:\MyData\Amplify original\amplify-android>```
| infrastructure | facing gradle build failed in windows even though working fine on mac when i try to run gradlew build facing build failed in windows and working fine in mac this is the logs i get after running gradlew build microsoft windows c microsoft corporation all rights reserved c mydata amplify original amplify android gradlew build stacktrace welcome to gradle here are the highlights of this release experimental build configuration caching built in conventions for handling credentials java compilation supports release flag for more details see starting a gradle daemon incompatible daemon could not be reused use status for details task aws analytics pinpoint checkstyle c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert assertfalse c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert asserttrue c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert fail c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito inorder c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito mock c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito never c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito verify task aws analytics pinpoint checkstyle failed failure build failed with an exception what went wrong execution failed for task aws analytics pinpoint checkstyle checkstyle rule violations were found see the report at file c mydata amplify amplify android aws analytics pinpoint build reports checkstyle checkstyle html checkstyle files with violations checkstyle violations by severity try run with info or debug option to get more log output run with scan to get full insights exception is org gradle api tasks taskexecutionexception execution failed for task aws analytics pinpoint checkstyle at org gradle api internal tasks execution executeactionstaskexecuter lambda executeifvalid executeactionstaskexecuter java at org gradle internal try failure ifsuccessfulorelse try java at org gradle api internal tasks execution executeactionstaskexecuter executeifvalid executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter execute executeactionstaskexecuter java at org gradle api internal tasks execution cleanupstaleoutputsexecuter execute cleanupstaleoutputsexecuter java at org gradle api internal tasks execution finalizepropertiestaskexecuter execute finalizepropertiestaskexecuter java at org gradle api internal tasks execution resolvetaskexecutionmodeexecuter execute resolvetaskexecutionmodeexecuter java at org gradle api internal tasks execution skiptaskwithnoactionsexecuter execute skiptaskwithnoactionsexecuter java at org gradle api internal tasks execution skiponlyiftaskexecuter execute skiponlyiftaskexecuter java at org gradle api internal tasks execution catchexceptiontaskexecuter execute catchexceptiontaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter executetask eventfiringtaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter call eventfiringtaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter call eventfiringtaskexecuter java at org gradle internal operations defaultbuildoperationexecutor callablebuildoperationworker execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor callablebuildoperationworker execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor call defaultbuildoperationexecutor java at org gradle internal operations delegatingbuildoperationexecutor call delegatingbuildoperationexecutor java at org gradle api internal tasks execution eventfiringtaskexecuter execute eventfiringtaskexecuter java at org gradle execution plan localtasknodeexecutor execute localtasknodeexecutor java at org gradle execution taskgraph defaulttaskexecutiongraph invokenodeexecutorsaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph invokenodeexecutorsaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph buildoperationawareexecutionaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph buildoperationawareexecutionaction execute defaulttaskexecutiongraph java at org gradle execution plan defaultplanexecutor executorworker lambda run defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker execute defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker executenextnode defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker run defaultplanexecutor java at org gradle internal concurrent executorpolicy catchandrecordfailures onexecute executorpolicy java at org gradle internal concurrent managedexecutorimpl run managedexecutorimpl java at org gradle internal concurrent threadfactoryimpl managedthreadrunnable run threadfactoryimpl java caused by org gradle api gradleexception checkstyle rule violations were found see the report at file c mydata amplify amplify android aws analytics pinp oint build reports checkstyle checkstyle html checkstyle files with violations checkstyle violations by severity at org gradle api plugins quality internal checkstyleinvoker invoke docall checkstyleinvoker groovy at org gradle util closurebackedaction execute closurebackedaction java at org gradle util closurebackedaction execute closurebackedaction java at org gradle api internal project antbuilder defaultisolatedantbuilder execute defaultisolatedantbuilder java at org gradle api internal project antbuilder defaultisolatedantbuilder execute defaultisolatedantbuilder java at org gradle api internal project antbuilder classpathtoclassloadercache withcachedclassloader classpathtoclassloadercache java at org gradle api internal project antbuilder defaultisolatedantbuilder execute defaultisolatedantbuilder java at org gradle api internal project isolatedantbuilder execute call unknown source at org gradle api plugins quality internal checkstyleinvoker invoke checkstyleinvoker groovy at org gradle api plugins quality checkstyle run checkstyle java at org gradle internal reflect javamethod invoke javamethod java at org gradle api internal project taskfactory standardtaskaction doexecute standardtaskaction java at org gradle api internal project taskfactory standardtaskaction execute standardtaskaction java at org gradle api internal project taskfactory standardtaskaction execute standardtaskaction java at org gradle api internal tasks execution executeactionstaskexecuter run executeactionstaskexecuter java at org gradle internal operations defaultbuildoperationexecutor runnablebuildoperationworker execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor runnablebuildoperationworker execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor run defaultbuildoperationexecutor java at org gradle internal operations delegatingbuildoperationexecutor run delegatingbuildoperationexecutor java at org gradle api internal tasks execution executeactionstaskexecuter executeaction executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter executeactions executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter access executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter taskexecution executewithpreviousoutputfiles executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter taskexecution execute executeactionstaskexecuter java at org gradle internal execution steps executestep lambda execute executestep java at org gradle internal execution steps executestep execute executestep java at org gradle internal execution steps executestep execute executestep java at org gradle internal execution steps cleanupoutputsstep execute cleanupoutputsstep java at org gradle internal execution steps cleanupoutputsstep execute cleanupoutputsstep java at org gradle internal execution steps resolveinputchangesstep execute resolveinputchangesstep java at org gradle internal execution steps resolveinputchangesstep execute resolveinputchangesstep java at org gradle internal execution steps cancelexecutionstep execute cancelexecutionstep java at org gradle internal execution steps timeoutstep executewithouttimeout timeoutstep java at org gradle internal execution steps timeoutstep execute timeoutstep java at org gradle internal execution steps catchexceptionstep execute catchexceptionstep java at org gradle internal execution steps createoutputsstep execute createoutputsstep java at org gradle internal execution steps snapshotoutputsstep execute snapshotoutputsstep java at org gradle internal execution steps snapshotoutputsstep execute snapshotoutputsstep java at org gradle internal execution steps broadcastchangingoutputsstep execute broadcastchangingoutputsstep java at org gradle internal execution steps cachestep executewithoutcache cachestep java at org gradle internal execution steps cachestep execute cachestep java at org gradle internal execution steps cachestep execute cachestep java at org gradle internal execution steps storeexecutionstatestep execute storeexecutionstatestep java at org gradle internal execution steps storeexecutionstatestep execute storeexecutionstatestep java at org gradle internal execution steps recordoutputsstep execute recordoutputsstep java at org gradle internal execution steps recordoutputsstep execute recordoutputsstep java at org gradle internal execution steps skipuptodatestep executebecause skipuptodatestep java at org gradle internal execution steps skipuptodatestep lambda execute skipuptodatestep java at org gradle internal execution steps skipuptodatestep execute skipuptodatestep java at org gradle internal execution steps skipuptodatestep execute skipuptodatestep java at org gradle internal execution steps resolvechangesstep execute resolvechangesstep java at org gradle internal execution steps resolvechangesstep execute resolvechangesstep java at org gradle internal execution steps legacy marksnapshottinginputsfinishedstep execute marksnapshottinginputsfinishedstep java at org gradle internal execution steps legacy marksnapshottinginputsfinishedstep execute marksnapshottinginputsfinishedstep java at org gradle internal execution steps resolvecachingstatestep execute resolvecachingstatestep java at org gradle internal execution steps resolvecachingstatestep execute resolvecachingstatestep java at org gradle internal execution steps capturestatebeforeexecutionstep execute capturestatebeforeexecutionstep java at org gradle internal execution steps capturestatebeforeexecutionstep execute capturestatebeforeexecutionstep java at org gradle internal execution steps validatestep execute validatestep java at org gradle internal execution steps skipemptyworkstep lambda execute skipemptyworkstep java at org gradle internal execution steps skipemptyworkstep execute skipemptyworkstep java at org gradle internal execution steps skipemptyworkstep execute skipemptyworkstep java at org gradle internal execution steps legacy marksnapshottinginputsstartedstep execute marksnapshottinginputsstartedstep java at org gradle internal execution steps loadexecutionstatestep execute loadexecutionstatestep java at org gradle internal execution steps loadexecutionstatestep execute loadexecutionstatestep java at org gradle internal execution impl defaultworkexecutor execute defaultworkexecutor java at org gradle api internal tasks execution executeactionstaskexecuter executeifvalid executeactionstaskexecuter java at org gradle api internal tasks execution executeactionstaskexecuter execute executeactionstaskexecuter java at org gradle api internal tasks execution cleanupstaleoutputsexecuter execute cleanupstaleoutputsexecuter java at org gradle api internal tasks execution finalizepropertiestaskexecuter execute finalizepropertiestaskexecuter java at org gradle api internal tasks execution resolvetaskexecutionmodeexecuter execute resolvetaskexecutionmodeexecuter java at org gradle api internal tasks execution skiptaskwithnoactionsexecuter execute skiptaskwithnoactionsexecuter java at org gradle api internal tasks execution skiponlyiftaskexecuter execute skiponlyiftaskexecuter java at org gradle api internal tasks execution catchexceptiontaskexecuter execute catchexceptiontaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter executetask eventfiringtaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter call eventfiringtaskexecuter java at org gradle api internal tasks execution eventfiringtaskexecuter call eventfiringtaskexecuter java at org gradle internal operations defaultbuildoperationexecutor callablebuildoperationworker execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor callablebuildoperationworker execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor execute defaultbuildoperationexecutor java at org gradle internal operations defaultbuildoperationexecutor call defaultbuildoperationexecutor java at org gradle internal operations delegatingbuildoperationexecutor call delegatingbuildoperationexecutor java at org gradle api internal tasks execution eventfiringtaskexecuter execute eventfiringtaskexecuter java at org gradle execution plan localtasknodeexecutor execute localtasknodeexecutor java at org gradle execution taskgraph defaulttaskexecutiongraph invokenodeexecutorsaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph invokenodeexecutorsaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph buildoperationawareexecutionaction execute defaulttaskexecutiongraph java at org gradle execution taskgraph defaulttaskexecutiongraph buildoperationawareexecutionaction execute defaulttaskexecutiongraph java at org gradle execution plan defaultplanexecutor executorworker lambda run defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker execute defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker executenextnode defaultplanexecutor java at org gradle execution plan defaultplanexecutor executorworker run defaultplanexecutor java at org gradle internal concurrent executorpolicy catchandrecordfailures onexecute executorpolicy java at org gradle internal concurrent managedexecutorimpl run managedexecutorimpl java at org gradle internal concurrent threadfactoryimpl managedthreadrunnable run threadfactoryimpl java get more help at deprecated gradle features were used in this build making it incompatible with gradle use warning mode all to show the individual deprecation warnings see build failed in actionable tasks executed c mydata amplify original amplify android gradlew build task aws analytics pinpoint checkstyle c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert assertfalse c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert asserttrue c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert fail c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito inorder c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito mock c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito never c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito verify task aws analytics pinpoint checkstyle failed failure build failed with an exception what went wrong execution failed for task aws analytics pinpoint checkstyle checkstyle rule violations were found see the report at file c mydata amplify amplify android aws analytics pinpoint build reports checkstyle checkstyle html checkstyle files with violations checkstyle violations by severity try run with stacktrace option to get the stack trace run with info or debug option to get more log output run with scan to get full insights get more help at deprecated gradle features were used in this build making it incompatible with gradle use warning mode all to show the individual deprecation warnings see build failed in actionable tasks executed up to date c mydata amplify original amplify android gradlew build scan task aws analytics pinpoint checkstyle c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert assertfalse c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert asserttrue c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java using a static member import should be avoided org junit assert fail c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointins trumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito inorder c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito mock c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito never c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mockito mockito verify task aws analytics pinpoint checkstyle failed task aws api checkstyle c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java usi ng a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java usi ng a static member import should be avoided org junit assert asserttrue c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws graphqlinstrumentationtest java using a st atic member import should be avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws graphqlinstrumentationtest java using a st atic member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws restapiinstrumentationtest java using a st atic member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws restapiinstrumentationtest java using a st atic member import should be avoided org junit assert assertfalse c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws restapiinstrumentationtest java using a st atic member import should be avoided org junit assert assertnotnull c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws restapiinstrumentationtest java using a st atic member import should be avoided org junit assert asserttrue c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws subscriptionendpointtest java using a stat ic member import should be avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws subscriptionendpointtest java using a stat ic member import should be avoided org junit assert assertnotequals c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws subscriptionendpointtest java using a stat ic member import should be avoided org junit assert assertnotnull c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws testapicategory java using a static member import should be avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginconfigurationreadertest java using a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginconfigurationreadertest java using a static member import should be avoided org junit assert assertnotnull c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginconfigurationreadertest java using a static member import should be avoided org junit assert asserttrue c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member impor t should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member impor t should be avoided org junit assert assertfalse c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member impor t should be avoided org junit assert assertnotnull c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member impor t should be avoided org junit assert asserttrue c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member impor t should be avoided org mockito mockito mock c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member impor t should be avoided org mockito mockito when c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java is a magic numbe r c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java using a static mem ber import should be avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java using a static mem ber import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java using a static mem ber import should be avoided org junit assert assertnotnull c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java using a static mem ber import should be avoided org junit assert asserttrue c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java is a magi c number c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java is a magi c number c mydata amplify original amplify android aws api src test java com amplifyframework api aws apiselectortest java using a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws appsyncgraphqlrequestfactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws appsyncgraphqlrequestfactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws appsyncgraphqlrequestfactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws appsyncgraphqlrequestfactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws java usi ng a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java using a stati c member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java using a stati c member import should be avoided org junit assert assertfalse c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java using a stati c member import should be avoided org junit assert assertnotnull c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsonutiltest java using a static member import sh ould be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsonutiltest java is a magic number m agicnumber c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsonutiltest java is a magic number magi cnumber c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsonutiltest java is a magic number m agicnumber c mydata amplify original amplify android aws api src test java com amplifyframework api aws subscriptionauthorizertest java using a static me mber import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws timeoutwatchdogtest java using a static member im port should be avoided org mockito mockito mock c mydata amplify original amplify android aws api src test java com amplifyframework api aws timeoutwatchdogtest java using a static member im port should be avoided org mockito mockito verify c mydata amplify original amplify android aws api src test java com amplifyframework api aws timeoutwatchdogtest java using a static member im port should be avoided org mockito mockito verifynointeractions c mydata amplify original amplify android aws api src test java com amplifyframework api aws typemakertest java using a static member import s hould be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws typemakertest java using a static member import s hould be avoided org junit assert assertthrows c mydata amplify original amplify android aws api src test java com amplifyframework api aws utils restrequestfactorytest java using a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws utils restrequestfactorytest java using a static member import should be avoided org junit assert assertnotnull task aws api checkstyle failed failure build completed with failures task failed with an exception what went wrong execution failed for task aws analytics pinpoint checkstyle checkstyle rule violations were found see the report at file c mydata amplify amplify android aws analytics pinpoint build reports checkstyle checkstyle html checkstyle files with violations checkstyle violations by severity try run with stacktrace option to get the stack trace run with info or debug option to get more log output run with scan to get full insights task failed with an exception what went wrong execution failed for task aws api checkstyle checkstyle rule violations were found see the report at file c mydata amplify amplify android aws api build reports checkstyle checkstyle html checkstyle files with violations checkstyle violations by severity try run with stacktrace option to get the stack trace run with info or debug option to get more log output run with scan to get full insights get more help at deprecated gradle features were used in this build making it incompatible with gradle use warning mode all to show the individual deprecation warnings see publishing a build scan to scans gradle com requires accepting the gradle terms of service defined at do you accept these terms ygradle terms of service accepted publishing build scan c mydata amplify original amplify android gradlew build status pid status info idle idle only daemons for the current gradle version are displayed see c mydata amplify original amplify android clear clear is not recognized as an internal or external command operable program or batch file c mydata amplify original amplify android cr cr is not recognized as an internal or external command operable program or batch file c mydata amplify original amplify android cls c mydata amplify original amplify android gradlew build scan task aws analytics pinpoint checkstyle failed c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java using a static member import should b e avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java using a static member import should b e avoided org junit assert assertequals c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java using a static member import should b e avoided org junit assert assertfalse c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java using a static member import should b e avoided org junit assert asserttrue c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java using a static member import should b e avoided org junit assert fail c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java is a magic number magicn umber c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java is a magic number magicnum ber c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java is a magic number magicn umber c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java is a magic number magicnum ber c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java is a magic number magicnumber c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java is a magic number magicnumber c mydata amplify original amplify android aws analytics pinpoint src androidtest java com amplifyframework analytics pinpoint analyticspinpointinstrumentedtest java is a magic number c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mo ckito mockito inorder c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mo ckito mockito mock c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mo ckito mockito never c mydata amplify original amplify android aws analytics pinpoint src test java com amplifyframework analytics pinpoint autosessiontrackertest java using a static member import should be avoided org mo ckito mockito verify task aws api appsync checkstyle c mydata amplify original amplify android aws api appsync src test java com amplifyframework api aws appsyncgraphqlrequesttest java using a static member import should be avoided org junit assert asse rtequals c mydata amplify original amplify android aws api appsync src test java com amplifyframework api aws appsyncgraphqlrequesttest java missing a javadoc comment c mydata amplify original amplify android aws api appsync src test java com amplifyframework api aws defaultgraphqlrequestoptions java missing a javadoc comment c mydata amplify original amplify android aws api appsync src test java com amplifyframework api aws selectionsettest java using a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api appsync src test java com amplifyframework api aws selectionsettest java missing a javadoc comment c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetest java using a static member import should be avoided org junit assert a ssertequals c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetest java using a static member import should be avoided org junit assert a ssertthrows c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetimetest java using a static member import should be avoided org junit asse rt assertequals c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaldatetimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimetest java using a static member import should be avoided org junit assert a ssertequals c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimetest java using a static member import should be avoided org junit assert a ssertthrows c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimetest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimestamptest java using a static member import should be avoided org junit ass ert assertequals c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimestamptest java using a static member import should be avoided org junit ass ert asserttrue c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimestamptest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimestamptest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimestamptest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimestamptest java is a magic number c mydata amplify original amplify android aws api appsync src test java com amplifyframework core model temporal temporaltimestamptest java is a magic number task aws api appsync checkstyle failed task aws api checkstyle c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java using a static member import should be avoided org junit asse rt assertequals c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java using a static member import should be avoided org junit asse rt asserttrue c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws codegenerationinstrumentationtest java is a magic number c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws graphqlinstrumentationtest java using a static member import should be avoided androidx test core ap p applicationprovider getapplicationcontext c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws graphqlinstrumentationtest java using a static member import should be avoided org junit assert asse rtequals c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws restapiinstrumentationtest java using a static member import should be avoided org junit assert asse rtequals c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws restapiinstrumentationtest java using a static member import should be avoided org junit assert asse rtfalse c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws restapiinstrumentationtest java using a static member import should be avoided org junit assert asse rtnotnull c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws restapiinstrumentationtest java using a static member import should be avoided org junit assert asse rttrue c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws subscriptionendpointtest java using a static member import should be avoided androidx test core app applicationprovider getapplicationcontext c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws subscriptionendpointtest java using a static member import should be avoided org junit assert assert notequals c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws subscriptionendpointtest java using a static member import should be avoided org junit assert assert notnull c mydata amplify original amplify android aws api src androidtest java com amplifyframework api aws testapicategory java using a static member import should be avoided androidx test core app applicati onprovider getapplicationcontext c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginconfigurationreadertest java using a static member import should be avoided org junit assert as sertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginconfigurationreadertest java using a static member import should be avoided org junit assert as sertnotnull c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginconfigurationreadertest java using a static member import should be avoided org junit assert as serttrue c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member import should be avoided org junit assert assertequals avoids taticimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member import should be avoided org junit assert assertfalse avoidst aticimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member import should be avoided org junit assert assertnotnull avoid staticimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member import should be avoided org junit assert asserttrue avoidsta ticimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member import should be avoided org mockito mockito mock avoidstatic import c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java using a static member import should be avoided org mockito mockito when avoidstatic import c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapiplugintest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java using a static member import should be avoided androidx test core app applic ationprovider getapplicationcontext c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java using a static member import should be avoided org junit assert assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java using a static member import should be avoided org junit assert assertnotnul l c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java using a static member import should be avoided org junit assert asserttrue c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws awsapipluginuseragenttest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws apiselectortest java using a static member import should be avoided org junit assert assertequals avoidst aticimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws appsyncgraphqlrequestfactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws appsyncgraphqlrequestfactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws appsyncgraphqlrequestfactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws appsyncgraphqlrequestfactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws java using a static member import should be avoided org junit asse rt assertequals c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java using a static member import should be avoided org junit assert asserte quals c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java using a static member import should be avoided org junit assert assertf alse c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java using a static member import should be avoided org junit assert assertn otnull c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsongraphqlresponsefactorytest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsonutiltest java using a static member import should be avoided org junit assert assertequals avoidstati cimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsonutiltest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsonutiltest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws gsonutiltest java is a magic number c mydata amplify original amplify android aws api src test java com amplifyframework api aws subscriptionauthorizertest java using a static member import should be avoided org junit assert assertequal s c mydata amplify original amplify android aws api src test java com amplifyframework api aws timeoutwatchdogtest java using a static member import should be avoided org mockito mockito mock avoidsta ticimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws timeoutwatchdogtest java using a static member import should be avoided org mockito mockito verify avoids taticimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws timeoutwatchdogtest java using a static member import should be avoided org mockito mockito verifynointerac tions c mydata amplify original amplify android aws api src test java com amplifyframework api aws typemakertest java using a static member import should be avoided org junit assert assertequals avoidstat icimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws typemakertest java using a static member import should be avoided org junit assert assertthrows avoidstat icimport c mydata amplify original amplify android aws api src test java com amplifyframework api aws utils restrequestfactorytest java using a static member import should be avoided org junit assert assertequ als c mydata amplify original amplify android aws api src test java com amplifyframework api aws utils restrequestfactorytest java using a static member import should be avoided org junit assert assertnot null task aws api checkstyle failed failure build completed with failures task failed with an exception what went wrong execution failed for task aws analytics pinpoint checkstyle checkstyle rule violations were found see the report at file c mydata amplify amplify android aws analytics pinpoint build reports checkstyle checkstyle html checkstyle files with violations checkstyle violations by severity try run with stacktrace option to get the stack trace run with info or debug option to get more log output run with scan to get full insights task failed with an exception what went wrong execution failed for task aws api appsync checkstyle checkstyle rule violations were found see the report at file c mydata amplify amplify android aws api appsync build reports checkstyle checkstyle html checkstyle files with violations checkstyle violations by severity try run with stacktrace option to get the stack trace run with info or debug option to get more log output run with scan to get full insights task failed with an exception what went wrong execution failed for task aws api checkstyle checkstyle rule violations were found see the report at file c mydata amplify amplify android aws api build reports checkstyle checkstyle html checkstyle files with violations checkstyle violations by severity try run with stacktrace option to get the stack trace run with info or debug option to get more log output run with scan to get full insights get more help at deprecated gradle features were used in this build making it incompatible with gradle use warning mode all to show the individual deprecation warnings see build failed in actionable tasks executed up to date publishing a build scan to scans gradle com requires accepting the gradle terms of service defined at do you accept these terms yes gradle terms of service accepted publishing build scan waiting idle idle idle idle c mydata amplify original amplify android | 1 |
7,751 | 7,083,400,308 | IssuesEvent | 2018-01-11 00:07:34 | lampepfl/dotty | https://api.github.com/repos/lampepfl/dotty | closed | sbt build: recompiling with no changes takes 15 seconds | area:infrastructure | ```
> compile
[info] Resolving org.scala-js#scalajs-ir_2.11;0.6.7 ...
[success] Total time: 15 s, completed Mar 8, 2016 2:50:01 PM
> compile
[info] Resolving org.scala-js#scalajs-ir_2.11;0.6.7 ...
[success] Total time: 16 s, completed Mar 8, 2016 2:50:20 PM
>
```
I guess it could have to do with recent `Build.scala` changes needed to support scalajs.
| 1.0 | sbt build: recompiling with no changes takes 15 seconds - ```
> compile
[info] Resolving org.scala-js#scalajs-ir_2.11;0.6.7 ...
[success] Total time: 15 s, completed Mar 8, 2016 2:50:01 PM
> compile
[info] Resolving org.scala-js#scalajs-ir_2.11;0.6.7 ...
[success] Total time: 16 s, completed Mar 8, 2016 2:50:20 PM
>
```
I guess it could have to do with recent `Build.scala` changes needed to support scalajs.
| infrastructure | sbt build recompiling with no changes takes seconds compile resolving org scala js scalajs ir total time s completed mar pm compile resolving org scala js scalajs ir total time s completed mar pm i guess it could have to do with recent build scala changes needed to support scalajs | 1 |
619,315 | 19,521,751,867 | IssuesEvent | 2021-12-29 19:59:26 | bounswe/2021SpringGroup9 | https://api.github.com/repos/bounswe/2021SpringGroup9 | closed | [Frontend] Implement filtering functionality | enhancement priority: high status: completed difficulty: medium frontend postory | ### Task:
Implement the layout of the filtering functionality on the discovery page.
### Type of task (new feature, writing tests, refactoring):
New feature
### Standards and rules to follow:
It should be on the discovery page, not as a new component
### Expected result:
<img width="689" alt="Screen Shot 2021-12-28 at 11 46 54" src="https://user-images.githubusercontent.com/35606355/147551659-fd2935a4-31ad-4c1f-a857-968862d654b1.png">
### Additional notes:
**Deadline: 31.12.2021**
| 1.0 | [Frontend] Implement filtering functionality - ### Task:
Implement the layout of the filtering functionality on the discovery page.
### Type of task (new feature, writing tests, refactoring):
New feature
### Standards and rules to follow:
It should be on the discovery page, not as a new component
### Expected result:
<img width="689" alt="Screen Shot 2021-12-28 at 11 46 54" src="https://user-images.githubusercontent.com/35606355/147551659-fd2935a4-31ad-4c1f-a857-968862d654b1.png">
### Additional notes:
**Deadline: 31.12.2021**
| non_infrastructure | implement filtering functionality task implement the layout of the filtering functionality on the discovery page type of task new feature writing tests refactoring new feature standards and rules to follow it should be on the discovery page not as a new component expected result img width alt screen shot at src additional notes deadline | 0 |
78,138 | 3,509,481,012 | IssuesEvent | 2016-01-08 22:59:01 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | RAF system not loading until core should restart (BB #907) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** soniuch
**Original Date:** 26.05.2015 01:08:55 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** closed
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/907
<hr>
sub commands are not working
raf info
raf link
raf unlink
When we put 2 account on account refer table we should restart core otherwise raf is not working | 1.0 | RAF system not loading until core should restart (BB #907) - This issue was migrated from bitbucket.
**Original Reporter:** soniuch
**Original Date:** 26.05.2015 01:08:55 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** closed
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/907
<hr>
sub commands are not working
raf info
raf link
raf unlink
When we put 2 account on account refer table we should restart core otherwise raf is not working | non_infrastructure | raf system not loading until core should restart bb this issue was migrated from bitbucket original reporter soniuch original date gmt original priority major original type bug original state closed direct link sub commands are not working raf info raf link raf unlink when we put account on account refer table we should restart core otherwise raf is not working | 0 |
114,904 | 24,683,646,165 | IssuesEvent | 2022-10-19 00:42:57 | gitpod-io/gitpod | https://api.github.com/repos/gitpod-io/gitpod | reopened | Remote Explorer should list ports in numerical order | user experience meta: stale editor: code (browser) feature: ports meta: never-stale team: IDE aspect: browser IDE | ## Is your feature request related to a problem? Please describe
I am frustrated when I am running a project with a lot of ports. The Remote Explorer does not list the ports in order. The order appears to be random. It makes it difficult to find a port to open in a new tab.
## Describe the behaviour you'd like
I would like the remote explorer to show the ports in numerical order, or perhaps in the order I specify in .gitpod.yml | 1.0 | Remote Explorer should list ports in numerical order - ## Is your feature request related to a problem? Please describe
I am frustrated when I am running a project with a lot of ports. The Remote Explorer does not list the ports in order. The order appears to be random. It makes it difficult to find a port to open in a new tab.
## Describe the behaviour you'd like
I would like the remote explorer to show the ports in numerical order, or perhaps in the order I specify in .gitpod.yml | non_infrastructure | remote explorer should list ports in numerical order is your feature request related to a problem please describe i am frustrated when i am running a project with a lot of ports the remote explorer does not list the ports in order the order appears to be random it makes it difficult to find a port to open in a new tab describe the behaviour you d like i would like the remote explorer to show the ports in numerical order or perhaps in the order i specify in gitpod yml | 0 |
140,679 | 11,355,804,789 | IssuesEvent | 2020-01-24 20:57:45 | pikatoste/test.sh | https://api.github.com/repos/pikatoste/test.sh | closed | Tests fail when there's no /tmp | test | - Verson orginated: 0.1.0-SNAPSHOT-248ee29
- Version done: 0.1.0-SNAPSHOT-5fba3f2
----
`test_config_LOG_vars_50.sh` accesses `/tmp` unconditionally, fails if it does not exist, such as android devices. | 1.0 | Tests fail when there's no /tmp - - Verson orginated: 0.1.0-SNAPSHOT-248ee29
- Version done: 0.1.0-SNAPSHOT-5fba3f2
----
`test_config_LOG_vars_50.sh` accesses `/tmp` unconditionally, fails if it does not exist, such as android devices. | non_infrastructure | tests fail when there s no tmp verson orginated snapshot version done snapshot test config log vars sh accesses tmp unconditionally fails if it does not exist such as android devices | 0 |
217,779 | 16,737,776,441 | IssuesEvent | 2021-06-11 05:38:31 | kebblar/petstore-back | https://api.github.com/repos/kebblar/petstore-back | closed | Agregar documentacion a la clase Signer.java | Vimpollos documentation | Se debe agregar la documentacion a la clase y metodos que cumpla con los estandares acordados. | 1.0 | Agregar documentacion a la clase Signer.java - Se debe agregar la documentacion a la clase y metodos que cumpla con los estandares acordados. | non_infrastructure | agregar documentacion a la clase signer java se debe agregar la documentacion a la clase y metodos que cumpla con los estandares acordados | 0 |
14,544 | 10,927,391,616 | IssuesEvent | 2019-11-22 16:35:33 | code4romania/catpol-declaratii | https://api.github.com/repos/code4romania/catpol-declaratii | closed | [Infrastructure] Docker container for running PyBossa | Docker enhancement high priority infrastructure october-release | PYBOSSA is the ultimate crowdsourcing framework to analyze or enrich data
that can't be processed by machines alone.
PyBossa is a dependency for asset declarations project of catalog politic and we need an instance to be deployed and used for development and production environments.
The best solution is to have a Docker container running the PyBossa instance, and this instance will be shared by developers working on the solution and also by the production environment when we have it up and running.
The container needs to be automatically deployed to AWS infrastructure using Travis CI. | 1.0 | [Infrastructure] Docker container for running PyBossa - PYBOSSA is the ultimate crowdsourcing framework to analyze or enrich data
that can't be processed by machines alone.
PyBossa is a dependency for asset declarations project of catalog politic and we need an instance to be deployed and used for development and production environments.
The best solution is to have a Docker container running the PyBossa instance, and this instance will be shared by developers working on the solution and also by the production environment when we have it up and running.
The container needs to be automatically deployed to AWS infrastructure using Travis CI. | infrastructure | docker container for running pybossa pybossa is the ultimate crowdsourcing framework to analyze or enrich data that can t be processed by machines alone pybossa is a dependency for asset declarations project of catalog politic and we need an instance to be deployed and used for development and production environments the best solution is to have a docker container running the pybossa instance and this instance will be shared by developers working on the solution and also by the production environment when we have it up and running the container needs to be automatically deployed to aws infrastructure using travis ci | 1 |
7,938 | 7,156,212,803 | IssuesEvent | 2018-01-26 15:35:25 | USGS-WiM/StreamStats | https://api.github.com/repos/USGS-WiM/StreamStats | closed | Prepare infrastructure for full V4 go-live | Infrastructure Task | Due to the unfortunate nature of ArcHydro, we'll need to prepare the infrastructure to fail gracefully. The method discussed for that was to build auto-scaling rules to spin up a new instance when production is over-taxed and swap route 53 to the new instance once it's ready for a (mostly) seamless transition. | 1.0 | Prepare infrastructure for full V4 go-live - Due to the unfortunate nature of ArcHydro, we'll need to prepare the infrastructure to fail gracefully. The method discussed for that was to build auto-scaling rules to spin up a new instance when production is over-taxed and swap route 53 to the new instance once it's ready for a (mostly) seamless transition. | infrastructure | prepare infrastructure for full go live due to the unfortunate nature of archydro we ll need to prepare the infrastructure to fail gracefully the method discussed for that was to build auto scaling rules to spin up a new instance when production is over taxed and swap route to the new instance once it s ready for a mostly seamless transition | 1 |
50,326 | 6,077,958,220 | IssuesEvent | 2017-06-16 06:37:48 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | sql/jobs: TestJobLogger failed under stress | Robot test-failure | SHA: https://github.com/cockroachdb/cockroach/commits/4f89174c1c36a6d94794d44f6a14af7e8eec3282
Parameters:
```
TAGS=
GOFLAGS=
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=273391&tab=buildLog
```
I170616 06:37:46.598013 324 vendor/google.golang.org/grpc/transport/http2_server.go:399 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:32772->127.0.0.1:60544: use of closed network connection
I170616 06:37:46.598134 325 vendor/google.golang.org/grpc/transport/http2_client.go:1303 transport: http2Client.notifyError got notified that the client transport was broken EOF.
``` | 1.0 | sql/jobs: TestJobLogger failed under stress - SHA: https://github.com/cockroachdb/cockroach/commits/4f89174c1c36a6d94794d44f6a14af7e8eec3282
Parameters:
```
TAGS=
GOFLAGS=
```
Stress build found a failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=273391&tab=buildLog
```
I170616 06:37:46.598013 324 vendor/google.golang.org/grpc/transport/http2_server.go:399 transport: http2Server.HandleStreams failed to read frame: read tcp 127.0.0.1:32772->127.0.0.1:60544: use of closed network connection
I170616 06:37:46.598134 325 vendor/google.golang.org/grpc/transport/http2_client.go:1303 transport: http2Client.notifyError got notified that the client transport was broken EOF.
``` | non_infrastructure | sql jobs testjoblogger failed under stress sha parameters tags goflags stress build found a failed test vendor google golang org grpc transport server go transport handlestreams failed to read frame read tcp use of closed network connection vendor google golang org grpc transport client go transport notifyerror got notified that the client transport was broken eof | 0 |
26,577 | 20,255,628,862 | IssuesEvent | 2022-02-14 22:49:36 | flutter/website | https://api.github.com/repos/flutter/website | closed | Ruby Sass gem has reached EOL and should no longer be used | infrastructure p2-medium e2-days | Attempting to install the `sass` gem results in the warning: _Ruby Sass has reached end-of-life and should no longer be used._
- [x] Replace our direct dependency on the `sass` gem by `sassc`
- [ ] Upgrade to Jekyll 4 and the latest jekyll-assets
- Bootstrap 4 and font-awesome-sass are already using `sassc`
---
_From @chalin on July 24, 2018 15:13_
From [this Travis log](https://travis-ci.org/flutter/website/builds/407652791):
> Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
> * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
primary implementation: https://sass-lang.com/install
> * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
sassc gem: https://github.com/sass/sassc-ruby#readme
> * For more details, please refer to the Sass blog:
cc @Sfshaza @filiph
_Copied from original issue: flutter/flutter#19715_ | 1.0 | Ruby Sass gem has reached EOL and should no longer be used - Attempting to install the `sass` gem results in the warning: _Ruby Sass has reached end-of-life and should no longer be used._
- [x] Replace our direct dependency on the `sass` gem by `sassc`
- [ ] Upgrade to Jekyll 4 and the latest jekyll-assets
- Bootstrap 4 and font-awesome-sass are already using `sassc`
---
_From @chalin on July 24, 2018 15:13_
From [this Travis log](https://travis-ci.org/flutter/website/builds/407652791):
> Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
> * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
primary implementation: https://sass-lang.com/install
> * If you use Sass as a plug-in for a Ruby web framework, we recommend using the
sassc gem: https://github.com/sass/sassc-ruby#readme
> * For more details, please refer to the Sass blog:
cc @Sfshaza @filiph
_Copied from original issue: flutter/flutter#19715_ | infrastructure | ruby sass gem has reached eol and should no longer be used attempting to install the sass gem results in the warning ruby sass has reached end of life and should no longer be used replace our direct dependency on the sass gem by sassc upgrade to jekyll and the latest jekyll assets bootstrap and font awesome sass are already using sassc from chalin on july from ruby sass is deprecated and will be unmaintained as of march if you use sass as a command line tool we recommend using dart sass the new primary implementation if you use sass as a plug in for a ruby web framework we recommend using the sassc gem for more details please refer to the sass blog cc sfshaza filiph copied from original issue flutter flutter | 1 |
30,979 | 25,220,622,681 | IssuesEvent | 2022-11-14 12:31:41 | inovex/scrumlr.io | https://api.github.com/repos/inovex/scrumlr.io | closed | Automation of infrastructure | Type: Infrastructure | Als Plattform-Admin möchte ich ein das Deployment der Infrastruktur automatisierten
*Akzeptanzkriterien:*
* Infrastructure as Code ist vorhanden (z.B. mit terraform)
* Deployment ist über eine (Gitlab-/GithHub-) Pipeline automatisiert
* Deployment ermöglicht schnelles aufsetzen einer weiteren Staging-Umgebung
* Einfacher wechsel auf z.B. neue Kubernetes-Version ist möglich | 1.0 | Automation of infrastructure - Als Plattform-Admin möchte ich ein das Deployment der Infrastruktur automatisierten
*Akzeptanzkriterien:*
* Infrastructure as Code ist vorhanden (z.B. mit terraform)
* Deployment ist über eine (Gitlab-/GithHub-) Pipeline automatisiert
* Deployment ermöglicht schnelles aufsetzen einer weiteren Staging-Umgebung
* Einfacher wechsel auf z.B. neue Kubernetes-Version ist möglich | infrastructure | automation of infrastructure als plattform admin möchte ich ein das deployment der infrastruktur automatisierten akzeptanzkriterien infrastructure as code ist vorhanden z b mit terraform deployment ist über eine gitlab githhub pipeline automatisiert deployment ermöglicht schnelles aufsetzen einer weiteren staging umgebung einfacher wechsel auf z b neue kubernetes version ist möglich | 1 |
20,175 | 13,737,398,459 | IssuesEvent | 2020-10-05 13:08:25 | raiden-network/light-client | https://api.github.com/repos/raiden-network/light-client | closed | CodeClimate checks do not seem to work any more | 3 Ready 🎬 bug 💣 infrastructure 🚧 | ## Description
After reading #2147 I have checked CodeClimate and the code quality seemed [to get worse within the last 2 months](https://codeclimate.com/github/raiden-network/light-client/trends/technical_debt).

It does not seem to get checked any more within a PR (see eg. https://github.com/raiden-network/light-client/pull/2146).
## Acceptance criteria
- Every PR is checked
## Tasks
- [ ] Check the configuration (see https://docs.codeclimate.com/docs/workflow)
| 1.0 | CodeClimate checks do not seem to work any more - ## Description
After reading #2147 I have checked CodeClimate and the code quality seemed [to get worse within the last 2 months](https://codeclimate.com/github/raiden-network/light-client/trends/technical_debt).

It does not seem to get checked any more within a PR (see eg. https://github.com/raiden-network/light-client/pull/2146).
## Acceptance criteria
- Every PR is checked
## Tasks
- [ ] Check the configuration (see https://docs.codeclimate.com/docs/workflow)
| infrastructure | codeclimate checks do not seem to work any more description after reading i have checked codeclimate and the code quality seemed it does not seem to get checked any more within a pr see eg acceptance criteria every pr is checked tasks check the configuration see | 1 |
15,589 | 6,011,373,037 | IssuesEvent | 2017-06-06 15:05:05 | moby/moby | https://api.github.com/repos/moby/moby | opened | Duplicated ExposedPorts on Second Container when docker inspect | area/builder area/networking version/17.03 | Expected behavior
docker inspect --format=" {{ .Config.ExposedPorts }} " 3d6e801c813e
map[100/udp:{}]
docker inspect --format=" {{ .Config.ExposedPorts }} " e6ce614a2f89
map[101/udp:{}]
Actual behavior
docker inspect --format=" {{ .Config.ExposedPorts }} " 3d6e801c813e
map[100/udp:{}]
docker inspect --format=" {{ .Config.ExposedPorts }} " e6ce614a2f89
map[101/udp:{} 100/udp:{}]
The first container seems it is outputing the correct info. The second contianer is putting the exposePort of the first container.
Information
Linux distro: CentOS 7
Docker CE version: 17.03.1-ce
A reproducible case if this is a bug, Dockerfiles FTW
Steps to reproduce the behavior
Contianer 1:
On Dockerfile: EXPOSE 100/udp
On docker-compose:
services:
ports:
- "100:100/udp"
Contianer 2:
On Dockerfile: EXPOSE 101/udp
On docker-compose:
services:
ports:
- "101:101/udp"
Using macvlan network and both containers are on the same docker network macvlan
docker-compose up -d
Execute the above docker inspect and check the parameter ExposedPorts
**Output of `docker version`:**
```
Client:
Version: 17.03.1-ce
API version: 1.27
Go version: go1.7.5
Git commit: c6d412e
Built: Mon Mar 27 17:05:44 2017
OS/Arch: linux/amd64
Server:
Version: 17.03.1-ce
API version: 1.27 (minimum version 1.12)
Go version: go1.7.5
Git commit: c6d412e
Built: Mon Mar 27 17:05:44 2017
OS/Arch: linux/amd64
Experimental: false
```
**Output of `docker info`:**
```
Containers: 2
Running: 2
Paused: 0
Stopped: 0
Images: 19
Server Version: 17.03.1-ce
Storage Driver: overlay
Backing Filesystem: xfs
Supports d_type: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 4ab9917febca54791c5f071a9d1f404867857fcc
runc version: 54296cf40ad8143b62dbcaa1d90e520a2136ddfe
init version: 949e6fa
Security Options:
seccomp
Profile: default
selinux
Kernel Version: 3.10.0-514.10.2.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 992.6 MiB
Name: machineA
ID: RYPD:2SDC:HLYW:T2UY:TEIC:HGDM:DEJC:JZ4B:O34W:YWJR:GBYH:4EK2
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Http Proxy: http://proxy:8000
Registry: https://index.docker.io/v1/
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: true
```
| 1.0 | Duplicated ExposedPorts on Second Container when docker inspect - Expected behavior
docker inspect --format=" {{ .Config.ExposedPorts }} " 3d6e801c813e
map[100/udp:{}]
docker inspect --format=" {{ .Config.ExposedPorts }} " e6ce614a2f89
map[101/udp:{}]
Actual behavior
docker inspect --format=" {{ .Config.ExposedPorts }} " 3d6e801c813e
map[100/udp:{}]
docker inspect --format=" {{ .Config.ExposedPorts }} " e6ce614a2f89
map[101/udp:{} 100/udp:{}]
The first container seems it is outputing the correct info. The second contianer is putting the exposePort of the first container.
Information
Linux distro: CentOS 7
Docker CE version: 17.03.1-ce
A reproducible case if this is a bug, Dockerfiles FTW
Steps to reproduce the behavior
Contianer 1:
On Dockerfile: EXPOSE 100/udp
On docker-compose:
services:
ports:
- "100:100/udp"
Contianer 2:
On Dockerfile: EXPOSE 101/udp
On docker-compose:
services:
ports:
- "101:101/udp"
Using macvlan network and both containers are on the same docker network macvlan
docker-compose up -d
Execute the above docker inspect and check the parameter ExposedPorts
**Output of `docker version`:**
```
Client:
Version: 17.03.1-ce
API version: 1.27
Go version: go1.7.5
Git commit: c6d412e
Built: Mon Mar 27 17:05:44 2017
OS/Arch: linux/amd64
Server:
Version: 17.03.1-ce
API version: 1.27 (minimum version 1.12)
Go version: go1.7.5
Git commit: c6d412e
Built: Mon Mar 27 17:05:44 2017
OS/Arch: linux/amd64
Experimental: false
```
**Output of `docker info`:**
```
Containers: 2
Running: 2
Paused: 0
Stopped: 0
Images: 19
Server Version: 17.03.1-ce
Storage Driver: overlay
Backing Filesystem: xfs
Supports d_type: false
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 4ab9917febca54791c5f071a9d1f404867857fcc
runc version: 54296cf40ad8143b62dbcaa1d90e520a2136ddfe
init version: 949e6fa
Security Options:
seccomp
Profile: default
selinux
Kernel Version: 3.10.0-514.10.2.el7.x86_64
Operating System: CentOS Linux 7 (Core)
OSType: linux
Architecture: x86_64
CPUs: 4
Total Memory: 992.6 MiB
Name: machineA
ID: RYPD:2SDC:HLYW:T2UY:TEIC:HGDM:DEJC:JZ4B:O34W:YWJR:GBYH:4EK2
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Http Proxy: http://proxy:8000
Registry: https://index.docker.io/v1/
WARNING: bridge-nf-call-iptables is disabled
WARNING: bridge-nf-call-ip6tables is disabled
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: true
```
| non_infrastructure | duplicated exposedports on second container when docker inspect expected behavior docker inspect format config exposedports map docker inspect format config exposedports map actual behavior docker inspect format config exposedports map docker inspect format config exposedports map the first container seems it is outputing the correct info the second contianer is putting the exposeport of the first container information linux distro centos docker ce version ce a reproducible case if this is a bug dockerfiles ftw steps to reproduce the behavior contianer on dockerfile expose udp on docker compose services ports udp contianer on dockerfile expose udp on docker compose services ports udp using macvlan network and both containers are on the same docker network macvlan docker compose up d execute the above docker inspect and check the parameter exposedports output of docker version client version ce api version go version git commit built mon mar os arch linux server version ce api version minimum version go version git commit built mon mar os arch linux experimental false output of docker info containers running paused stopped images server version ce storage driver overlay backing filesystem xfs supports d type false logging driver json file cgroup driver cgroupfs plugins volume local network bridge host macvlan null overlay swarm inactive runtimes runc default runtime runc init binary docker init containerd version runc version init version security options seccomp profile default selinux kernel version operating system centos linux core ostype linux architecture cpus total memory mib name machinea id rypd hlyw teic hgdm dejc ywjr gbyh docker root dir var lib docker debug mode client false debug mode server false http proxy registry warning bridge nf call iptables is disabled warning bridge nf call is disabled experimental false insecure registries live restore enabled true | 0 |
535,852 | 15,699,838,666 | IssuesEvent | 2021-03-26 09:03:39 | RHEAGROUP/DEHP-STEPAP242 | https://api.github.com/repos/RHEAGROUP/DEHP-STEPAP242 | closed | DST-GR-0120: apply selected changes | DEHP-AP242 priority-high | The software shall let the user manually apply the selected changes to the target model. | 1.0 | DST-GR-0120: apply selected changes - The software shall let the user manually apply the selected changes to the target model. | non_infrastructure | dst gr apply selected changes the software shall let the user manually apply the selected changes to the target model | 0 |
805,699 | 29,582,401,972 | IssuesEvent | 2023-06-07 07:01:25 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | music.youtube.com - see bug description | browser-firefox priority-critical engine-gecko | <!-- @browser: Firefox 113.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0 -->
<!-- @reported_with: unknown -->
**URL**: https://music.youtube.com/
**Browser / Version**: Firefox 113.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Edge
**Problem type**: Something else
**Description**: upload music fails on windows
**Steps to Reproduce**:
Click on your profile letter in top right, select upload music. On Windows it fails immediately when trying to upload FLAC files. On Linux with the same Firefox version it works.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/6/c17905b5-aa8e-4643-819e-2c7cecb6ab54.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | music.youtube.com - see bug description - <!-- @browser: Firefox 113.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/113.0 -->
<!-- @reported_with: unknown -->
**URL**: https://music.youtube.com/
**Browser / Version**: Firefox 113.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes Edge
**Problem type**: Something else
**Description**: upload music fails on windows
**Steps to Reproduce**:
Click on your profile letter in top right, select upload music. On Windows it fails immediately when trying to upload FLAC files. On Linux with the same Firefox version it works.
<details>
<summary>View the screenshot</summary>
<img alt="Screenshot" src="https://webcompat.com/uploads/2023/6/c17905b5-aa8e-4643-819e-2c7cecb6ab54.jpg">
</details>
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_infrastructure | music youtube com see bug description url browser version firefox operating system windows tested another browser yes edge problem type something else description upload music fails on windows steps to reproduce click on your profile letter in top right select upload music on windows it fails immediately when trying to upload flac files on linux with the same firefox version it works view the screenshot img alt screenshot src browser configuration none from with ❤️ | 0 |
9,180 | 7,856,409,297 | IssuesEvent | 2018-06-21 07:28:00 | lesswrong-ru/lesswrong-ru | https://api.github.com/repos/lesswrong-ru/lesswrong-ru | closed | Включить логи с таймингами php-fpm | infrastructure | Сайт иногда ложится и тормозит, не очень понятно, почему.
Надо почитать `/etc/php/7.0/fpm/php-fpm.conf` и включить там логгирование времени ответа. | 1.0 | Включить логи с таймингами php-fpm - Сайт иногда ложится и тормозит, не очень понятно, почему.
Надо почитать `/etc/php/7.0/fpm/php-fpm.conf` и включить там логгирование времени ответа. | infrastructure | включить логи с таймингами php fpm сайт иногда ложится и тормозит не очень понятно почему надо почитать etc php fpm php fpm conf и включить там логгирование времени ответа | 1 |
14,038 | 10,588,349,989 | IssuesEvent | 2019-10-09 01:38:03 | oppia/oppia-android | https://api.github.com/repos/oppia/oppia-android | closed | Implement AnswerClassificationController | Priority: Essential Status: In implementation Type: Improvement Where: Infrastructure Workstream: Domain Impl | There needs to be a controller that can fulfill the rule specifications of a state for a given answer submitted by the user. This classification is only using non-ML classification options.
The frontend classification service should be used as a reference for modeling this. | 1.0 | Implement AnswerClassificationController - There needs to be a controller that can fulfill the rule specifications of a state for a given answer submitted by the user. This classification is only using non-ML classification options.
The frontend classification service should be used as a reference for modeling this. | infrastructure | implement answerclassificationcontroller there needs to be a controller that can fulfill the rule specifications of a state for a given answer submitted by the user this classification is only using non ml classification options the frontend classification service should be used as a reference for modeling this | 1 |
121,371 | 4,809,587,952 | IssuesEvent | 2016-11-03 09:07:47 | CS2103AUG2016-W11-C4/main | https://api.github.com/repos/CS2103AUG2016-W11-C4/main | closed | Collapse does not work again if 'select' was used on a collapsed list | priority.low type.invalid | ```
collapse
select 1
collapse <-- this collapse does not work even though the first task is selected.
```
| 1.0 | Collapse does not work again if 'select' was used on a collapsed list - ```
collapse
select 1
collapse <-- this collapse does not work even though the first task is selected.
```
| non_infrastructure | collapse does not work again if select was used on a collapsed list collapse select collapse this collapse does not work even though the first task is selected | 0 |
8,660 | 7,546,905,630 | IssuesEvent | 2018-04-18 05:48:23 | h-da/geli | https://api.github.com/repos/h-da/geli | closed | 🐛 BUG: Link to docker-compose.yml broken in running-locally.md | bug good first issue infrastructure trivial | The link to [geli/docker-compose.yml](../blob/develop/docker-compose.yml) in the [geli/docs/development/running-locally.md](../blob/develop/docs/development/running-locally.md) documentation is currently incorrect. | 1.0 | 🐛 BUG: Link to docker-compose.yml broken in running-locally.md - The link to [geli/docker-compose.yml](../blob/develop/docker-compose.yml) in the [geli/docs/development/running-locally.md](../blob/develop/docs/development/running-locally.md) documentation is currently incorrect. | infrastructure | 🐛 bug link to docker compose yml broken in running locally md the link to blob develop docker compose yml in the blob develop docs development running locally md documentation is currently incorrect | 1 |
735,569 | 25,403,908,969 | IssuesEvent | 2022-11-22 14:03:39 | netdata/netdata-cloud | https://api.github.com/repos/netdata/netdata-cloud | opened | [Bug]: Chart only present on child agent isn't synced to cloud | bug FOSS agent priority/high visualizations-team | ### Bug description
In a parent/child setup where child is streaming data in cloud through a claimed parent (only parent is claimed to netdata cloud, NOT the child), a chart X that lives on child but doesn't exist on parent **doesn't sync in cloud although it exists on agent dashboard**
### Expected behavior
All charts should sync to cloud eventually.
### Steps to reproduce
1. Setup parent and child agents
2. Claim parent to netdata cloud
3. Create a chart in child agent (e.g connect a usb flashdrive on the child host which doesn't exist on parent)
4. Chart should sync to cloud and appear in charts list
### Screenshots
_No response_
### Error Logs
Logs on child's side
```
2022-11-22 09:33:30: STREAM: 377 from 'parentd3tqypgcj2v:19999' for host 'child_one_d3phxg4jzio': REPLAY_CHART "mock_test.mock-area" "true" 0 0
2022-11-22 09:33:30: STREAM: 377 from 'parentd3tqypgcj2v:19999' for host 'child_one_d3phxg4jzio': REPLAY_CHART "netdata.runtime_mock_test" "true" 0 0
```
Parent is full of
`sending empty replication because first entry of the child is invalid (0)`
even though both have been claimed and streaming for more than 2 mins
### Desktop
OS: ubuntu
Browser Chrome
Browser Version 106
### Additional context
This seems to be an agent issue that affects syncing of charts in cloud. Agent dashboard seems to work as expected.
agent version is the latest nightly. Issues started appearing on 22/11/2022 | 1.0 | [Bug]: Chart only present on child agent isn't synced to cloud - ### Bug description
In a parent/child setup where child is streaming data in cloud through a claimed parent (only parent is claimed to netdata cloud, NOT the child), a chart X that lives on child but doesn't exist on parent **doesn't sync in cloud although it exists on agent dashboard**
### Expected behavior
All charts should sync to cloud eventually.
### Steps to reproduce
1. Setup parent and child agents
2. Claim parent to netdata cloud
3. Create a chart in child agent (e.g connect a usb flashdrive on the child host which doesn't exist on parent)
4. Chart should sync to cloud and appear in charts list
### Screenshots
_No response_
### Error Logs
Logs on child's side
```
2022-11-22 09:33:30: STREAM: 377 from 'parentd3tqypgcj2v:19999' for host 'child_one_d3phxg4jzio': REPLAY_CHART "mock_test.mock-area" "true" 0 0
2022-11-22 09:33:30: STREAM: 377 from 'parentd3tqypgcj2v:19999' for host 'child_one_d3phxg4jzio': REPLAY_CHART "netdata.runtime_mock_test" "true" 0 0
```
Parent is full of
`sending empty replication because first entry of the child is invalid (0)`
even though both have been claimed and streaming for more than 2 mins
### Desktop
OS: ubuntu
Browser Chrome
Browser Version 106
### Additional context
This seems to be an agent issue that affects syncing of charts in cloud. Agent dashboard seems to work as expected.
agent version is the latest nightly. Issues started appearing on 22/11/2022 | non_infrastructure | chart only present on child agent isn t synced to cloud bug description in a parent child setup where child is streaming data in cloud through a claimed parent only parent is claimed to netdata cloud not the child a chart x that lives on child but doesn t exist on parent doesn t sync in cloud although it exists on agent dashboard expected behavior all charts should sync to cloud eventually steps to reproduce setup parent and child agents claim parent to netdata cloud create a chart in child agent e g connect a usb flashdrive on the child host which doesn t exist on parent chart should sync to cloud and appear in charts list screenshots no response error logs logs on child s side stream from for host child one replay chart mock test mock area true stream from for host child one replay chart netdata runtime mock test true parent is full of sending empty replication because first entry of the child is invalid even though both have been claimed and streaming for more than mins desktop os ubuntu browser chrome browser version additional context this seems to be an agent issue that affects syncing of charts in cloud agent dashboard seems to work as expected agent version is the latest nightly issues started appearing on | 0 |
25,409 | 18,713,850,930 | IssuesEvent | 2021-11-03 00:00:49 | unitaryfund/mitiq | https://api.github.com/repos/unitaryfund/mitiq | closed | Pull requests/Issue template forms | good first issue infrastructure priority/p2 feature-request stale | Pre-Request Checklist
---------------------
- [x] I checked to make sure that this feature has not already been requested.
Issue Description
-----------------
There is a new feature in GitHub ([docs here](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms)) that makes it easy to add a nicer UI with buttons and dropdown selections when filing an issue or making a PR.
GitHub has a nice blog here: https://github.blog/changelog/2021-06-23-issues-forms-beta-for-public-repositories/ , but its basically using some yaml formatting in the templates.
I think this could make adding issues especially more easy/user friendly. Sphinx is already using it if you want to take a look: https://github.com/sphinx-doc/sphinx/issues/new?assignees=&labels=bug&template=bug-report.yml
| 1.0 | Pull requests/Issue template forms - Pre-Request Checklist
---------------------
- [x] I checked to make sure that this feature has not already been requested.
Issue Description
-----------------
There is a new feature in GitHub ([docs here](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms)) that makes it easy to add a nicer UI with buttons and dropdown selections when filing an issue or making a PR.
GitHub has a nice blog here: https://github.blog/changelog/2021-06-23-issues-forms-beta-for-public-repositories/ , but its basically using some yaml formatting in the templates.
I think this could make adding issues especially more easy/user friendly. Sphinx is already using it if you want to take a look: https://github.com/sphinx-doc/sphinx/issues/new?assignees=&labels=bug&template=bug-report.yml
| infrastructure | pull requests issue template forms pre request checklist i checked to make sure that this feature has not already been requested issue description there is a new feature in github that makes it easy to add a nicer ui with buttons and dropdown selections when filing an issue or making a pr github has a nice blog here but its basically using some yaml formatting in the templates i think this could make adding issues especially more easy user friendly sphinx is already using it if you want to take a look | 1 |
7,085 | 6,758,668,788 | IssuesEvent | 2017-10-24 14:50:19 | openSUSE/daps | https://api.github.com/repos/openSUSE/daps | opened | Well-formedness check fails with double occurances of xml:ids | bug infrastructure | ### Problem description
Before daps does a validation, it check XML files for any syntax errors. This is done by the `xmllint` command.
However, `xmllint` conforms also to the [xml:id specification](https://www.w3.org/TR/xml-id/) which forbids non-unique IDs in XML documents. In this context, xmllint conforms to this spec (which is correct). Unfortunately, it does not contain an option to switch off this behaviour.
### Expected behavior
Perform a well-formedness check without taking into account about double or non-unique IDs.
### Steps to reproduce the behavior
Create a XML document with the same ID twice. | 1.0 | Well-formedness check fails with double occurances of xml:ids - ### Problem description
Before daps does a validation, it check XML files for any syntax errors. This is done by the `xmllint` command.
However, `xmllint` conforms also to the [xml:id specification](https://www.w3.org/TR/xml-id/) which forbids non-unique IDs in XML documents. In this context, xmllint conforms to this spec (which is correct). Unfortunately, it does not contain an option to switch off this behaviour.
### Expected behavior
Perform a well-formedness check without taking into account about double or non-unique IDs.
### Steps to reproduce the behavior
Create a XML document with the same ID twice. | infrastructure | well formedness check fails with double occurances of xml ids problem description before daps does a validation it check xml files for any syntax errors this is done by the xmllint command however xmllint conforms also to the which forbids non unique ids in xml documents in this context xmllint conforms to this spec which is correct unfortunately it does not contain an option to switch off this behaviour expected behavior perform a well formedness check without taking into account about double or non unique ids steps to reproduce the behavior create a xml document with the same id twice | 1 |
11,679 | 9,371,878,247 | IssuesEvent | 2019-04-03 16:18:53 | cockroachdb/docs | https://api.github.com/repos/cockroachdb/docs | closed | Fix on-page anchor links | A-docs-infrastructure C-docs-improvement O-internal T-something-broken in progress | Currently when you click arbitrary HTML anchor links, they load at the top of the page. However, that location is "under" the site-wide header.
To fix this, arbitrary HTML anchor links should be treated the same as the `<h#>` headers, and have their location offset by the height of the header. | 1.0 | Fix on-page anchor links - Currently when you click arbitrary HTML anchor links, they load at the top of the page. However, that location is "under" the site-wide header.
To fix this, arbitrary HTML anchor links should be treated the same as the `<h#>` headers, and have their location offset by the height of the header. | infrastructure | fix on page anchor links currently when you click arbitrary html anchor links they load at the top of the page however that location is under the site wide header to fix this arbitrary html anchor links should be treated the same as the headers and have their location offset by the height of the header | 1 |
136,899 | 5,289,958,195 | IssuesEvent | 2017-02-08 18:40:42 | bethlakshmi/GBE2 | https://api.github.com/repos/bethlakshmi/GBE2 | closed | Downloading Act Tech Reports Gives 500 Error | bug High Priority | From @eclecticmagpie
I logged in to the site.
I pulled down the Special menu.
I selected "Report"
I clicked on "Act Tech Info"
It defaulted to "GBE 2017"
I selected "Main Event"
Information for the Main Event appeared, with 2017 dates listed.
I clicked on "All Details"
I received the 500 error.
The error only occurs on Main Event and Rhinestone Revue, and only on attempting to download the CSV file. | 1.0 | Downloading Act Tech Reports Gives 500 Error - From @eclecticmagpie
I logged in to the site.
I pulled down the Special menu.
I selected "Report"
I clicked on "Act Tech Info"
It defaulted to "GBE 2017"
I selected "Main Event"
Information for the Main Event appeared, with 2017 dates listed.
I clicked on "All Details"
I received the 500 error.
The error only occurs on Main Event and Rhinestone Revue, and only on attempting to download the CSV file. | non_infrastructure | downloading act tech reports gives error from eclecticmagpie i logged in to the site i pulled down the special menu i selected report i clicked on act tech info it defaulted to gbe i selected main event information for the main event appeared with dates listed i clicked on all details i received the error the error only occurs on main event and rhinestone revue and only on attempting to download the csv file | 0 |
3,562 | 2,878,954,224 | IssuesEvent | 2015-06-10 06:48:37 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Pagination in com_contact | No Code Attached Yet | #### Steps to reproduce the issue
Set up a menu item to show all contacts in a category.
There is no pagination. Have tried adjusting the settings in both menu item and the com_content config. No luck.
Pagination works in com_content. I have not used any filters in the backend for contacts (someone mentioned this was a known bug).
#### Expected result
#### Actual result
#### System information (as much as possible)
#### Additional comments
| 1.0 | Pagination in com_contact - #### Steps to reproduce the issue
Set up a menu item to show all contacts in a category.
There is no pagination. Have tried adjusting the settings in both menu item and the com_content config. No luck.
Pagination works in com_content. I have not used any filters in the backend for contacts (someone mentioned this was a known bug).
#### Expected result
#### Actual result
#### System information (as much as possible)
#### Additional comments
| non_infrastructure | pagination in com contact steps to reproduce the issue set up a menu item to show all contacts in a category there is no pagination have tried adjusting the settings in both menu item and the com content config no luck pagination works in com content i have not used any filters in the backend for contacts someone mentioned this was a known bug expected result actual result system information as much as possible additional comments | 0 |
6,062 | 6,147,736,937 | IssuesEvent | 2017-06-27 16:17:38 | hzi-braunschweig/SORMAS-Open | https://api.github.com/repos/hzi-braunschweig/SORMAS-Open | closed | Unify sync process for root activities (lists) and sync tasks [0,5] | accepted Infrastructure sormas-app | - [x] use AbstractRootTabActivity.syncAll in all relevant activities.
- [x] replace single Sync...Tasks with a single that does all
- [x] pushEntities' calls to rest interface should validate the result. The server should return the number of received dtos.
- [x] handle synchronization errors -> RetroFacade needs to disconnect and reinitialize
- [x] make sure that visits are synchronized; currently the user has to do this manually in the visits list
- [x] unify sync result snackbar messages | 1.0 | Unify sync process for root activities (lists) and sync tasks [0,5] - - [x] use AbstractRootTabActivity.syncAll in all relevant activities.
- [x] replace single Sync...Tasks with a single that does all
- [x] pushEntities' calls to rest interface should validate the result. The server should return the number of received dtos.
- [x] handle synchronization errors -> RetroFacade needs to disconnect and reinitialize
- [x] make sure that visits are synchronized; currently the user has to do this manually in the visits list
- [x] unify sync result snackbar messages | infrastructure | unify sync process for root activities lists and sync tasks use abstractroottabactivity syncall in all relevant activities replace single sync tasks with a single that does all pushentities calls to rest interface should validate the result the server should return the number of received dtos handle synchronization errors retrofacade needs to disconnect and reinitialize make sure that visits are synchronized currently the user has to do this manually in the visits list unify sync result snackbar messages | 1 |
769,636 | 27,015,189,786 | IssuesEvent | 2023-02-10 18:41:11 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | DISABLED test_dispatch_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) | high priority triaged skipped module: meta tensors | This test appears to be intermittently segfaulting. See: https://hud.pytorch.org/failure/RuntimeError%3A%20test_meta%20failed
Examples:
- https://github.com/pytorch/pytorch/actions/runs/3422286124/jobs/5699855677
- https://github.com/pytorch/pytorch/actions/runs/3422172113/jobs/5699549575
- https://github.com/pytorch/pytorch/actions/runs/3421764896/jobs/5698679974
cc @ezyang @gchanan @zou3519 @eellison @bdhirsh @soumith | 1.0 | DISABLED test_dispatch_meta_outplace_fft_fft_cuda_float64 (__main__.TestMetaCUDA) - This test appears to be intermittently segfaulting. See: https://hud.pytorch.org/failure/RuntimeError%3A%20test_meta%20failed
Examples:
- https://github.com/pytorch/pytorch/actions/runs/3422286124/jobs/5699855677
- https://github.com/pytorch/pytorch/actions/runs/3422172113/jobs/5699549575
- https://github.com/pytorch/pytorch/actions/runs/3421764896/jobs/5698679974
cc @ezyang @gchanan @zou3519 @eellison @bdhirsh @soumith | non_infrastructure | disabled test dispatch meta outplace fft fft cuda main testmetacuda this test appears to be intermittently segfaulting see examples cc ezyang gchanan eellison bdhirsh soumith | 0 |
16,998 | 12,167,263,920 | IssuesEvent | 2020-04-27 10:36:26 | flatcar-linux/Flatcar | https://api.github.com/repos/flatcar-linux/Flatcar | closed | Remove Flatcar Container Linux AMIs older than a year | channel/alpha channel/beta channel/edge channel/stable kind/infrastructure | This issue tracks removal of Flatcar Container Linux release from Amazon AWS (removal of AMIs) which have been released more than a year ago.
Full list of AMIs to be removed, per region:
```
ap-northeast-1
2019-04-08T20:24:41.000Z : ami-05b3276deb0802ed5 - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:05.000Z : ami-03230de38599bef27 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:34.000Z : ami-034f111add0664c06 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:48.000Z : ami-0fe5612b0c4f398cc - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:27.000Z : ami-0a1b3618c8c86d353 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:47.000Z : ami-03928ad79d7aa41f1 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-0dc39a95a4a9c587a - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-0e23009d74c6bcb0c - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:50:00.000Z : ami-011db037646b671d9 - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-0dba1698b0f2399e0 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:23.000Z : ami-034dcc35a7c988ca2 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:44.000Z : ami-049b76e786625b022 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:45.000Z : ami-0c76da8354c43a2e6 - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:35.000Z : ami-08bfd743864817393 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:06.000Z : ami-0020c4d4e272699cd - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:20.000Z : ami-00f6654fbb988e744 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:17:44.000Z : ami-0a43fbe67f4a3e06f - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-077816c8a8a58d0ff - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:08.000Z : ami-094493c5cf70f1448 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:28.000Z : ami-079248b4109aef7a3 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-055a7c533dbe01221 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:42.000Z : ami-0c5f606519d4900d2 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:29.000Z : ami-0c9752822564c3ca8 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:19.000Z : ami-0410ac2faffdd44ba - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:09.000Z : ami-042d7913e7d50cb88 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:23.000Z : ami-075cc133a5b5a32c1 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:48.000Z : ami-004afed1ed2907783 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:03.000Z : ami-0b40862ce2d20b0d9 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-010c016d99c267267 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:08.000Z : ami-085c4b5f0082cc329 - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:15.000Z : ami-02cb05cc660a2e029 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:22.000Z : ami-018d91eaba764d871 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-05931dbaa755d75f8 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:37.000Z : ami-061ead20ef63ba8ac - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:02.000Z : ami-0d2c0fa4488de51c6 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:23.000Z : ami-05339ce10a4825236 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:56.000Z : ami-00349874aa0971301 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-0bda73d80b6f88bb0 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:44.000Z : ami-0d7cec62673c32b0f - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:30.000Z : ami-069718dfeb7c3ef4f - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:46.000Z : ami-0e597cbcff0d2b71a - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:06.000Z : ami-0613a49c9cdcf75f8 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:15.000Z : ami-00f758655e75e7833 - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:35.000Z : ami-066a9b93359c34002 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-0fd2c4ed480cf1db2 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:52.000Z : ami-023d4876783404d42 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:49.000Z : ami-0d0edf29df3e8648b - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:07.000Z : ami-0975e019034ed98fe - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:42.000Z : ami-050f1b6dae6e867ee - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:56.000Z : ami-0c0e2a321f1a53432 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:19.000Z : ami-0743a4fcee131f903 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:39.000Z : ami-0ddf15b3ca9cd6107 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:33.000Z : ami-0086eddb7f6cb8c4b - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:53.000Z : ami-03faf4851082b9519 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:43.000Z : ami-0c1d29d2a2ce86428 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:03.000Z : ami-07616dd632c6c52ab - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0a9ca21966f1fef9d - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:36.000Z : ami-06f2188035143d497 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:19.000Z : ami-0d28810bbfbd7d231 - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:39.000Z : ami-0316a869f1ccb1517 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:34.000Z : ami-0e6d0ec59650a6c2c - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:54.000Z : ami-00411d41bbd2fcbdb - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-063cf8abfaeb9234a - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:07.000Z : ami-0bd7afbf7fc40923e - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-03a6617d0e79c447b - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:36.000Z : ami-00bb5e2067bd77104 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:20.000Z : ami-0078a1acf20f544a2 - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:39.000Z : ami-0fecf7fe9c9982bc5 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:19.000Z : ami-09f7f24e34ca79c2c - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:37.000Z : ami-05e9b28cd7a9a2777 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:28.000Z : ami-0c1b32786da17ed20 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:46.000Z : ami-0a9f25aa074bc3d17 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:38.000Z : ami-0e4413978ea2b4d40 - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:49.000Z : ami-040f3409d768e916b - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-0b97d1563ef581430 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:44.000Z : ami-0e66dbdf8eb3e3378 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-05a3c2d26ab3b51a6 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:51.000Z : ami-0cb641cffffa6a228 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:13.000Z : ami-0592f1553ebeb84a5 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-0cfbdb3cbb81511e8 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:48.000Z : ami-03f7fc15d48bb93e3 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:17.000Z : ami-0110fb2cce88171ab - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:26.000Z : ami-07b09b8912c2914d2 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:42.000Z : ami-07e2e596058aef999 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:31.000Z : ami-07ba465888131e2b9 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:44.000Z : ami-06fd848bfaeb5483e - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:47.000Z : ami-025d87d1a9d63b89b - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:10.000Z : ami-0e7007c085aacea90 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-0e8e757d529935e5e - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:25.000Z : ami-0fdb7cdb4b1d3b1e9 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:56.000Z : ami-0291154c4fc07a4c0 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:21.000Z : ami-09340368b6d05e889 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:58.000Z : ami-0f8a010931d17d8a5 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:06.000Z : ami-02246f68bb9591199 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:57.000Z : ami-0aa931bf611f5ad6f - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-09daca5203c4f54da - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0c2c75b73c7acb9a5 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:52.000Z : ami-04880142ddc2f9b94 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:24.000Z : ami-0cdf295aac805e566 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:26.000Z : ami-095af31df7d1273c0 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:07.000Z : ami-0af807f171a0ec4ae - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:36.000Z : ami-0310a7e2f4def90c8 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-0052ab32c20b5c664 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:21.000Z : ami-062ae4c691592ebab - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-03cf02bb884ce7daa - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:59.000Z : ami-0b0b852f48d1b377d - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-02cc31272e08f7075 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:09.000Z : ami-01a02477406469059 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:32.000Z : ami-e197e40c - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:02.000Z : ami-67b8cb8a - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-5e4c3fb3 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:30.000Z : ami-374033da - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-92c0b07f - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:17.000Z : ami-19deaef4 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:38.000Z : ami-21b7c0cc - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:48.000Z : ami-53b2c5be - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-95433478 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:38.000Z : ami-8650276b - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:18.000Z : ami-d76b1c3a - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:21.000Z : ami-096f18e4 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:56.000Z : ami-0e7c11e3 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-9a650877 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-4c8de9a1 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:39.000Z : ami-f68ce81b - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:22.000Z : ami-f5f6228a - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:56.000Z : ami-cc62b7b3 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:30.000Z : ami-0168bd7e - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:43.000Z : ami-9c67b2e3 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-b01fd1cf - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:53.000Z : ami-4211df3d - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-54f53b2b - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-38f63847 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-235e925c - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:42.000Z : ami-c8468ab7 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:13.000Z : ami-2136fa5e - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:19.000Z : ami-d1468aae - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-f42be78b - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:51.000Z : ami-8434f8fb - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-7900cd06 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:34.000Z : ami-1b0bc664 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-cbae6bb4 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-fdad6882 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:36.000Z : ami-7f9c5900 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-3290554d - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:46.000Z : ami-2c915453 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:35.000Z : ami-b89653c7 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-ea778995 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-be07f9c1 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-c426d8bb - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:07.000Z : ami-ca27d9b5 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-5a906e25 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:40.000Z : ami-05946a7a - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-bc9866c3 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:11.000Z : ami-b49c62cb - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:27.000Z : ami-e9a35d96 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:49.000Z : ami-93a957ec - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-be23c8c1 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:20.000Z : ami-e523c89a - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:51.000Z : ami-3429c24b - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:05.000Z : ami-a72ac1d8 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:23.000Z : ami-a16d8cde - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:48.000Z : ami-556e8f2a - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-e46d8c9b - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:15.000Z : ami-656d8c1a - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:05.000Z : ami-7e10f601 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:14.000Z : ami-1c12f463 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:59.000Z : ami-8506e0fa - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:26.000Z : ami-4c05e333 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-bcdf3bc3 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:36.000Z : ami-add135d2 - Flatcar Linux alpha 1745.0.0 (HVM)
ap-northeast-2
2019-04-08T20:14:05.000Z : ami-08dd2ae2c88e1d2fe - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:48.000Z : ami-091c90ad41b413cb5 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:47.000Z : ami-0f3c1e585259eb6d3 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:32.000Z : ami-0fd69fd323b10cedc - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:49.000Z : ami-0d62b7789f5cf53a7 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:45.000Z : ami-07d0af2493ffacb98 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:35.000Z : ami-05d4979613c7e2a38 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:21.000Z : ami-0d4aa624c478748b4 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:59.000Z : ami-0683dd312d3314d39 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:28.000Z : ami-00fec504da3312f76 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:42.000Z : ami-03dda206eb3ed9107 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:19.000Z : ami-0df4ffe77129fa848 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:24.000Z : ami-0bcc2a78344e7e475 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:03.000Z : ami-0d2779e79169cd86f - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:15.000Z : ami-07c834c59d40402e8 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:22.000Z : ami-0058641071b16b9f0 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:37.000Z : ami-0d0a97582a95017da - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:23.000Z : ami-025d65bcd861ec3fb - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:17.000Z : ami-0b30c0456410fa197 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:31.000Z : ami-0b2bef1b68160381a - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:06.000Z : ami-063f606e1cf7737a1 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:35.000Z : ami-0e5fc92f55e50d4d1 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:52.000Z : ami-0606271fd8dd87ef4 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:07.000Z : ami-035b7fe8d0c4c4c6b - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:56.000Z : ami-0e0d26bb2799162b6 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:39.000Z : ami-0c8aa4791025b715d - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:53.000Z : ami-029e124adba2fbb6a - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:03.000Z : ami-007c15cd9d286d14c - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:37.000Z : ami-08f05cba369a54ac8 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:39.000Z : ami-0ba8888303a5f7c02 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:54.000Z : ami-0a58d62a25c39a33e - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:07.000Z : ami-0cc66a1ed1677642f - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:37.000Z : ami-000d8ab6874aefba8 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:39.000Z : ami-0981f1f3c84975574 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:38.000Z : ami-0c5d4543d4dd0b2e8 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:47.000Z : ami-0b69d4fef3fc70654 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:49.000Z : ami-0f9ffd17b4850917c - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:44.000Z : ami-06fdf2c507e2d657c - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:52.000Z : ami-0c4d648f6f69b2e37 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:21.000Z : ami-0c88a733d7201b0fb - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:18.000Z : ami-0abb0fe864303a319 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:43.000Z : ami-0c12fab0e5e1cec8b - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:44.000Z : ami-0609d0375a1fe30bb - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:47.000Z : ami-08b21a8c0e1e3d9dc - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:10.000Z : ami-0879302d6f792070f - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:47.000Z : ami-0aba2ec09dcf4a6e9 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:26.000Z : ami-0d166d6558101546a - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:57.000Z : ami-072b972a9d35dfc09 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:21.000Z : ami-06e7a8a3298ff0648 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:58.000Z : ami-09262a78e670c1b9f - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:07.000Z : ami-04ad3429af066d1ab - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:57.000Z : ami-040f874161422419c - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:04.000Z : ami-061a8fe89295afea2 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:09.000Z : ami-0d909218f00367661 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:53.000Z : ami-0a5804cb74841d1de - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:25.000Z : ami-070e142b0d3c12d56 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:26.000Z : ami-0e9c966025d5d89ee - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:07.000Z : ami-049f3b693c8e98d0a - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:37.000Z : ami-028940ed7def06f4f - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-09089511fe8901005 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:22.000Z : ami-0cb0b6127ebbc62b9 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-089ade185764d3210 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:59.000Z : ami-0d883ba743e33011e - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-0342e8ef91b575792 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:10.000Z : ami-0f3d51f58d6424edd - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:32.000Z : ami-0913a467 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:02.000Z : ami-c915a2a7 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:27.000Z : ami-fa15a294 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-9d289ff3 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-b42c9bda - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:18.000Z : ami-6e2c9b00 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:39.000Z : ami-da5fe8b4 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:49.000Z : ami-c251e6ac - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:01:00.000Z : ami-555ee93b - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:38.000Z : ami-7e5ee910 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:18.000Z : ami-fe53e490 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:22.000Z : ami-4553e42b - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:56.000Z : ami-1d01b573 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:46.000Z : ami-4805b126 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:37.000Z : ami-24a7134a - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:39.000Z : ami-28a71346 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:22.000Z : ami-a3e356cd - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:56.000Z : ami-1fef5a71 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:31.000Z : ami-b6e257d8 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:44.000Z : ami-c4ed58aa - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:43.000Z : ami-844fe5ea - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:53.000Z : ami-5c48e232 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:10.000Z : ami-3148e25f - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:09.000Z : ami-2648e248 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:15.000Z : ami-90872dfe - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:42.000Z : ami-76852f18 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:14.000Z : ami-d5862cbb - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:19.000Z : ami-e7852f89 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:25.000Z : ami-a9862cc7 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:51.000Z : ami-a4862cca - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-ecb91382 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:34.000Z : ami-bbbe14d5 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:16.000Z : ami-3d7fd453 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:28.000Z : ami-5c78d332 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:36.000Z : ami-a77bd0c9 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-a47bd0ca - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:46.000Z : ami-8464cfea - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:35.000Z : ami-d964cfb7 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:30.000Z : ami-79c86317 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:08.000Z : ami-77cf6419 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-d2f45fbc - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:08.000Z : ami-9dcb60f3 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-caf952a4 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:40.000Z : ami-f5f9529b - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:54.000Z : ami-44f9522a - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:12.000Z : ami-75f8531b - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:27.000Z : ami-4cfb5022 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:50.000Z : ami-14f9527a - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:52.000Z : ami-03e8406d - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:20.000Z : ami-2f16bf41 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:51.000Z : ami-9313bafd - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:06.000Z : ami-cd15bca3 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:24.000Z : ami-f5d8719b - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:48.000Z : ami-f0d8719e - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:48.000Z : ami-5dd97033 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:16.000Z : ami-3fda7351 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:06.000Z : ami-92fa53fc - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:15.000Z : ami-8ffa53e1 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:59.000Z : ami-79fd5417 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:26.000Z : ami-d4fb52ba - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-1406a87a - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:37.000Z : ami-2307a94d - Flatcar Linux alpha 1745.0.0 (HVM)
ap-south-1
2019-04-08T20:14:04.000Z : ami-0f49e306f3b9aa08a - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:47.000Z : ami-0dc96686dd2d0d110 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:46.000Z : ami-09b884378a7fb1a9c - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:30.000Z : ami-0c605e76ce5b2a94a - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:47.000Z : ami-0f9493a9c3674bebb - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:43.000Z : ami-0b51290c82bd33234 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:34.000Z : ami-03babbd454bc79d8b - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:19.000Z : ami-0f743d188cd4cf3fa - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:57.000Z : ami-0e6983185114634df - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:27.000Z : ami-0458684451cfa8a9f - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:41.000Z : ami-0518175510d950298 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:18.000Z : ami-0a51a999327ae7661 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:21.000Z : ami-029309f1fa3bb2419 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:02.000Z : ami-03bf7c3a2173b4d5e - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-0650203d86befdbc0 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-0c446037d3974411f - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:35.000Z : ami-05d98670530d15d97 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:21.000Z : ami-0096facfa4a7ef9e0 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:15.000Z : ami-064f724067f227309 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:29.000Z : ami-00f0aaecd25ca354f - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:05.000Z : ami-0197922d0ce523e29 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-00e75249993b19e5d - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:50.000Z : ami-048cfb302c8765209 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:06.000Z : ami-04f90cd1d35bfce02 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:54.000Z : ami-0f52bdbbd8a232367 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:38.000Z : ami-0ea5428af144eb19c - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-0d8ebcae8b879cb88 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-0a5c7579cc8753aba - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:35.000Z : ami-070ac8191e41b04f7 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:38.000Z : ami-022bc621c2ffa9ffc - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:53.000Z : ami-02d071bf9eb3321ff - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-056defb18ae7d9b94 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:35.000Z : ami-0face23aff40cd706 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:38.000Z : ami-00bf74bb719ff43b0 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:36.000Z : ami-0ff09f183b703d2c4 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:45.000Z : ami-03f11f2e0ca6b0907 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:48.000Z : ami-040ce7475458b243c - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:42.000Z : ami-02527d30e12e704b8 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:50.000Z : ami-0316ecb9f07af014a - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:19.000Z : ami-050b44c484c175113 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:16.000Z : ami-0fe9ff2ca989ef3ec - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:41.000Z : ami-076b0c37d07478f76 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:43.000Z : ami-056e80d036ec29192 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-01e1829bf8f63495e - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-0d2f7e2d86851a9dd - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-04aa150d190821808 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0a213fe23e907a497 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-0898bede1462f1971 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:19.000Z : ami-0888ca5fc4f0eea14 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-07e020503d2c39ddc - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-05fdc179e94ff0876 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:56.000Z : ami-0b7d0fd47f1b450c9 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-08d4281f48c51c814 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-04bac9cec72c3e5da - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-0563a086e77eceee5 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-057899b06bb779c19 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-0611f2d30a2321f73 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:06.000Z : ami-01a84ac3c84382714 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0deb143d5430cd319 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-0d61bed08afb27187 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-0398bd6914363258b - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-0adaf6ac63f94ac92 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:57.000Z : ami-0d7e9cf3396ea106a - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-0105e47795c9b7577 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-09a3f9baddd32127f - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-97cbf6f8 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-64d8e50b - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:25.000Z : ami-7fdee310 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:28.000Z : ami-a7dee3c8 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-5cf0cd33 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-e0f1cc8f - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:37.000Z : ami-5ad6e435 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-7cd1e313 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-edefdd82 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:36.000Z : ami-a6e2d0c9 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:16.000Z : ami-4cfac823 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-55fac83a - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-1cbc8d73 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:44.000Z : ami-55b7863a - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:35.000Z : ami-b7b780d8 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:37.000Z : ami-73cbfc1c - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-62a08a0d - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-80c0eaef - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-d0cce6bf - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-3ccce653 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-f033189f - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:51.000Z : ami-0d391262 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-53557e3c - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:07.000Z : ami-bf2902d0 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-c8a38ba7 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:40.000Z : ami-b9a38bd6 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:12.000Z : ami-e3a28a8c - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-46a18929 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-fdac8492 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-dbab83b4 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:06.000Z : ami-d5163eba - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:32.000Z : ami-bfe9c1d0 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-970c22f8 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-a30a24cc - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:34.000Z : ami-47381628 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-7e391711 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-973618f8 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-c83917a7 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-95210efa - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:06.000Z : ami-62220d0d - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-f9280796 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-2b270844 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:11.000Z : ami-fa4b6495 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-c44c63ab - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-aa4b64c5 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-5f4d6230 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-be4c63d1 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-144f607b - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-3a96b555 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:18.000Z : ami-9990b3f6 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:49.000Z : ami-7c91b213 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-3290b35d - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-9bf7d6f4 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-fef4d591 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-b8f6d7d7 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:14.000Z : ami-2df6d742 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-8b3110e4 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-bc3110d3 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-5c280933 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-472b0a28 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-85bb9dea - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:35.000Z : ami-9aba9cf5 - Flatcar Linux alpha 1745.0.0 (HVM)
ap-southeast-1
2019-04-08T20:24:41.000Z : ami-03bff097db65b443c - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:04.000Z : ami-0f0ceca6ba2c29e0c - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-0213aedf9f3f6644a - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:48.000Z : ami-06708e17c71122d2e - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:26.000Z : ami-0fae18cf3c4cff4b7 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:46.000Z : ami-011de446b41cefb0e - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-00b3f575d42bf6028 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-073ad884b66798f8b - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:59.000Z : ami-0f46c338c18058872 - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-0ad13e9d361dfc221 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:22.000Z : ami-0b6e17ba1e269c241 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:44.000Z : ami-0ccd2499ade2e3b12 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:44.000Z : ami-089db497e8bd93acf - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:34.000Z : ami-091562c7aef7277d7 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:05.000Z : ami-041002d807303a977 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:20.000Z : ami-01a8fe28707fdcd89 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:17:43.000Z : ami-0abe8ace95da47e2d - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-0c93963a8d7858bf9 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:07.000Z : ami-0ae64faa573137c8f - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:27.000Z : ami-07bc99965a82558c6 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-0d8339c94fa2200bc - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:41.000Z : ami-09d8911bf217b325e - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:29.000Z : ami-09ea2a01ec877a3d5 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:18.000Z : ami-09dd34eb45c9130d5 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:08.000Z : ami-09cb768529381f392 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:22.000Z : ami-0bca251c835c11dbd - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:47.000Z : ami-0e114846f4bfb2f3e - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:02.000Z : ami-058590fcfd5a7e0fc - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-04cb8eca73766349b - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:08.000Z : ami-08a9e40940f89311a - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:14.000Z : ami-05ad3b6dfc7c7af0e - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-01f2c49ba081d202a - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-03c17dc5ef7973455 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:36.000Z : ami-06eb85396899ac9da - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:02.000Z : ami-02cc3d2457e8002d8 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:22.000Z : ami-045d17759ab880d10 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:55.000Z : ami-02cdb491bee26944c - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-04828b031059716a1 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:43.000Z : ami-0f2a4fd28df64a3ab - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:29.000Z : ami-0667f1bc2a810a8d8 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-0685e795d124c3149 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:05.000Z : ami-0c67a46bcddfefb68 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:14.000Z : ami-0a55349caece9f47e - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:34.000Z : ami-085da489813489c1f - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-0e00386d0e5e55b90 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:51.000Z : ami-098049e85449781fd - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:48.000Z : ami-0601da3d368d66859 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:06.000Z : ami-0c260890c86c66905 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:41.000Z : ami-0bd0bfc54675f912c - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:55.000Z : ami-02f9c1cdb7099b5e9 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:18.000Z : ami-02fc2da5dba5404d2 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:38.000Z : ami-05cf78c7f9b17b97f - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:32.000Z : ami-0cc55bf3d46f8055f - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:52.000Z : ami-029447e8eb03a01bc - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0e12c35aa4f8d7544 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-02ba2fab6fe135345 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0bf2ee3b4e8dc04a3 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:36.000Z : ami-0102295aa83723ffd - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:17.000Z : ami-05f30eb104f1689ef - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:38.000Z : ami-056a380adc24a9c03 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:33.000Z : ami-03d61a40bdbb6c926 - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:53.000Z : ami-0f35b79282a8cef1c - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-0fa44fe7ae69b116c - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:06.000Z : ami-01f945d4a15bdd835 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-0fa7517188f37b6a4 - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:35.000Z : ami-03d29aa10df070bae - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:20.000Z : ami-088ca6404ad3c2c6e - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:38.000Z : ami-042518441b9763cf0 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-01e0c5c89447319d2 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:36.000Z : ami-07fe77999702122fe - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:27.000Z : ami-03bbcb51add9b3f98 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:46.000Z : ami-0eaa3559e449bfdee - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:37.000Z : ami-0bd29dce3416c325c - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:48.000Z : ami-0382fab139ac25426 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-0e3daadee6a3ed89e - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:43.000Z : ami-00e5d258e5adf1453 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-0cb69d141fff86056 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:50.000Z : ami-04839c330ec27e66e - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:12.000Z : ami-0ac540bc3a06e797f - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-0deb6f63a14264cad - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:47.000Z : ami-0862205fe32879af4 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:16.000Z : ami-0f5a3cb8edb60ec2f - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:25.000Z : ami-0a81420a785a6eba7 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:42.000Z : ami-02c78a6a6a8805ffc - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:30.000Z : ami-0495262259ed20d83 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:43.000Z : ami-0aa2136a11f59eb2d - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-03ac24c2d07446130 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:09.000Z : ami-0c82939cff3dd8c9f - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-069b6fffe6c992edf - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0ae129606be1f13ef - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-0f08180b7faa5dae8 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:20.000Z : ami-0e27c159298bd8861 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-0aef6f8caf8d968f3 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-0729ed203a6f064a3 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:56.000Z : ami-0c2f46b99da32eddc - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-067b7415fbbbc722f - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0914865c6768592fc - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:52.000Z : ami-08a7cf7888174b4f1 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-0f8b249ed84d0a474 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-0631e5fea9a27b5de - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:06.000Z : ami-08d43e320869deb1a - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0e361f4f19b3fc78a - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-0ea69a0bbdbb48851 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:21.000Z : ami-0ea16d04b481d714c - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-0ec211b64a4a8fdc8 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:58.000Z : ami-08074821c9e91ca1f - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-095e8ac149b4a3869 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:09.000Z : ami-020b6c872ef5b314f - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-e62e6d0c - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-dffcbc35 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-6f014285 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-46fabaac - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-cec98924 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-29c787c3 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:37.000Z : ami-7dca8c97 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-b4c3855e - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-cfc78125 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-79afe993 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:17.000Z : ami-6895d382 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-e39cda09 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-24b7cfce - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-8897ef62 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-18b0ccf2 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:38.000Z : ami-67bec28d - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-a42f2cd8 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-28777454 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:30.000Z : ami-817172fd - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-1a717266 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-f9787e85 - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:52.000Z : ami-a47c7ad8 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-98484ee4 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-a54f49d9 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-1c464160 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-0cb8bc70 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:12.000Z : ami-1cb8bc60 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:18.000Z : ami-deb9bda2 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-dda9ada1 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-54aeaa28 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-bb0a0ec7 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:33.000Z : ami-760f0b0a - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-a8447dd4 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-08407974 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:35.000Z : ami-3258614e - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-6359601f - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:45.000Z : ami-0e675e72 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:34.000Z : ami-c7675ebb - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-21d2ee5d - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-f3d5e98f - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-21dee25d - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:07.000Z : ami-eae2de96 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-993b07e5 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:39.000Z : ami-873b07fb - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-373b074b - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:11.000Z : ami-b43804c8 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-8c3e02f0 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-c0437fbc - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-39093d45 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:19.000Z : ami-630f3b1f - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:50.000Z : ami-18003464 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:05.000Z : ami-f4013588 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:23.000Z : ami-7eefc102 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-e9eec095 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:39:47.000Z : ami-e8eec094 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:14.000Z : ami-48133d34 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-4ed9f632 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:14.000Z : ami-d7d9f6ab - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-2fcae553 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:25.000Z : ami-35c9e649 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-f9022e85 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:35.000Z : ami-c0002cbc - Flatcar Linux alpha 1745.0.0 (HVM)
ap-southeast-2
2019-04-08T20:24:42.000Z : ami-0ec4d3b06ca93f4f9 - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:06.000Z : ami-07f89f88987ddd5ef - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-08281e280a54dba26 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:49.000Z : ami-0e015b554b3b8994e - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:27.000Z : ami-0b7492d0a67a27bf0 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:47.000Z : ami-0ec9119f2352b66fa - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-0943cf57ccc96eecb - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-00f886aafe999e268 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:50:00.000Z : ami-068983c46de543e98 - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:49.000Z : ami-00ba657f1f644ed48 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:23.000Z : ami-07fd31be5381b7549 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:44.000Z : ami-0ef96a421957eb72c - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:45.000Z : ami-037811d9e90baadd7 - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:35.000Z : ami-0de9b6f78e958cf61 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:06.000Z : ami-0d05e4852f219c5c6 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:20.000Z : ami-0c3271dbbc27acbfc - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:43.000Z : ami-044e7374bbda2b562 - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:59.000Z : ami-0144b636a1752c93d - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:08.000Z : ami-0457e97f5225f53c7 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:28.000Z : ami-0ce99efd990e3da7a - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-08975cff0314fd200 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:42.000Z : ami-0db09bb57ae5640c8 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:29.000Z : ami-0191eb42f8870bd97 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:19.000Z : ami-02652f52437c1f127 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:08.000Z : ami-0b560071998d2662e - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:23.000Z : ami-06630946af856bcfc - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:48.000Z : ami-04df2d6ff8e80dea0 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:03.000Z : ami-0b9d190cbd782375c - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-0104f7cc214756c87 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:08.000Z : ami-0ed20f0ea90fc5e7b - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:15.000Z : ami-006eb6d922d06bb56 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:22.000Z : ami-0246d5a10c363d7c1 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-09a1454aad2112271 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:37.000Z : ami-07f614a83076f5f05 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:02.000Z : ami-042610d7ce8ef81d2 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:23.000Z : ami-0137b90fb6f123137 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:57.000Z : ami-0a81efd8c7fa97704 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:17.000Z : ami-08cafd0a314174d46 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:44.000Z : ami-02edcdafa2193f135 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:31.000Z : ami-08e39c014a9b60b7e - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:46.000Z : ami-02b69cc289ca2dd19 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:06.000Z : ami-0e10d6f06b111450e - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:15.000Z : ami-06f1f4ff95ad3857d - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:35.000Z : ami-07a5642314cee2706 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:32.000Z : ami-000acac5c223e295b - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:52.000Z : ami-0419b9544c4fafc74 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:49.000Z : ami-080474c47c32d2d48 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:07.000Z : ami-082b9027f84b59354 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:41.000Z : ami-041f07623dd2e8b8a - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:56.000Z : ami-0b40519ead60937e5 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:19.000Z : ami-0fe7b5196cc87b5f0 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:39.000Z : ami-011260da718f3482e - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:33.000Z : ami-01432c21cd13da81c - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:53.000Z : ami-00605561ad1e044ed - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:43.000Z : ami-0f23cf0a3dc4455cc - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:03.000Z : ami-02482c22fe4dff042 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-02a195227352ff1af - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:37.000Z : ami-0bb6619b161e87519 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:19.000Z : ami-0061271e8f3b8f37d - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:39.000Z : ami-0efdf0417e791f7ad - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:34.000Z : ami-088b8d0f968e5080f - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:54.000Z : ami-0a4f0c8275319b6ca - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:47.000Z : ami-0df6c5cb7b5cd7e36 - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:07.000Z : ami-0e5557470152ef382 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-000b9ca013167ccfc - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:36.000Z : ami-074c5aae02528b437 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:21.000Z : ami-0541746dcc4d9598a - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:39.000Z : ami-0327d5681ce16c2cf - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:19.000Z : ami-0c71e9c496a785630 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:37.000Z : ami-0ee937d78280badd5 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:28.000Z : ami-0c5b1e2d9286d349d - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:47.000Z : ami-09a76499dbfa769f7 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:38.000Z : ami-0a107c5a23c1b01ae - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:49.000Z : ami-0dede4778858af7d4 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-0025161c1e1a59176 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:44.000Z : ami-0360fab8812ec6680 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-07921e1cefe2de012 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:52.000Z : ami-050cfe127d58ca1b3 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:13.000Z : ami-006704cd14f038cf5 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:21.000Z : ami-09793ea457cab897f - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:48.000Z : ami-0d9044f782f8f4447 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:17.000Z : ami-00ee651f11494cd35 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:26.000Z : ami-027934153a096d637 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:43.000Z : ami-0ad4a18ff93cf0576 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:31.000Z : ami-08341aa24a200f9cb - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:44.000Z : ami-0733d284ae64c1c91 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:47.000Z : ami-009c94f186365074b - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:10.000Z : ami-0091fff8f45a5216b - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:47.000Z : ami-09b824b5c64fb67c3 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:25.000Z : ami-03f0b39491c65c7bc - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:57.000Z : ami-0c4c76edab06af615 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:21.000Z : ami-03749144125a463a1 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:59.000Z : ami-0608a84c0750511ec - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:07.000Z : ami-0f95c6ed4cb79da20 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:57.000Z : ami-0b7e62405beba097c - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:04.000Z : ami-0f80ab3555a6620b0 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:09.000Z : ami-0648bfb734814b6f5 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:53.000Z : ami-08452bc12ea083311 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:25.000Z : ami-02624a80ec70f7f67 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:26.000Z : ami-0eb81aa28eaf64ec8 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:07.000Z : ami-0bd02df9d192b480f - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:37.000Z : ami-0d74ca0e1e666b0e5 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-8609a9e4 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:22.000Z : ami-f312b291 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-9404a4f6 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:59.000Z : ami-8c04a4ee - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-da05a5b8 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:10.000Z : ami-bf3e9edd - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:32.000Z : ami-be8928dc - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:03.000Z : ami-c2b617a0 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:27.000Z : ami-08b5146a - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:30.000Z : ami-3fb2135d - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-f6a40594 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:17.000Z : ami-02a40560 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:38.000Z : ami-e08e2882 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:48.000Z : ami-368f2954 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:01:00.000Z : ami-53bd1b31 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:38.000Z : ami-37a30555 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:18.000Z : ami-12df7970 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:21.000Z : ami-c5b711a7 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:56.000Z : ami-455aff27 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:46.000Z : ami-a9288dcb - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:37.000Z : ami-616ab103 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:39.000Z : ami-ab6ab1c9 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:22.000Z : ami-09dc056b - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:56.000Z : ami-1fbe677d - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:30.000Z : ami-f4875e96 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:44.000Z : ami-a1b960c3 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:43.000Z : ami-3c49965e - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:53.000Z : ami-bf548bdd - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:09.000Z : ami-312ff053 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:09.000Z : ami-db2ef1b9 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:15.000Z : ami-8daf70ef - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:42.000Z : ami-33af7051 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:13.000Z : ami-9ac01df8 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:19.000Z : ami-c9af70ab - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-81b768e3 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:51.000Z : ami-03b66961 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-1474a876 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:34.000Z : ami-4174a823 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:16.000Z : ami-d025f7b2 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:28.000Z : ami-8e20f2ec - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:36.000Z : ami-af35e7cd - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:37.000Z : ami-c13ae8a3 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:46.000Z : ami-783be91a - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:35.000Z : ami-fc35e79e - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:30.000Z : ami-ff1ac99d - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:08.000Z : ami-4e19ca2c - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-5c1ac93e - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:08.000Z : ami-969e4df4 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-e8ce1d8a - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:40.000Z : ami-02cc1f60 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:54.000Z : ami-ed32e28f - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:12.000Z : ami-75cc1f17 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:28.000Z : ami-facf1c98 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:49.000Z : ami-6cce1d0e - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-ab7aadc9 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:20.000Z : ami-3f79ae5d - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:51.000Z : ami-e77cab85 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:05.000Z : ami-5a79ae38 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:23.000Z : ami-28c6134a - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:48.000Z : ami-a8c510ca - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-9bc510f9 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:16.000Z : ami-62c31600 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:06.000Z : ami-8764aee5 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:15.000Z : ami-c765afa5 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:59.000Z : ami-da6da7b8 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:26.000Z : ami-8d6fa5ef - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-03e02a61 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:36.000Z : ami-b4ec26d6 - Flatcar Linux alpha 1745.0.0 (HVM)
ca-central-1
2019-04-08T20:14:04.000Z : ami-0a2593a8ed5a8caa7 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:47.000Z : ami-048fba3c74900bdd9 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:46.000Z : ami-03e5b0c6f3509e4d5 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:30.000Z : ami-0b80caee7d0dcebef - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:47.000Z : ami-0e0f99f547bd63321 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:43.000Z : ami-07860e26d190e799a - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:34.000Z : ami-0b9ef86d5ffd2d615 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:19.000Z : ami-08e6e59f76e6802af - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:57.000Z : ami-097249fb9d361de99 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:26.000Z : ami-067f25cc68555510d - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:40.000Z : ami-037030f7d9ca1a8d2 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:18.000Z : ami-0900c9a7301aea20f - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:22.000Z : ami-0a2af2879ce0ea642 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:02.000Z : ami-02edf8ee099d6945b - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-09076859372ef9b66 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-02ba4a618740dd686 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:35.000Z : ami-0cf6cbd747743d50b - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:21.000Z : ami-095a58d5b077f078a - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:15.000Z : ami-09b60eb61827536b1 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:29.000Z : ami-0f5efbb05ecfb1c45 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:05.000Z : ami-0797f6fd6eb606c29 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-0784dc5db7155c98c - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:50.000Z : ami-0109b9143d920078e - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:06.000Z : ami-088f84cfacb760fdc - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:54.000Z : ami-0f08a36c8c1044e2a - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:37.000Z : ami-0eb53e819e2cb5d2c - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-08b9f6c8cb65752c5 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-0ed4a2cc9a3fcde98 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:35.000Z : ami-01b2729e87ebadf8f - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:38.000Z : ami-05429220b6a40e98b - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:53.000Z : ami-0229964ffae97efe5 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-0e8d98f2d3138dc78 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:35.000Z : ami-02928f4ef8704b549 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:37.000Z : ami-025ae75b181c666c1 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:36.000Z : ami-06294903174dc116d - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:45.000Z : ami-0eb60d297af1e31ca - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:48.000Z : ami-0afcc91e96da44154 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:42.000Z : ami-05899d869782bd3d0 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:50.000Z : ami-0c88e06da00658d8c - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:19.000Z : ami-0d6a382cdad3fd031 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:16.000Z : ami-01dfed773557f2a60 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:41.000Z : ami-00423148d7cbdd0a8 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:43.000Z : ami-0e107a27b708f0e65 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-0ff0e14d85bc91c82 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-0275ee39beb9b4f1a - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-09c3eea07383d550d - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0e7f2a26b4d0e070d - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-0e3e5791b53786e5d - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:19.000Z : ami-0647dd8fef1987e6c - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-0e7d5da359413a9cd - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-08578ce915918edce - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:55.000Z : ami-08c47c425c8a8a360 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:02.000Z : ami-07f3839c24e21c45c - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0a3b29fa8514c7452 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-064b7bb60ce5ad5d9 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-0968b4a6d52fa8cd0 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-0a076406efb2a995a - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-0f5424715b7a85944 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0f6d3bb2a1e60953a - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-4a0e832e - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-8972ffed - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-5777fa33 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:57.000Z : ami-b261ecd6 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-b161ecd5 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-e171fc85 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-3343ce57 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-5142cf35 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:25.000Z : ami-505bd634 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-555bd631 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-9358d5f7 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-1558d571 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:36.000Z : ami-abba37cf - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-a1b439c5 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-68b9340c - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-b3b835d7 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:16.000Z : ami-8cbe33e8 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:21.000Z : ami-e8bf328c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-2edd504a - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:44.000Z : ami-e7c24f83 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:35.000Z : ami-677af803 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:37.000Z : ami-267af842 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-d3e163b7 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-e8de5c8c - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-acdf5dc8 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-56dd5f32 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-ee15968a - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:51.000Z : ami-121b9876 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-db1192bf - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:07.000Z : ami-b71291d3 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-ad7efdc9 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-767ffc12 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-fe79fa9a - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-dc7ffcb8 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-687efd0c - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-2178fb45 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:06.000Z : ami-9c6eedf8 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:32.000Z : ami-956eedf1 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-73820117 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-6c820108 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:34.000Z : ami-f5ff7c91 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:35.000Z : ami-acfd7ec8 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-31fc7f55 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-2cfc7f48 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-c0ce4da4 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:06.000Z : ami-7fcd4e1b - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-20cf4c44 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-fec84b9a - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:11.000Z : ami-c6c645a2 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-f2c04396 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-5bc0433f - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-afc645cb - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-4fc5462b - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-19c7447d - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-0c981868 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:18.000Z : ami-a79818c3 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:49.000Z : ami-c29717a6 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-c39717a7 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-5a24a53e - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-7e22a31a - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-5225a436 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:14.000Z : ami-f022a394 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-1f12937b - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-da0e8fbe - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-73119017 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-71119015 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:06.000Z : ami-0478f960 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-6955d40d - Flatcar Linux alpha 1745.0.0 (HVM)
eu-central-1
2019-04-08T20:14:02.000Z : ami-09318cd8b8269ffea - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:02.000Z : ami-028d0af1242a0fe65 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:45.000Z : ami-0fcf09694dbc46c40 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-26T10:15:45.000Z : ami-0a7d6ca037818f162 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-25T22:23:44.000Z : ami-0dc154ed488053868 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:43.000Z : ami-09dded483ffb7fd36 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:28.000Z : ami-05c7600fa1d912e7b - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-15T15:28:28.000Z : ami-02540e84b1b3c576f - Flatcar Linux edge 2079.99.0 (PV)
2019-03-12T08:28:45.000Z : ami-0f4bf7ae3df3e2119 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T08:28:45.000Z : ami-0822d61826bf4fa5f - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T04:42:41.000Z : ami-0ac504e9f4c3f6d99 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T04:42:41.000Z : ami-0719039828d33dc8a - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T02:02:32.000Z : ami-07da28c021199c75e - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-12T02:02:32.000Z : ami-02bf13ad3615dca7b - Flatcar Linux stable 2023.5.0 (PV)
2019-03-01T23:18:17.000Z : ami-05cbabb4ffafec714 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:17.000Z : ami-0068a27aaf8927e7c - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:55.000Z : ami-0f04d5fa6bdb5ff2c - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-27T18:05:55.000Z : ami-04383091222627dfe - Flatcar Linux edge 2051.99.1 (PV)
2019-02-26T12:59:25.000Z : ami-05f9065aa8abc49d6 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:24.000Z : ami-0ccdc9010fad3052d - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:39.000Z : ami-0e67c5290c20780bd - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:38.000Z : ami-0987c03ca6ca2ee86 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:16.000Z : ami-0ee6b215c8f29a704 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:16.000Z : ami-08192baca3cdd6ef8 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:20.000Z : ami-025028576d8aea95f - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:19.000Z : ami-09ff472b03bca826a - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:00.000Z : ami-0fdaca3e79deaeb6b - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:13:59.000Z : ami-0ef859f15322d6faa - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:12.000Z : ami-08345d5731507b5fe - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:23:11.000Z : ami-0716f6bed7683c7ea - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:18.000Z : ami-06f35bbed2827a1b6 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-13T01:21:18.000Z : ami-04e8cb3d0339be45c - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-12T22:06:33.000Z : ami-0c6c188a9114ba008 - Flatcar Linux stable 1967.5.0 (HVM)
2019-02-12T22:06:33.000Z : ami-07ae106659c9ce782 - Flatcar Linux stable 1967.5.0 (PV)
2019-01-30T12:40:19.000Z : ami-053414b0ff8724deb - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:19.000Z : ami-0410408aaa2146deb - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:13.000Z : ami-08241c8206ea01e95 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T22:13:13.000Z : ami-04a20b6684a667df0 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T20:18:27.000Z : ami-0d6ab5def727ba0d1 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-29T20:18:27.000Z : ami-0b63471b29dee3138 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-25T21:31:03.000Z : ami-0bd7fb65be35e5b4e - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-25T21:31:03.000Z : ami-092ffd11fb118c624 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-18T12:00:31.000Z : ami-0e3179aaf14189e0f - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:31.000Z : ami-065ea4ad6e87c447b - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:48.000Z : ami-0d7184357b0186f5e - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:48.000Z : ami-070fea99cb0732afc - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:04.000Z : ami-0a97578d386f5fef3 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T18:34:04.000Z : ami-0014ac7281618daa1 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T04:00:52.000Z : ami-08094eca45b310901 - Flatcar Linux alpha 2016.0.0 (HVM)
2019-01-17T04:00:52.000Z : ami-046c2aed431645744 - Flatcar Linux alpha 2016.0.0 (PV)
2018-12-20T01:54:35.000Z : ami-04f5b100fe7af2cd4 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:35.000Z : ami-0496084a6d6b231f7 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:49.000Z : ami-0fba1b8024ab666ea - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T17:17:49.000Z : ami-0777d626676db76c7 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T08:33:59.000Z : ami-0b0127f38c767e5b1 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-18T08:33:59.000Z : ami-04757f917ee8cd1a4 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-05T10:47:33.000Z : ami-0d7c7ebe8998162d9 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-05T10:47:33.000Z : ami-0330aa7a545e240ea - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-04T20:09:36.000Z : ami-0b221b968899ae407 - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:35.000Z : ami-0065acab1d1bf55ce - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:51.000Z : ami-08d566274a1da04a8 - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:50.000Z : ami-0a03b13a5464911c9 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:03.000Z : ami-08da4e24dc79c1f53 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T17:50:03.000Z : ami-06b5d62282b0d488a - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T09:07:33.000Z : ami-0079bfbabc6fedbee - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:32.000Z : ami-02e7ea146f62ec4f2 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:35.000Z : ami-0f2cf2c358191d469 - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:35.000Z : ami-0d812fd636cf394c5 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:34.000Z : ami-0630ebdbe5d4068f5 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:33.000Z : ami-0db06ab98b4276374 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:42.000Z : ami-086c4a760a5890cda - Flatcar Linux stable 1911.3.0 (HVM)
2018-11-07T00:15:42.000Z : ami-00c05258a3396fc62 - Flatcar Linux stable 1911.3.0 (PV)
2018-10-26T08:44:45.000Z : ami-081f2f09742877aed - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:45.000Z : ami-01f19f1bf756feaaa - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:40.000Z : ami-0fae9d5cc1a2a2828 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-25T00:56:40.000Z : ami-02a62dadc99384a6a - Flatcar Linux beta 1911.2.0 (PV)
2018-10-24T21:23:48.000Z : ami-0e23fbbb8156fa654 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:47.000Z : ami-099b6460b3ab10368 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:17.000Z : ami-0c9c91a6fec493dbe - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T18:59:17.000Z : ami-027625fb9bb45c342 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T12:50:14.000Z : ami-0167f51276c9608d6 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:13.000Z : ami-033613ca26f1e77c9 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:39.000Z : ami-0a4b3232a90e2690e - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:39.000Z : ami-0939b06f65de3acf4 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:40.000Z : ami-0b3cc6cbacd5e9748 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-10-01T11:54:40.000Z : ami-068cddffe018b48ad - Flatcar Linux alpha 1911.0.2 (PV)
2018-09-14T10:56:06.000Z : ami-09f89705e582d27f5 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T10:56:06.000Z : ami-0711c351671290a03 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-13T16:39:53.000Z : ami-0b5df95188309445d - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T16:39:53.000Z : ami-0285def2707081d34 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T15:59:17.000Z : ami-0eaad68c19f093796 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-13T15:59:17.000Z : ami-009f0651f3daf5905 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-05T00:52:03.000Z : ami-06f5ce1965d65bf46 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:03.000Z : ami-029ee8dc09f44c755 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:29:00.000Z : ami-0aac25a673afcd032 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:28:59.000Z : ami-08bc74beee431f53b - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T06:35:21.000Z : ami-00c6f292b97bbaa4d - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:20.000Z : ami-08fc207b9835a2a0a - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:23.000Z : ami-08d16299f468479d4 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:25:22.000Z : ami-0bba9b96ad9b885cc - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:09:33.000Z : ami-0520f1ceb9630b3da - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:33.000Z : ami-01af15f085a08103b - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:30:18.000Z : ami-0f246ef4d27ef824b - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-08T02:30:18.000Z : ami-0a516e5e3892507dd - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-07T19:05:55.000Z : ami-0d0fe018dda829808 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T19:05:55.000Z : ami-03fec608b014df35c - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T18:41:06.000Z : ami-05fcb6f2d529f2160 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:06.000Z : ami-03af2579ee5025448 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T01:16:59.000Z : ami-be6f6355 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:16:59.000Z : ami-b8696553 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:11:26.000Z : ami-215955ca - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T23:11:26.000Z : ami-035f53e8 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T15:05:14.000Z : ami-35a6abde - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-30T15:05:14.000Z : ami-34a6abdf - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-26T09:01:45.000Z : ami-302123db - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:44.000Z : ami-b127255a - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T00:52:34.000Z : ami-e77e7c0c - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-26T00:52:34.000Z : ami-e07e7c0b - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-25T21:48:18.000Z : ami-b86e6c53 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:17.000Z : ami-67686a8c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:06:42.000Z : ami-582c2bb3 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:42.000Z : ami-075b5cec - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:41:35.000Z : ami-b882b953 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-07-05T03:41:35.000Z : ami-6281ba89 - Flatcar Linux alpha 1828.0.0 (PV)
2018-06-21T19:03:53.000Z : ami-d2c9f539 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:52.000Z : ami-fdc9f516 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T18:45:40.000Z : ami-c3cff328 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-21T18:45:40.000Z : ami-c0cff32b - Flatcar Linux beta 1800.2.0 (PV)
2018-06-15T13:21:49.000Z : ami-ba576551 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T13:21:49.000Z : ami-a05b694b - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T03:31:05.000Z : ami-b87b4953 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-15T03:31:05.000Z : ami-6e7a4885 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-13T01:28:38.000Z : ami-5b6e5db0 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:38.000Z : ami-586e5db3 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:09:15.000Z : ami-5b6f5cb0 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-13T01:09:15.000Z : ami-5a6f5cb1 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-12T21:38:48.000Z : ami-2fb585c4 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-12T21:38:48.000Z : ami-058cbcee - Flatcar Linux stable 1745.6.0 (PV)
2018-06-11T17:06:30.000Z : ami-af003044 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-11T17:06:30.000Z : ami-531e2eb8 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-01T02:21:32.000Z : ami-31390dda - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T02:21:32.000Z : ami-033f0be8 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:06:42.000Z : ami-3c380cd7 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T02:06:42.000Z : ami-193e0af2 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T01:47:31.000Z : ami-d2310539 - Flatcar Linux stable 1745.5.0 (HVM)
2018-06-01T01:47:31.000Z : ami-8632066d - Flatcar Linux stable 1745.5.0 (PV)
2018-05-26T18:57:04.000Z : ami-de4e6435 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T18:57:04.000Z : ami-544963bf - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T17:16:04.000Z : ami-4f4b61a4 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:04.000Z : ami-4e4b61a5 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:26:36.000Z : ami-f6a48f1d - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:26:36.000Z : ami-f1a48f1a - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:00:08.000Z : ami-b2a58e59 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T21:00:08.000Z : ami-b1bb905a - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T20:26:46.000Z : ami-4aa18aa1 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:46.000Z : ami-2da68dc6 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T22:59:16.000Z : ami-7e1a3795 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T22:59:16.000Z : ami-6114398a - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T21:47:02.000Z : ami-87002d6c - Flatcar Linux alpha 1772.0.0 (HVM)
2018-05-09T21:47:02.000Z : ami-461d30ad - Flatcar Linux alpha 1772.0.0 (PV)
2018-04-27T16:39:45.000Z : ami-96a5837d - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:45.000Z : ami-0da284e6 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:29:12.000Z : ami-b8a28453 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-27T16:29:12.000Z : ami-42a781a9 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-26T03:11:11.000Z : ami-144b6dff - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:11.000Z : ami-0d5472e6 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:44:22.000Z : ami-717b5d9a - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:22.000Z : ami-707b5d9b - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T14:59:33.000Z : ami-927e5979 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:33.000Z : ami-117e59fa - Flatcar Linux alpha 1745.0.0 (HVM)
eu-north-1
eu-west-1
2019-04-08T20:24:39.000Z : ami-02270dbe3c5d4bef3 - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:03.000Z : ami-00676568067684a5e - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:32.000Z : ami-0bd18dbb30656f8ce - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:46.000Z : ami-08eb5c816715274f8 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:25.000Z : ami-04699ea8abd774661 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:45.000Z : ami-0ad357aea008ed7e7 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:10.000Z : ami-013be76d482aa4f40 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:29.000Z : ami-0a6617dee74a359c1 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:58.000Z : ami-091e10e27bb7c97a8 - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:46.000Z : ami-0fb05e2d5d78d5bd2 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:21.000Z : ami-0df66870de7b9b246 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:42.000Z : ami-0955d7475673e816c - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:42.000Z : ami-0616f552339343987 - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:33.000Z : ami-0e63832dbce04b78f - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:03.000Z : ami-0dd654491a0f2c8c0 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:18.000Z : ami-05e3ba95a7d0aec60 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:41.000Z : ami-082ef2f096d5177c6 - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-001e74a764368a392 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:06.000Z : ami-0c4b38321359645ef - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:26.000Z : ami-0a5491cd7244cef76 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:25.000Z : ami-0102d70a271739162 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:40.000Z : ami-08c6d77810dfdf838 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:27.000Z : ami-0ee085109d6dbb732 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:17.000Z : ami-0b7a9eeb77154e4c6 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:07.000Z : ami-05a73501629c44e65 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:21.000Z : ami-0cdaeac75c2a91861 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:46.000Z : ami-0f20b754f69073d1c - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:01.000Z : ami-0c9365f2a0403847a - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:33:59.000Z : ami-0f28cda6c6892c75d - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:06.000Z : ami-0d7e1546a559b02f1 - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:13.000Z : ami-02ca78b4b301ddbda - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:20.000Z : ami-0409e46d188fb047a - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:15.000Z : ami-06840d43d6b5c2601 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:34.000Z : ami-059e63577dd05271c - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:01.000Z : ami-039bf2d7e3c0dcb13 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:20.000Z : ami-0d1fe8411371447ed - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:54.000Z : ami-0fac2813867dc5fa8 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:14.000Z : ami-06fa53154069a721e - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:42.000Z : ami-0857285f599de1e03 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:28.000Z : ami-0700b9e4eba26ca7a - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-003a6554218193ae7 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:04.000Z : ami-058ddb430569cf63c - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:13.000Z : ami-0214a598e8acea9bd - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:33.000Z : ami-039e783994132f4c2 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:30.000Z : ami-0da0d61743de76f6a - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:49.000Z : ami-07aa956105dab0f88 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:47.000Z : ami-0c66ced2ef985baee - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:05.000Z : ami-04412550a7d069354 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:39.000Z : ami-0de2d9acfd5a4b2b4 - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:53.000Z : ami-094e0abd1f704e473 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:17.000Z : ami-0e5bd043058a91c01 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:37.000Z : ami-090d1dc584e151324 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:31.000Z : ami-0e26458cfc3488e43 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:51.000Z : ami-0fc8732c974aebb1b - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0313223c0a455560e - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:01.000Z : ami-0c6a00c48f1e93b33 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:15.000Z : ami-0701ce6cca908a651 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:34.000Z : ami-05c4fbcf0a243655f - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:17.000Z : ami-00711775741c369bc - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:37.000Z : ami-03d1ee8d100680ebd - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:32.000Z : ami-0da399c948f128c92 - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:52.000Z : ami-0058351d5d1da5b2d - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:45.000Z : ami-0da609f4fcc8b51ca - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:05.000Z : ami-0d9eaccf95393bfdd - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:15.000Z : ami-0c85e22add46c9619 - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:34.000Z : ami-059b71eeaec9d9191 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:18.000Z : ami-0013403e98e7cf335 - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:36.000Z : ami-0f1b9b4820d52fc72 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:17.000Z : ami-0500c9e5fb6524ad4 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:35.000Z : ami-05bf43141e3294f66 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:25.000Z : ami-06e1119bb23a95606 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:44.000Z : ami-0d4b91dd8426bff04 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:36.000Z : ami-0430b6ef2ed918ec7 - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:47.000Z : ami-0ddd722e9ef7f4737 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:17.000Z : ami-0bc375b476deb3bfe - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:41.000Z : ami-043cd7d53beca06c4 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:24.000Z : ami-098d23f0ec50777cf - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:49.000Z : ami-09104bc1429b3387a - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:10.000Z : ami-0472d16246a1242d9 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:18.000Z : ami-062204adb4ed4af55 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:46.000Z : ami-0750bb8f4914e88a5 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:15.000Z : ami-0fd182c203d6c4858 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:23.000Z : ami-060bce5ecc10812d0 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:40.000Z : ami-090650bd911fa5644 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:28.000Z : ami-0c1fce720709b38e4 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:42.000Z : ami-0d7dbb63c6e608b50 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:45.000Z : ami-0ec0dd0e456a334a0 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:07.000Z : ami-05313352f67ae34a9 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-06f612e95da6f15af - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:23.000Z : ami-0659afd66a762180d - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:54.000Z : ami-0cb470bcc42e6c57a - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:18.000Z : ami-033d98b848f7a8357 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:56.000Z : ami-0dd10651f3d55ecd6 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:04.000Z : ami-07c084de580dc6063 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:54.000Z : ami-0bc64006bf7e53daf - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:01.000Z : ami-07733b91dd0deafa8 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:07.000Z : ami-03856abd4b8d4cb5a - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:50.000Z : ami-0b81a654ae97a66be - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:22.000Z : ami-0e2af7ffa2e646ad1 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-00c02c2ea2335e2a8 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-02ec9f984c22ab254 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:34.000Z : ami-0099ea6f57400e5d9 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:24.000Z : ami-0964c9ea749278113 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:19.000Z : ami-069f3cf3959d48209 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:29.000Z : ami-052989ece7c84cff0 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:56.000Z : ami-025de69d7f84bbdeb - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-009078d3ef4df5069 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:07.000Z : ami-01a346a210bd42cfc - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-ba8d6b57 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:00.000Z : ami-1357b0fe - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:24.000Z : ami-b271965f - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:28.000Z : ami-417295ac - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:48.000Z : ami-4302e5ae - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:15.000Z : ami-2d03e4c0 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:35.000Z : ami-2b8461c6 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:46.000Z : ami-b084615d - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-d2ad483f - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:35.000Z : ami-28eef4c2 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:15.000Z : ami-09e4fee3 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:19.000Z : ami-95e4fe7f - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:54.000Z : ami-86bba96c - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:43.000Z : ami-928f9d78 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:34.000Z : ami-808c986a - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:36.000Z : ami-301601da - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-5a979bb0 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:54.000Z : ami-ac2d2146 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:28.000Z : ami-9f2d2175 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:41.000Z : ami-09121ee3 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:41.000Z : ami-6d3f3f87 - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:50.000Z : ami-ab373741 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:07.000Z : ami-cd020227 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:06.000Z : ami-8001016a - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:13.000Z : ami-16d0dd6f - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:39.000Z : ami-f5d0dd8c - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-36d4d94f - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:16.000Z : ami-f4dbd68d - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:23.000Z : ami-84202dfd - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:49.000Z : ami-87212cfe - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:05.000Z : ami-b8e2e0c1 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:31.000Z : ami-dbdddfa2 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:14.000Z : ami-2eb3b657 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:26.000Z : ami-18b3b661 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:33.000Z : ami-a2888ddb - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:34.000Z : ami-318b8e48 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-96898cef - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:32.000Z : ami-c78184be - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-d83901a1 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:05.000Z : ami-723a020b - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:39.000Z : ami-4441793d - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:05.000Z : ami-cb427ab2 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:10.000Z : ami-4dc6ff34 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-a3b980da - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-a1c6ffd8 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:09.000Z : ami-01c3fa78 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:25.000Z : ami-53cef72a - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:47.000Z : ami-35c1f84c - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:50.000Z : ami-9c2116e5 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:17.000Z : ami-d6e0d4af - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:48.000Z : ami-6e3e0917 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:03.000Z : ami-f371468a - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:21.000Z : ami-19e9c660 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:46.000Z : ami-d8eac5a1 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:46.000Z : ami-2ae9c653 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:13.000Z : ami-bfeac5c6 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:03.000Z : ami-65e4c81c - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:12.000Z : ami-fde4c884 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:57.000Z : ami-0b351972 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:23.000Z : ami-e2361a9b - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:06.000Z : ami-a1a280d8 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-3bdffd42 - Flatcar Linux alpha 1745.0.0 (HVM)
eu-west-2
2019-04-08T20:14:03.000Z : ami-0e17dbbce1d117a3a - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:46.000Z : ami-08a9d36ce3b8ed21c - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:45.000Z : ami-0a036e0301fd025a0 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:29.000Z : ami-09f265fd57903baf1 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:46.000Z : ami-02ffbb813075048d9 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:42.000Z : ami-004900616dd7cb371 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:33.000Z : ami-0a201d9f3a7702aad - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:18.000Z : ami-0e50e4a58e224cc72 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:56.000Z : ami-010e90ab07f561bfd - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:26.000Z : ami-08ab9c8cc77f894a1 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:40.000Z : ami-0250ea2baabd89f7e - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:17.000Z : ami-0fbcb6b1cc941f5fd - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:24.000Z : ami-003cccfd8846d93f4 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:01.000Z : ami-09db69e07427bcfb3 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-0ba872b10bb1f3313 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:20.000Z : ami-046308c3bc44dec62 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:34.000Z : ami-066be1a6d4f24ed1e - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:20.000Z : ami-0a7ac137eb8dc8b88 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:14.000Z : ami-0f2916260084622ba - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:28.000Z : ami-019948dd358882bca - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:04.000Z : ami-0537f22550fae29bd - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-0198c4fd20bf44a9e - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:49.000Z : ami-0d97978a0175317df - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:05.000Z : ami-090a2ca71f93660f6 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:53.000Z : ami-0be1e33ce89ba0b7c - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:37.000Z : ami-096dd57c8bd14f1e3 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-04520efbaa250d935 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-00c259dcdc0f1590d - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:34.000Z : ami-04f9425388f70174b - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:37.000Z : ami-083210aeef606e26a - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:52.000Z : ami-0a97ebac4b222345b - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-03182225fb7832962 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:34.000Z : ami-07986f5b407f99394 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:36.000Z : ami-0fbf1717c5e33a532 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:35.000Z : ami-0b396996f8032853e - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:44.000Z : ami-07c9bc398639180d2 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:47.000Z : ami-0f910c5a822901b54 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:41.000Z : ami-079a5f64cb9e01abe - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:49.000Z : ami-01c00af8bddcb07b1 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:18.000Z : ami-0b80ea7eb33bb63c6 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:15.000Z : ami-08f0c38d76d009323 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:40.000Z : ami-0ce0e9d4c1ccb6ac1 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:42.000Z : ami-00a4aa30227fb035d - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:45.000Z : ami-0e37e2e7bb2224205 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:07.000Z : ami-0641e781f057f17cc - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-058c322dce5743b08 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:23.000Z : ami-083fc036c24be1bb5 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:54.000Z : ami-02aefa0f707ede292 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:18.000Z : ami-07c7bce921464e3bf - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:56.000Z : ami-0ae721b7b72227e8f - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:04.000Z : ami-0c3f62e44f735b239 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:54.000Z : ami-0fd478c11751555d3 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:01.000Z : ami-06c817eb3317bd767 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:07.000Z : ami-0a6a9689084238d97 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:50.000Z : ami-094c288e920f259ee - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:22.000Z : ami-0197718b58fb6a65e - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-07d1dab435c30ca7e - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-021891bb9e710245a - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:34.000Z : ami-0ee6684eff7785d20 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:24.000Z : ami-2fc13448 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:19.000Z : ami-8fc732e8 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:29.000Z : ami-0be21ce0 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:56.000Z : ami-f5e01e1e - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-a9db2ece - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:07.000Z : ami-ebdf2a8c - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:30.000Z : ami-387a905f - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:00.000Z : ami-f94aa09e - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:24.000Z : ami-60759f07 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:28.000Z : ami-5e668c39 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:48.000Z : ami-e27c9685 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:15.000Z : ami-a57f95c2 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:35.000Z : ami-cc2ec4ab - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:46.000Z : ami-21a15fca - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-4e2ec429 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:35.000Z : ami-d5a35d3e - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:15.000Z : ami-3cd63c5b - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:19.000Z : ami-6bd73d0c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:54.000Z : ami-4ae50e2d - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:43.000Z : ami-3be60d5c - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:34.000Z : ami-5fe70f38 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:36.000Z : ami-21cd2546 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-47a64f20 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:54.000Z : ami-1955bb7e - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:28.000Z : ami-25a84142 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:41.000Z : ami-6953bd0e - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:41.000Z : ami-bdcc22da - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:50.000Z : ami-26f51b41 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:07.000Z : ami-79fd131e - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:06.000Z : ami-a6ff11c1 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:13.000Z : ami-8eb45ae9 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:39.000Z : ami-a3b45ac4 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-70b25c17 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-6db25c0a - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:23.000Z : ami-cdbb55aa - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:49.000Z : ami-66b65801 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:05.000Z : ami-355ab552 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:31.000Z : ami-0f54bb68 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:14.000Z : ami-9241adf5 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:26.000Z : ami-c342aea4 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:33.000Z : ami-7340ac14 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:34.000Z : ami-7440ac13 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:43.000Z : ami-c24ba7a5 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:32.000Z : ami-5146aa36 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:27.000Z : ami-63c12d04 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:05.000Z : ami-8ec62ae9 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:39.000Z : ami-7bc72b1c - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:05.000Z : ami-d7c529b0 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:10.000Z : ami-a6fb17c1 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:37.000Z : ami-6ff51908 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-95f814f2 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:09.000Z : ami-e5f41882 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:25.000Z : ami-36fb1751 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:47.000Z : ami-c1ff13a6 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:50.000Z : ami-5b4ba93c - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:17.000Z : ami-5845a73f - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:48.000Z : ami-e34aa884 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:03.000Z : ami-1845a77f - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:21.000Z : ami-957d9ef2 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:46.000Z : ami-c142a1a6 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:46.000Z : ami-047c9f63 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:13.000Z : ami-7f41a218 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:03.000Z : ami-9514f7f2 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:12.000Z : ami-ab1bf8cc - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:57.000Z : ami-8217f4e5 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:23.000Z : ami-9517f4f2 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:05.000Z : ami-4c21c22b - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-fbdc3f9c - Flatcar Linux alpha 1745.0.0 (HVM)
eu-west-3
2019-04-08T20:14:03.000Z : ami-0283338d9fa04ec43 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:46.000Z : ami-0f37368b5707e8f16 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:45.000Z : ami-06b98b8aded032d4d - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:29.000Z : ami-0aeb8704f3072a77c - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:46.000Z : ami-04285d78dde04a6cd - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:42.000Z : ami-08f8958937a30bafe - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:33.000Z : ami-054676a31cbd27f5b - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:18.000Z : ami-0102ad3ac2ccd567a - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:56.000Z : ami-05e5ee47e8fc35dca - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:26.000Z : ami-036e70d072a1c24ac - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:40.000Z : ami-0a1205fe581190739 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:17.000Z : ami-0632e500dd0d0b618 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:21.000Z : ami-042c2f6fbc20a5199 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:01.000Z : ami-0afb61a44c33732fb - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-0dbda299668220201 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:20.000Z : ami-0b27b2083aee39d27 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:34.000Z : ami-0defcacbfd1c07957 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:20.000Z : ami-0337c625167605281 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:14.000Z : ami-0fecc87c7348fcc91 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:28.000Z : ami-0f8cffdddcbef9ca3 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:04.000Z : ami-0c0e1ee4d769fd9f8 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-0a14aa74a7e84a3a0 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:50.000Z : ami-0a75b36aec7a5c507 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:05.000Z : ami-00c48ea3506e57589 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:53.000Z : ami-01d8551a1b83376c9 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:37.000Z : ami-01f67aa3af35accd4 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-0475b4a06b57dedd6 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-07761eebc6aad035f - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:34.000Z : ami-01a7ffd05fe0bc0bf - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:37.000Z : ami-012626abac070e516 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:52.000Z : ami-0bdf732b1bedf282c - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-018c1f24f5714be4f - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:34.000Z : ami-007fbd87a9fa338cd - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:36.000Z : ami-040ebb1604d494e55 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:35.000Z : ami-0b1e20f26597cdf86 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:44.000Z : ami-02e9eb21f6d8dac0a - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:47.000Z : ami-05bfc30f375c4580b - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:41.000Z : ami-0b27b6910354e0323 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:49.000Z : ami-0c993e19569a867c8 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:18.000Z : ami-08a60ae774e151f30 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:15.000Z : ami-0bb31be7503d5f27a - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:40.000Z : ami-0a020fb4034a32fad - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:41.000Z : ami-0d69a79c8a0b23a05 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T10:56:07.000Z : ami-0af37181c57b5297d - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-13T16:39:54.000Z : ami-088b5aa91154c5a52 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:18.000Z : ami-03b1479a367afb372 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T00:52:04.000Z : ami-042daac337f6df5f5 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:29:01.000Z : ami-09f424f4fa747c206 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T06:35:22.000Z : ami-019ba2e94841c3b01 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-0fe6e4edfcb966d99 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:09:34.000Z : ami-02a596e50ae004049 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:30:19.000Z : ami-0a7232c191893ced8 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:05:56.000Z : ami-05e58e9a8c8f1cc61 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:41:07.000Z : ami-0d2b99ad9d9627500 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T01:17:00.000Z : ami-038a2be057c3e1812 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:11:27.000Z : ami-095091ba0dca9f729 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:05:15.000Z : ami-0f1a3dde2492a4d1c - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:01:46.000Z : ami-a875c5d5 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T00:52:36.000Z : ami-1874c465 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:48:19.000Z : ami-b472c2c9 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:06:43.000Z : ami-54bd0d29 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:41:36.000Z : ami-56c5752b - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-21T19:03:54.000Z : ami-880bbaf5 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T18:45:41.000Z : ami-c918a9b4 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T13:21:50.000Z : ami-3b17a646 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:31:06.000Z : ami-1f15a462 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:28:39.000Z : ami-7f11a002 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:09:17.000Z : ami-012e9f7c - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:38:49.000Z : ami-bf2a9bc2 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:06:31.000Z : ami-1c269761 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T02:21:34.000Z : ami-084bfa75 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:06:43.000Z : ami-8144f5fc - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:32.000Z : ami-9345f4ee - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T18:57:05.000Z : ami-a85cedd5 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:16:05.000Z : ami-505fee2d - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:26:37.000Z : ami-c565d4b8 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:00:09.000Z : ami-3757e64a - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:26:47.000Z : ami-cf56e7b2 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T22:59:17.000Z : ami-1a833267 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:47:03.000Z : ami-05823378 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:39:46.000Z : ami-c7ce7fba - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:13.000Z : ami-c5ce7fb8 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:11:12.000Z : ami-6bcc7d16 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:44:23.000Z : ami-6ccf7e11 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T14:59:34.000Z : ami-bdc776c0 - Flatcar Linux alpha 1745.0.0 (HVM)
sa-east-1
2019-04-08T20:24:41.000Z : ami-0a810b3ebeff3f8ee - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:05.000Z : ami-0212ea774eaecbc48 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-066d1c9d6112903a0 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:48.000Z : ami-0a3aa3d1b661e8e53 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:27.000Z : ami-028ff176bd5118525 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:47.000Z : ami-0c0d645c914bc7a2c - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-065a95cd22d20611a - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-00f1c1c2bcf7d7686 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:50:00.000Z : ami-0863ffd544f6f0e2a - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-064a1e4cd40c13973 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:23.000Z : ami-093c3c3379eb0db79 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:44.000Z : ami-03408e4a3a19d0b57 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:44.000Z : ami-0e7a0fc20ac9d2b0b - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:35.000Z : ami-07aa9fe537a685e43 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:05.000Z : ami-0f6ce260d2eac6a9f - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:20.000Z : ami-005d4e7b3118d3293 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:43.000Z : ami-0af33eb8c982b84db - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-0c76ce7127d09c924 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:08.000Z : ami-0dfb0822e7218b99e - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:28.000Z : ami-0fdfe029ccdb4b6e8 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-045ebe714ddf38886 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:42.000Z : ami-0dc2d7f7338da7ddb - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:28.000Z : ami-0811ced15f7d6c566 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:19.000Z : ami-05f497ac87e11d0d5 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:09.000Z : ami-014ae06d9421aa1f0 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:24.000Z : ami-0cf8ac87f61f08f27 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:48.000Z : ami-07a0aacb01d999336 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:03.000Z : ami-0a4c81e060e214622 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:01.000Z : ami-0aec56abf40f1e366 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:08.000Z : ami-0e85ecb7cf21b2f0d - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:15.000Z : ami-0dc9a209f0ba8c763 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:22.000Z : ami-07f1a2affc5f4ac6c - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-0f5fb3822255487b9 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:36.000Z : ami-0d91de6e98157ea87 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:02.000Z : ami-0f69880f98a56efb4 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:22.000Z : ami-068c46c5ec4e830c6 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:56.000Z : ami-0044eba86e83653ae - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-007f8779235055a52 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:44.000Z : ami-033ddc36dd4ceca69 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:30.000Z : ami-05e6f1b4fa6c61451 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:46.000Z : ami-04b2acc8e278d7a7f - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:06.000Z : ami-0f7a0bac8e17c3efa - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:15.000Z : ami-04b6005d5891b3010 - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:34.000Z : ami-0bfe47d37b3e8ad5f - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-08d85a77b97ee72d5 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:51.000Z : ami-0f604628056fea271 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:48.000Z : ami-0c4558e1da11bf3ec - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:07.000Z : ami-097451cf385e5b0ca - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:42.000Z : ami-0e32d61115504cc10 - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:55.000Z : ami-096478ba9112bf042 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:19.000Z : ami-0e87632d818e464e4 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:39.000Z : ami-0dc679a0f962e9820 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:33.000Z : ami-09c5763f759de06f1 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:52.000Z : ami-04ddfa297c988d6b4 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:43.000Z : ami-08dd83be21f8efa07 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-09815e2b8322bc6e0 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0f9ca2c4c17e5f912 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:36.000Z : ami-06787fb044ae3b410 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:19.000Z : ami-0a19822dda24588af - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:39.000Z : ami-06097ec6cc6f862dc - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:34.000Z : ami-0bb40ac27ac6d136c - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:54.000Z : ami-0db680dff3ae81480 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-013e2c8fae061e8ca - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:06.000Z : ami-0bd0f33b4099b4106 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-0bba1610eb3b3a3bc - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:36.000Z : ami-0d898df060a393525 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:20.000Z : ami-037c82fa3ee06177c - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:39.000Z : ami-006a7815d5234d9a0 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-0f05969b8a685c908 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:37.000Z : ami-04613b85f6d49fccd - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:27.000Z : ami-04e50439ec4d9524b - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:46.000Z : ami-00d300414b02d1577 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:38.000Z : ami-0459bca5361b35162 - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:49.000Z : ami-043d236368193308a - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:19.000Z : ami-0050bacc7eae38bed - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:43.000Z : ami-017dffdcb3a35ea97 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-09f1ed704364b9d4b - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:51.000Z : ami-0125bca6d2493f29b - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:12.000Z : ami-0fbe47c57ff02a18f - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-07dc7be0eb3cd7ac7 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:48.000Z : ami-045cb5360a7b99300 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:20.000Z : ami-0c9648e30ec3bcab4 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:26.000Z : ami-09a3edcd8d9e3f9a7 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:42.000Z : ami-0220f51662a6da0a6 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:30.000Z : ami-0d79bca37c47f1563 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:44.000Z : ami-0bc7665946178407f - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:47.000Z : ami-075d72c4fe9f213e8 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:09.000Z : ami-0d9a5c5b429967eac - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-08b7f4cb72c45f8c6 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:25.000Z : ami-0e34e5e2ef916d0a6 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:56.000Z : ami-0197c2c5359b94379 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:20.000Z : ami-0a47f17d6563d9b7a - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:58.000Z : ami-02487312ecb6e1742 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:06.000Z : ami-0ab713e0b2afd21fd - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:57.000Z : ami-065b8d28d235c36ff - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:04.000Z : ami-0af0c1a4f584342b2 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0419a1715ffc2f4ac - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:52.000Z : ami-0996f547f1f487bc4 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:24.000Z : ami-01ed88800a758f88e - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:26.000Z : ami-049d58572102af4bd - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:07.000Z : ami-03234b7553a23c4ed - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:36.000Z : ami-00c064a128283da61 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-09f161ce7bfd390e0 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:21.000Z : ami-01dd34b735c71f7e0 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-073ac004e1ff85780 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:58.000Z : ami-00f6a8fe6906bb0a2 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:43.000Z : ami-0cbdbff5748c52687 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:09.000Z : ami-02da48ae0b980a063 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:32.000Z : ami-037a36be17735c0fa - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:02.000Z : ami-04819a0f862a14a81 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-0466a6f8b34c70c36 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:30.000Z : ami-095af79003bc7d165 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-09c389adb74c3a12f - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:17.000Z : ami-041abcdcd10eb88f2 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:38.000Z : ami-9af8d9f6 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:48.000Z : ami-0bf6d767 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-14f3d278 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-f1e7c69d - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:17.000Z : ami-1b1e3f77 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:21.000Z : ami-d3e3c2bf - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:56.000Z : ami-db84a3b7 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-ad90b7c1 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-57cde93b - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:38.000Z : ami-0bcce867 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:22.000Z : ami-6eadf702 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:56.000Z : ami-aa86dcc6 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:30.000Z : ami-6681db0a - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:43.000Z : ami-5087dd3c - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-09adf665 - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:53.000Z : ami-e5aff489 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:09.000Z : ami-99bbe0f5 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-c884dfa4 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:15.000Z : ami-24500b48 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-255e0549 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:13.000Z : ami-7a520916 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:18.000Z : ami-d5217ab9 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:25.000Z : ami-2e247f42 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:51.000Z : ami-65207b09 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-5d095231 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:34.000Z : ami-44154e28 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-13772e7f - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-e0772e8c - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:35.000Z : ami-947920f8 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:37.000Z : ami-43461f2f - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:46.000Z : ami-d8461fb4 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:34.000Z : ami-ac431ac0 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-ae6638c2 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-bc6739d0 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-bf6937d3 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:07.000Z : ami-6269370e - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-d3401ebf - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:39.000Z : ami-1a401e76 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:54.000Z : ami-64401e08 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:11.000Z : ami-a5421cc9 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:27.000Z : ami-e2421c8e - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:49.000Z : ami-26421c4a - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-b1d78add - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:20.000Z : ami-b5da87d9 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:50.000Z : ami-67d8850b - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:05.000Z : ami-31d8855d - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:23.000Z : ami-3afba856 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:48.000Z : ami-a9f5a6c5 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-65fba809 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:15.000Z : ami-33f4a75f - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:05.000Z : ami-41bdee2d - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:14.000Z : ami-0cb4e760 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:59.000Z : ami-2e8bd842 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:25.000Z : ami-bf9fccd3 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-483a6924 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:36.000Z : ami-b93566d5 - Flatcar Linux alpha 1745.0.0 (HVM)
us-east-1
2019-04-08T20:24:40.000Z : ami-0d5a7925d9a93c2eb - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:04.000Z : ami-0d7a980b8fb2d8c14 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-0f13b4a83b226e800 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:47.000Z : ami-064896c6a156f55e2 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:26.000Z : ami-0209862ae2f365240 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:45.000Z : ami-0ee754cf0fe5ddc9e - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:10.000Z : ami-05bdab4d49c873ab9 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:30.000Z : ami-0fbe42a2c3a3385c7 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:58.000Z : ami-0bd6e429b1a83a35b - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:47.000Z : ami-09a911186b7e769db - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:21.000Z : ami-0793641a887078d65 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:42.000Z : ami-0e6499a2f34191ad1 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:43.000Z : ami-098fd883e7350c0cf - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:33.000Z : ami-020625546e39895ee - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:04.000Z : ami-03e679ee13d9aa599 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:19.000Z : ami-0ead97e237794b2d3 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:42.000Z : ami-04aba85bd93302d19 - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:57.000Z : ami-0e6d9f21ed618ec9c - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:07.000Z : ami-013e99da2af1c72d1 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:27.000Z : ami-0ea39c675ca142d00 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:26.000Z : ami-04df762122e14ead6 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:40.000Z : ami-00ee83494e168933f - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:28.000Z : ami-0423b344996700720 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:17.000Z : ami-00987dccda64f4f10 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:07.000Z : ami-0f8855c301a53eaaa - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:21.000Z : ami-0a8eea1b9a4e12b21 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:46.000Z : ami-09022c36533a2ee06 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:02.000Z : ami-07b85463626057451 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:33:59.000Z : ami-0da7c6642c2ceae2b - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:07.000Z : ami-0ded16c8d20a8afac - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:13.000Z : ami-0c40ac76e7efd4657 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:20.000Z : ami-0dac75eb5f07d7ef9 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:15.000Z : ami-08c17900695024e9e - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:35.000Z : ami-07e5ab21a9dab816a - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:01.000Z : ami-03d529de0e82898f6 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:21.000Z : ami-032518d7083709528 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:55.000Z : ami-05dff5a8227817cc5 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:15.000Z : ami-06a412cca93b3dd50 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:42.000Z : ami-0fbd7fd9727e1b21d - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:29.000Z : ami-0b2c01de35a64768f - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-096c913870f5e5ce6 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:04.000Z : ami-0e51fa1276bd5004c - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:14.000Z : ami-0a60e8ce86a256094 - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:33.000Z : ami-05136a9e1b8743293 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:30.000Z : ami-0edc9a56b36f5a6d5 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:50.000Z : ami-026d863affd376911 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:47.000Z : ami-04b84c5a5b64de4b4 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:06.000Z : ami-0c9148afc2716abf8 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:40.000Z : ami-051365fad43ebdc9e - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:54.000Z : ami-07b5ed0530e8eddf7 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:18.000Z : ami-045c88270235aad19 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:37.000Z : ami-04059e2083eddea74 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:32.000Z : ami-0a9d0f412a2bf7e41 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:51.000Z : ami-0fc3abadc4be90af8 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0024edd588983413f - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-083b8d7006216ad3e - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:15.000Z : ami-03e1a33e8f5f7f4c0 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:35.000Z : ami-0c5732a49e63756d1 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:17.000Z : ami-059404f585466379a - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:37.000Z : ami-0d6200f0b41dad61b - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:33.000Z : ami-0c0b8f178d56dc8ba - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:54.000Z : ami-08be14c3bcc259652 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-00049bfa8b99ccba2 - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:05.000Z : ami-0195666d9673fb7f4 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:15.000Z : ami-04664b6a1e5c119e5 - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:34.000Z : ami-00ff877db435753f6 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:19.000Z : ami-0864ba5181093ceec - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:37.000Z : ami-0044d8520082fbf21 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-0e738d1a882205fc0 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:35.000Z : ami-08569b183a47e2598 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:26.000Z : ami-0318130ecbd7dbe93 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:44.000Z : ami-0c90ba7500f8c4be3 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:37.000Z : ami-0143ab831e2963a8f - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:47.000Z : ami-0ffbc31f5548b1372 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:17.000Z : ami-0ca4f3774b6d53b07 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:42.000Z : ami-07a00aa9c9575e6be - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:25.000Z : ami-019b5313645df8b08 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:49.000Z : ami-00c10552ce04969aa - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:11.000Z : ami-01ff5b7e9b583ccdc - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:19.000Z : ami-03be86fcb2ddad24d - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:47.000Z : ami-075f5451d5a89210c - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:16.000Z : ami-00b5ab1e883772bb0 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:24.000Z : ami-0a5e70ae627f0e3b5 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:41.000Z : ami-0693d85b72d2d22e7 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:29.000Z : ami-07ced5f35378af0b9 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:42.000Z : ami-082f7b288f88dd03e - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-09ba294e0cb635e80 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-0e0938a2caed358b4 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-0e204049ae7a642d7 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:23.000Z : ami-0bf55255aa80155a5 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-09ad7006effe40a96 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:19.000Z : ami-008809d0181e507ba - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:56.000Z : ami-09b1d14b7cbea3b50 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-0ad93e788cbfa736d - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:55.000Z : ami-0d3e8fcdb06e1bceb - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:02.000Z : ami-0747e4b991588d34b - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:07.000Z : ami-09b53852e2e3933a3 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-0c6ce5a3bae8720fa - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:22.000Z : ami-09e06d0b4b6f49674 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-0f3431bbbd220a308 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-07bea1b799b0f2d67 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:34.000Z : ami-0554ce205c8fac54b - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:24.000Z : ami-02d3ae966b7d72285 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-019344e937d711032 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-079d2061df9b91546 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:57.000Z : ami-02b44961ef4bb5f74 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-0f902c0cd93506c48 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-0b78b1b87b8459a97 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-856670fa - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-0b0f1874 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:25.000Z : ami-826473fd - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:28.000Z : ami-6373641c - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-019d897e - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-28928657 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:36.000Z : ami-3c171943 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:46.000Z : ami-781c1207 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-7f4a4400 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:36.000Z : ami-ac353ad3 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:16.000Z : ami-6e050a11 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:19.000Z : ami-431c133c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-a1d1e2de - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:44.000Z : ami-b9d2e1c6 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:35.000Z : ami-b16f42ce - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:37.000Z : ami-9f6c41e0 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-3b4b1d44 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-7d316602 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-b83265c7 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-3d085f42 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:41.000Z : ami-deeba9a1 - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:51.000Z : ami-52d1932d - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:07.000Z : ami-33fab94c - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:07.000Z : ami-bb0143c4 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-bed295c1 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:40.000Z : ami-ee420491 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-0130767e - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-a13076de - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-62f5b21d - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:49.000Z : ami-54eaad2b - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:06.000Z : ami-dc0b4fa3 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:32.000Z : ami-61ebae1e - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-c7285db8 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-6f225710 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:34.000Z : ami-cf6a00b0 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:35.000Z : ami-d76a00a8 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-f1177d8e - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-f3056f8c - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-856300fa - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:06.000Z : ami-6163001e - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:39.000Z : ami-69157616 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-c40d6ebb - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:11.000Z : ami-d29bfaad - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-6f8eef10 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-da96f7a5 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-ea8eef95 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:25.000Z : ami-a18decde - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:47.000Z : ami-be8decc1 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:50.000Z : ami-95c24dea - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:19.000Z : ami-19c14e66 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:49.000Z : ami-fc3ab683 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-613bb71e - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-9f8c3fe0 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:46.000Z : ami-c5883bba - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:39:46.000Z : ami-138d3e6c - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:14.000Z : ami-078e3d78 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-a7299fd8 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-38289e47 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-9862d4e7 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-8c62d4f3 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:06.000Z : ami-c42983bb - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-5555ff2a - Flatcar Linux alpha 1745.0.0 (HVM)
us-east-2
2019-04-08T20:14:04.000Z : ami-0c1679efdd4c5a17d - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:47.000Z : ami-06650ce87cfde0a58 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:46.000Z : ami-087e0547309c6711e - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:30.000Z : ami-0e6d23beda5c23491 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:47.000Z : ami-0893613173230a99c - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:43.000Z : ami-0cf1d9296599f59cb - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:34.000Z : ami-01cd5bde623f60026 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:19.000Z : ami-056221f44ad046275 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:57.000Z : ami-097b953afef323ed2 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:27.000Z : ami-036fc0ec5ef7743d2 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:41.000Z : ami-0ed3f9d303e6fe5b8 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:18.000Z : ami-088e169570f74631e - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:22.000Z : ami-0f992a3cf6ffaebf2 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:01.000Z : ami-08ca66a70bb00133a - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-0f382f1f5c0727edb - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-08a93bdd7cb5067c8 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:35.000Z : ami-00f535fffb088303c - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:21.000Z : ami-0681695fae712360c - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:15.000Z : ami-0c204873640dd116d - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:29.000Z : ami-05416c3832f3aace1 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:05.000Z : ami-0e967f6f049a03799 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-092ceb48f01fd8d50 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:50.000Z : ami-0f1ee0a702d10d07d - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:06.000Z : ami-0a1602c1de9df8691 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:54.000Z : ami-0a021d02609e3e966 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:37.000Z : ami-02310084fd8a7f58f - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-0a33b56b3e97db659 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-07edcfaa1b03ed7d4 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:35.000Z : ami-032ef25b66edd87fe - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:38.000Z : ami-0b823a0b44f6a86e1 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:53.000Z : ami-0b6b145076f07823e - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-08c0f72e615003f4e - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:35.000Z : ami-04cd7f2313a496bca - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:37.000Z : ami-030a5a339f69283fc - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:36.000Z : ami-0726ade93f62a4de8 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:45.000Z : ami-09ad1a4085096c4d0 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:47.000Z : ami-048f3254a28ce7349 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:42.000Z : ami-0e1aca2a87b33a558 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:50.000Z : ami-0eb61637015322a00 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:19.000Z : ami-0561ca664ee960bca - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:16.000Z : ami-07caa784af2176dbe - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:41.000Z : ami-0f7c3061e9408d88a - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:42.000Z : ami-0bf77af9be1e47b06 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-05d1eb9966fe1f40f - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-094586ef9647374a1 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-0a379b83d4de9b13c - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:23.000Z : ami-0375284bd0e562f3b - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-04a9d13ee81089eed - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:19.000Z : ami-043afc70abb465d68 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-055f858ba542a3df2 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-049fef3f167a44f2c - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:55.000Z : ami-069d33dd765593e56 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:02.000Z : ami-0b352cd02f777afa2 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-064b46a60691d2950 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-0a6f7749855d6f293 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-049a9f174426f2885 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-034dffd645d80d1c1 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:06.000Z : ami-0a86cfae0e7338f78 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-001feb0a1bcfe7254 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-041605ff1b26cd768 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-0f1ac0ad56bafc7d0 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-0904d470c9b4183be - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:57.000Z : ami-0b8699db53d297a97 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-0ffac2f03de45b2f5 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-08d9d51c64a1d0eb7 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-4889b32d - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-5c96ac39 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:25.000Z : ami-4f91ab2a - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-6f91ab0a - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-b89da7dd - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-4092a825 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:36.000Z : ami-7be1db1e - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-e9e1db8c - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-03e3d966 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:38.000Z : ami-45f7cd20 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:16.000Z : ami-eaf6cc8f - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-a4f5cfc1 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-67fcc702 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:44.000Z : ami-a9fcc7cc - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:35.000Z : ami-32cff757 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:37.000Z : ami-4dc5fd28 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-a6142dc3 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-832f16e6 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-b72e17d2 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-f52b1290 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-9ac6f8ff - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:51.000Z : ami-3dc8f658 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:07.000Z : ami-72d8e617 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:07.000Z : ami-c5dae4a0 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-27162842 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:40.000Z : ami-33172956 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-a11927c4 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-4b1b252e - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-961c22f3 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-b81a24dd - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:06.000Z : ami-a73b05c2 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:32.000Z : ami-133f0176 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:14.000Z : ami-0d300f68 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-d8320dbd - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:34.000Z : ami-35360950 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:35.000Z : ami-a03609c5 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-3a36095f - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-b43609d1 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-a5a79bc0 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-13a49876 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-26a69a43 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-48a4982d - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:11.000Z : ami-17bb8772 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-05ba8660 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-a2bb87c7 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-67ba8602 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-faba869f - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-d6bb87b3 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-e10f3284 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:18.000Z : ami-f00c3195 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:49.000Z : ami-be0d30db - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-46132e23 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-44162421 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-3814265d - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:46.000Z : ami-bc1426d9 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:14.000Z : ami-ba1426df - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-e44d7f81 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-a03200c5 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-764e7c13 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-ce487aab - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:06.000Z : ami-2c754749 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-b97547dc - Flatcar Linux alpha 1745.0.0 (HVM)
us-west-1
2019-04-08T20:24:40.000Z : ami-0a3dc62673dd9369c - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:04.000Z : ami-01c6a550079dc3027 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-04ea78d79899d00e2 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:47.000Z : ami-08376d0ce0476361e - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:26.000Z : ami-08fb66f191e053749 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:46.000Z : ami-02a9edd1a3063980d - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:10.000Z : ami-0a9aba0323ff4f171 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-03780d364148d3f33 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:59.000Z : ami-08cfbd377a69090aa - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-0b83ec908ffbe885c - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:22.000Z : ami-0541e63c16cda7181 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:43.000Z : ami-0d38d8803a0ec590e - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:44.000Z : ami-0210c6540e06e7458 - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:34.000Z : ami-076c5c49458c44602 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:05.000Z : ami-037b833ddcaa2efc4 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:19.000Z : ami-0223f1d94d82fe61b - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:43.000Z : ami-0689731019dea0f0e - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-02705aabb1f46c6d1 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:07.000Z : ami-0509f2af4a7abf4ad - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:27.000Z : ami-0b55904a42f36d092 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:26.000Z : ami-047122d291baf2144 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:41.000Z : ami-0a6f58a98a2cd31b3 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:28.000Z : ami-0a2ac8d30fcf32661 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:18.000Z : ami-0487f4259c3aa1b04 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:08.000Z : ami-01651ca406d9bee75 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:22.000Z : ami-07a651357098dff24 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:47.000Z : ami-0258860090288c3a4 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:02.000Z : ami-0745bc9a724a4bab9 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-0786d2d945131a206 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:07.000Z : ami-0d28e2fab0fe7a93c - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:14.000Z : ami-037e8b43ce071ce99 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-0dea053197031d708 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:15.000Z : ami-0945cb8dfbe212302 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:36.000Z : ami-0512be8e46bf15ea9 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:01.000Z : ami-0da0d6fa2f30dea8c - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:22.000Z : ami-05e18075aa9187415 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:55.000Z : ami-0c975d03c7aa1fc33 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-02b68b008f3b35db6 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:43.000Z : ami-04258a8635263146b - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:29.000Z : ami-0e947c2796236a695 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-03feb0069a57a78e0 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:05.000Z : ami-08bf9e7b843e6dd29 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:14.000Z : ami-0e87fba45480f4a9b - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:34.000Z : ami-0e6748959d189692f - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-027c7f172ffc3a458 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:51.000Z : ami-07cdb50a35ceec3b2 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:48.000Z : ami-06e049bb2c583c1a6 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:06.000Z : ami-02010ea6fea400e99 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:41.000Z : ami-08ece4e024f754945 - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:54.000Z : ami-0aea99c6c3cb3f77d - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:18.000Z : ami-0d240f749a845adb9 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:38.000Z : ami-05f1f0cd00c5976fc - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:32.000Z : ami-074ed6e17dad9a6d0 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:52.000Z : ami-07f5c714b30e771f1 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0a99e173c24bae267 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-06ef4eda4488e9cff - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0a06264aa09262800 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:35.000Z : ami-0194861d2954fb5fb - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:18.000Z : ami-0968d12eeeef9e6d7 - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:38.000Z : ami-0a8e2a5b6f133f144 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:33.000Z : ami-00e1ed486e1cd80eb - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:53.000Z : ami-0f7613320d41ff4e7 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-00bd3d2eac7914233 - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:06.000Z : ami-0ba8f2f840677fe8c - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-00418feb18c370bfe - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:35.000Z : ami-0809af7596e140df5 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:19.000Z : ami-01654ade240c1b362 - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:38.000Z : ami-0dfc60a87bf647246 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-0078fdc76a859db60 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:36.000Z : ami-004b26ccc7b1f1a8f - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:27.000Z : ami-0680ce0c0f26c6366 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:45.000Z : ami-0264f4d0a8a88ebf3 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:37.000Z : ami-015692a94d36188d6 - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:48.000Z : ami-02159f6bb7e6b75c8 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-07aaa18af11c64d80 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:43.000Z : ami-09f4d9667b6d58396 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-00ca2d34961ddd928 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:50.000Z : ami-0aa16786bf902fb2e - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:12.000Z : ami-096f8f072d81bd15e - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-0a3d07f0af012ef14 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:47.000Z : ami-04b83c8258cc12117 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:16.000Z : ami-0ca00eaee069adf22 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:25.000Z : ami-0b636d679ffa3fd75 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:41.000Z : ami-06a31b4831395fb6d - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:30.000Z : ami-0f029f6030df484e4 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:43.000Z : ami-0678b69e922e3e666 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-004a50ab625298687 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-0ae95d458216b7de7 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-01a68c8ae7878aa85 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0333f2090ca3a5be6 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-0f8d825b45f122d9e - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:20.000Z : ami-09ac47da6122b08ac - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-0c2c1b1809271e51a - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-0c10eaafaa99a8f64 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:56.000Z : ami-05ab5781d688d4991 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-0860fca8caeb4123a - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-06e4485bb63ad0f07 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:52.000Z : ami-0b3513380ad33df8b - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-051ea0c04b4ac1d36 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-06b13ebd9077edfb5 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:06.000Z : ami-036837b6633d891e0 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0fe598feaebc98d6c - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-fb749b98 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-e3749b80 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-ca7d92a9 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:58.000Z : ami-5c7b943f - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-a47e91c7 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-847e91e7 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-4a0ae629 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-7e3dd11d - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-1522ce76 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-fc39d59f - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-1d25c97e - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-7ac92519 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:37.000Z : ami-2b739e48 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-a747aac4 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-b645a8d5 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-71759812 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:17.000Z : ami-347f9257 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-8f7e93ec - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-0544a766 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-e249aa81 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-72e20211 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:38.000Z : ami-f99d7d9a - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-f4a84e97 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-174ea974 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-6f4cab0c - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-6c4cab0f - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-dc42a6bf - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:52.000Z : ami-da7c98b9 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-1b628678 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-306c8853 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-5ac52139 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-1fc5217c - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-0dc7236e - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:18.000Z : ami-13c52170 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-0efe1a6d - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-d6f81cb5 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-ee80648d - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:33.000Z : ami-978064f4 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-13352f73 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-65312b05 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:35.000Z : ami-cb041eab - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:35.000Z : ami-dc3a20bc - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:45.000Z : ami-fa051f9a - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:34.000Z : ami-88051fe8 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-28d3c848 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-87dcc7e7 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-b4dec5d4 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-1cdfc47c - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-8d041fed - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:39.000Z : ami-fe3a219e - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-a73b20c7 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:11.000Z : ami-c2051ea2 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-68061d08 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-40071c20 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-63ddc303 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:19.000Z : ami-d4d8c6b4 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:50.000Z : ami-2bddc34b - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-a7ddc3c7 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-bd1c00dd - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-f21d0192 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:39:47.000Z : ami-dc1c00bc - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:14.000Z : ami-da1c00ba - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-52abb632 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:14.000Z : ami-a7a8b5c7 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-68b0ad08 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:25.000Z : ami-3db0ad5d - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-c9dec3a9 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:37.000Z : ami-bad8c5da - Flatcar Linux alpha 1745.0.0 (HVM)
us-west-2
2019-04-08T20:24:40.000Z : ami-071af50acc3e2cd78 - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:04.000Z : ami-0f387379dbfd31b74 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-036ce2634eaaf02ad - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:47.000Z : ami-0fc0b8bb9e9040bca - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:26.000Z : ami-011508c38d6b03a90 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:46.000Z : ami-05adba16a1346bec3 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-0482c42ad95b3b2f3 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:30.000Z : ami-084f3cc7763198615 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:59.000Z : ami-086cc6ae1cfb3ac4b - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-0bcfd8aeb3f99d95e - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:22.000Z : ami-08ddbf01a1f55b6b9 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:43.000Z : ami-0c44a19100f24be87 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:44.000Z : ami-0c9bbd51b853dd5be - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:34.000Z : ami-0838209aa60397629 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:05.000Z : ami-0ce6a075f65907d68 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:19.000Z : ami-07f0264499663be10 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:43.000Z : ami-076f4f15941a75e85 - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-0681b23d51acb2aab - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:07.000Z : ami-0bd5925143fc2e319 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:27.000Z : ami-0d0550e1266dac56a - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-059131a6193660eda - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:41.000Z : ami-0ffcd1c86e4701b48 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:28.000Z : ami-077be943b200ea0bf - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:18.000Z : ami-08152e30527385c5a - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:08.000Z : ami-0383ebbf4b47f14d1 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:24.000Z : ami-0b94bc4c7e24e6435 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:47.000Z : ami-04c28852bd0a9951f - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:02.000Z : ami-0f3aa0ddacbad1308 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-0535db3007be5ffe7 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:07.000Z : ami-01b16864bcee70e0f - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:14.000Z : ami-0c2f19f5e6ad5e7b4 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-096a9bb74264d3c58 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-0e38a50ffbc771a6e - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:36.000Z : ami-0bb3d69e1c9356251 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:01.000Z : ami-0368e1c504c707e19 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:22.000Z : ami-0c8c0cad914e3d09d - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:55.000Z : ami-00c1edf0ab74d441f - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-097c3fa54d8e64d00 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:42.000Z : ami-0f57ad84dae2a5830 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:29.000Z : ami-0e996ec1ed85520b7 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-0e96dfb2ee249634a - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:05.000Z : ami-05308af88c1a46ee5 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:14.000Z : ami-0d6401111efaa82b6 - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:34.000Z : ami-026a0b1d4dd11d386 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-0433dc8549499cbb5 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:51.000Z : ami-0c3106b5eb5748d73 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:48.000Z : ami-003576f066fde96e6 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:06.000Z : ami-0c9793cecb03464b3 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:41.000Z : ami-0353d250f6804c1fc - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:54.000Z : ami-00c1a680362e81932 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:18.000Z : ami-0135a3a2eda28d1aa - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:38.000Z : ami-0052fd6797a032778 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:32.000Z : ami-0468104898ef8cb1e - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:52.000Z : ami-0ce8c092b3d60972a - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0a49bab3a29773f26 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-06326573c4bc107cc - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0f7aff5b53332ca60 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:35.000Z : ami-01959bad890492937 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:18.000Z : ami-064b7e685e12ae50f - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:38.000Z : ami-05a765a67a1e4b7d4 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:33.000Z : ami-08e95fa471b9a8c72 - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:53.000Z : ami-07e5a0b79f57ad766 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-0125568eb2e5f1095 - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:06.000Z : ami-082d2fb810c04d686 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:15.000Z : ami-098fdda2c67247409 - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:35.000Z : ami-0d12b3acb96b80e59 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:20.000Z : ami-0da14e4c50b5c6c3e - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:38.000Z : ami-0a4915baf76436b30 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-0d6d221e77b7e85d0 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:36.000Z : ami-037d824c33ecff88b - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:27.000Z : ami-02d936b2f2a694fa5 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:45.000Z : ami-0780d10299da7ff2a - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:38.000Z : ami-09aec10c2ef7ff7bb - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:48.000Z : ami-0894e44690c742472 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-082513d7414d149e5 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:42.000Z : ami-04a56f604d4368f3e - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-0857dedfffcdbc8f2 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:50.000Z : ami-024fc32b8725dcb3e - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:11.000Z : ami-04f8ce6bd7a0c19c2 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-07dbc33b38f6651c8 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:47.000Z : ami-08a098ae407efdd01 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:16.000Z : ami-035d032aae65c2975 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:25.000Z : ami-0f6b2231e1275699e - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:42.000Z : ami-084c25461be9c9e7a - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:29.000Z : ami-08c387bd82187a8da - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:43.000Z : ami-077590e6df0ec57b6 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-09b7ae88fab970d9e - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:09.000Z : ami-04f838cc0489ec83a - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-0e3fa6bfb23037731 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0da4dca09afe415d4 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-08dd94888428ce1d7 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:20.000Z : ami-0cd75c7fbe54b983d - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-0f812e724fe6a4256 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-092fa856064e26c7a - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:55.000Z : ami-088d735585ebf415a - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-075bc4b13b57cf773 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0d79cca9599aaf634 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-0e62881040961d83f - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-070d422ad825df62c - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-0f1346b1a986f4fd6 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-05bc02e952560b323 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0ed67468e693a7c0b - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-3e2f0946 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-48210730 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-03785e7b - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:58.000Z : ami-36785e4e - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-217b5d59 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-dd7b5da5 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-716d3709 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-c72f75bf - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-3b2b7143 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-b02872c8 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-2239635a - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-ae3963d6 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:37.000Z : ami-a0530bd8 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-2750085f - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-d82971a0 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-dae6bfa2 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:17.000Z : ami-1bf4ad63 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-241e465c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-851042fd - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-58ebb820 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-c25c0bba - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:38.000Z : ami-8a5e09f2 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-4fa0ee37 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-5f307e27 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-934e00eb - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-264c025e - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-95f8baed - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:52.000Z : ami-6dd59715 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-1ab1f362 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-e2b0f29a - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-69703311 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-e03e7d98 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-927231ea - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:18.000Z : ami-f66c2f8e - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-595b1821 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-bf5417c7 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-a9b0f0d1 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:33.000Z : ami-cdb2f2b5 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-0d450075 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-303a7f48 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:35.000Z : ami-c40b4ebc - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-cb0b4eb3 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:45.000Z : ami-4d094c35 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-ac0c49d4 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-6650281e - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:06.000Z : ami-565e262e - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-bb5820c3 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-1e582066 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-c9ceb7b1 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:39.000Z : ami-facfb682 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-e2cfb69a - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-a5cab3dd - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-5dcbb225 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-58d6af20 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-0f324277 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:19.000Z : ami-c43141bc - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:50.000Z : ami-6bccbd13 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-d0cabba8 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-57fb902f - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-8be48ff3 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:39:47.000Z : ami-88e48ff0 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:14.000Z : ami-a1e48fd9 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-2bc2aa53 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-abc1a9d3 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-fee68e86 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-a4e28adc - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-04523b7c - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:35.000Z : ami-e4553c9c - Flatcar Linux alpha 1745.0.0 (HVM)
``` | 1.0 | Remove Flatcar Container Linux AMIs older than a year - This issue tracks removal of Flatcar Container Linux release from Amazon AWS (removal of AMIs) which have been released more than a year ago.
Full list of AMIs to be removed, per region:
```
ap-northeast-1
2019-04-08T20:24:41.000Z : ami-05b3276deb0802ed5 - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:05.000Z : ami-03230de38599bef27 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:34.000Z : ami-034f111add0664c06 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:48.000Z : ami-0fe5612b0c4f398cc - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:27.000Z : ami-0a1b3618c8c86d353 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:47.000Z : ami-03928ad79d7aa41f1 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-0dc39a95a4a9c587a - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-0e23009d74c6bcb0c - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:50:00.000Z : ami-011db037646b671d9 - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-0dba1698b0f2399e0 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:23.000Z : ami-034dcc35a7c988ca2 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:44.000Z : ami-049b76e786625b022 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:45.000Z : ami-0c76da8354c43a2e6 - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:35.000Z : ami-08bfd743864817393 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:06.000Z : ami-0020c4d4e272699cd - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:20.000Z : ami-00f6654fbb988e744 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:17:44.000Z : ami-0a43fbe67f4a3e06f - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-077816c8a8a58d0ff - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:08.000Z : ami-094493c5cf70f1448 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:28.000Z : ami-079248b4109aef7a3 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-055a7c533dbe01221 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:42.000Z : ami-0c5f606519d4900d2 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:29.000Z : ami-0c9752822564c3ca8 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:19.000Z : ami-0410ac2faffdd44ba - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:09.000Z : ami-042d7913e7d50cb88 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:23.000Z : ami-075cc133a5b5a32c1 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:48.000Z : ami-004afed1ed2907783 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:03.000Z : ami-0b40862ce2d20b0d9 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-010c016d99c267267 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:08.000Z : ami-085c4b5f0082cc329 - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:15.000Z : ami-02cb05cc660a2e029 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:22.000Z : ami-018d91eaba764d871 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-05931dbaa755d75f8 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:37.000Z : ami-061ead20ef63ba8ac - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:02.000Z : ami-0d2c0fa4488de51c6 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:23.000Z : ami-05339ce10a4825236 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:56.000Z : ami-00349874aa0971301 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-0bda73d80b6f88bb0 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:44.000Z : ami-0d7cec62673c32b0f - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:30.000Z : ami-069718dfeb7c3ef4f - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:46.000Z : ami-0e597cbcff0d2b71a - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:06.000Z : ami-0613a49c9cdcf75f8 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:15.000Z : ami-00f758655e75e7833 - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:35.000Z : ami-066a9b93359c34002 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-0fd2c4ed480cf1db2 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:52.000Z : ami-023d4876783404d42 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:49.000Z : ami-0d0edf29df3e8648b - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:07.000Z : ami-0975e019034ed98fe - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:42.000Z : ami-050f1b6dae6e867ee - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:56.000Z : ami-0c0e2a321f1a53432 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:19.000Z : ami-0743a4fcee131f903 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:39.000Z : ami-0ddf15b3ca9cd6107 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:33.000Z : ami-0086eddb7f6cb8c4b - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:53.000Z : ami-03faf4851082b9519 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:43.000Z : ami-0c1d29d2a2ce86428 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:03.000Z : ami-07616dd632c6c52ab - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0a9ca21966f1fef9d - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:36.000Z : ami-06f2188035143d497 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:19.000Z : ami-0d28810bbfbd7d231 - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:39.000Z : ami-0316a869f1ccb1517 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:34.000Z : ami-0e6d0ec59650a6c2c - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:54.000Z : ami-00411d41bbd2fcbdb - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-063cf8abfaeb9234a - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:07.000Z : ami-0bd7afbf7fc40923e - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-03a6617d0e79c447b - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:36.000Z : ami-00bb5e2067bd77104 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:20.000Z : ami-0078a1acf20f544a2 - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:39.000Z : ami-0fecf7fe9c9982bc5 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:19.000Z : ami-09f7f24e34ca79c2c - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:37.000Z : ami-05e9b28cd7a9a2777 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:28.000Z : ami-0c1b32786da17ed20 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:46.000Z : ami-0a9f25aa074bc3d17 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:38.000Z : ami-0e4413978ea2b4d40 - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:49.000Z : ami-040f3409d768e916b - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-0b97d1563ef581430 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:44.000Z : ami-0e66dbdf8eb3e3378 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-05a3c2d26ab3b51a6 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:51.000Z : ami-0cb641cffffa6a228 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:13.000Z : ami-0592f1553ebeb84a5 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-0cfbdb3cbb81511e8 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:48.000Z : ami-03f7fc15d48bb93e3 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:17.000Z : ami-0110fb2cce88171ab - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:26.000Z : ami-07b09b8912c2914d2 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:42.000Z : ami-07e2e596058aef999 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:31.000Z : ami-07ba465888131e2b9 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:44.000Z : ami-06fd848bfaeb5483e - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:47.000Z : ami-025d87d1a9d63b89b - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:10.000Z : ami-0e7007c085aacea90 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-0e8e757d529935e5e - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:25.000Z : ami-0fdb7cdb4b1d3b1e9 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:56.000Z : ami-0291154c4fc07a4c0 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:21.000Z : ami-09340368b6d05e889 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:58.000Z : ami-0f8a010931d17d8a5 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:06.000Z : ami-02246f68bb9591199 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:57.000Z : ami-0aa931bf611f5ad6f - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-09daca5203c4f54da - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0c2c75b73c7acb9a5 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:52.000Z : ami-04880142ddc2f9b94 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:24.000Z : ami-0cdf295aac805e566 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:26.000Z : ami-095af31df7d1273c0 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:07.000Z : ami-0af807f171a0ec4ae - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:36.000Z : ami-0310a7e2f4def90c8 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-0052ab32c20b5c664 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:21.000Z : ami-062ae4c691592ebab - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-03cf02bb884ce7daa - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:59.000Z : ami-0b0b852f48d1b377d - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-02cc31272e08f7075 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:09.000Z : ami-01a02477406469059 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:32.000Z : ami-e197e40c - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:02.000Z : ami-67b8cb8a - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-5e4c3fb3 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:30.000Z : ami-374033da - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-92c0b07f - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:17.000Z : ami-19deaef4 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:38.000Z : ami-21b7c0cc - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:48.000Z : ami-53b2c5be - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-95433478 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:38.000Z : ami-8650276b - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:18.000Z : ami-d76b1c3a - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:21.000Z : ami-096f18e4 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:56.000Z : ami-0e7c11e3 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-9a650877 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-4c8de9a1 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:39.000Z : ami-f68ce81b - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:22.000Z : ami-f5f6228a - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:56.000Z : ami-cc62b7b3 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:30.000Z : ami-0168bd7e - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:43.000Z : ami-9c67b2e3 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-b01fd1cf - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:53.000Z : ami-4211df3d - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-54f53b2b - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-38f63847 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-235e925c - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:42.000Z : ami-c8468ab7 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:13.000Z : ami-2136fa5e - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:19.000Z : ami-d1468aae - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-f42be78b - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:51.000Z : ami-8434f8fb - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-7900cd06 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:34.000Z : ami-1b0bc664 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-cbae6bb4 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-fdad6882 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:36.000Z : ami-7f9c5900 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-3290554d - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:46.000Z : ami-2c915453 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:35.000Z : ami-b89653c7 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-ea778995 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-be07f9c1 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-c426d8bb - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:07.000Z : ami-ca27d9b5 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-5a906e25 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:40.000Z : ami-05946a7a - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-bc9866c3 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:11.000Z : ami-b49c62cb - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:27.000Z : ami-e9a35d96 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:49.000Z : ami-93a957ec - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-be23c8c1 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:20.000Z : ami-e523c89a - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:51.000Z : ami-3429c24b - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:05.000Z : ami-a72ac1d8 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:23.000Z : ami-a16d8cde - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:48.000Z : ami-556e8f2a - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-e46d8c9b - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:15.000Z : ami-656d8c1a - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:05.000Z : ami-7e10f601 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:14.000Z : ami-1c12f463 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:59.000Z : ami-8506e0fa - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:26.000Z : ami-4c05e333 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-bcdf3bc3 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:36.000Z : ami-add135d2 - Flatcar Linux alpha 1745.0.0 (HVM)
ap-northeast-2
2019-04-08T20:14:05.000Z : ami-08dd2ae2c88e1d2fe - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:48.000Z : ami-091c90ad41b413cb5 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:47.000Z : ami-0f3c1e585259eb6d3 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:32.000Z : ami-0fd69fd323b10cedc - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:49.000Z : ami-0d62b7789f5cf53a7 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:45.000Z : ami-07d0af2493ffacb98 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:35.000Z : ami-05d4979613c7e2a38 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:21.000Z : ami-0d4aa624c478748b4 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:59.000Z : ami-0683dd312d3314d39 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:28.000Z : ami-00fec504da3312f76 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:42.000Z : ami-03dda206eb3ed9107 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:19.000Z : ami-0df4ffe77129fa848 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:24.000Z : ami-0bcc2a78344e7e475 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:03.000Z : ami-0d2779e79169cd86f - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:15.000Z : ami-07c834c59d40402e8 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:22.000Z : ami-0058641071b16b9f0 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:37.000Z : ami-0d0a97582a95017da - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:23.000Z : ami-025d65bcd861ec3fb - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:17.000Z : ami-0b30c0456410fa197 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:31.000Z : ami-0b2bef1b68160381a - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:06.000Z : ami-063f606e1cf7737a1 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:35.000Z : ami-0e5fc92f55e50d4d1 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:52.000Z : ami-0606271fd8dd87ef4 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:07.000Z : ami-035b7fe8d0c4c4c6b - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:56.000Z : ami-0e0d26bb2799162b6 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:39.000Z : ami-0c8aa4791025b715d - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:53.000Z : ami-029e124adba2fbb6a - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:03.000Z : ami-007c15cd9d286d14c - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:37.000Z : ami-08f05cba369a54ac8 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:39.000Z : ami-0ba8888303a5f7c02 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:54.000Z : ami-0a58d62a25c39a33e - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:07.000Z : ami-0cc66a1ed1677642f - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:37.000Z : ami-000d8ab6874aefba8 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:39.000Z : ami-0981f1f3c84975574 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:38.000Z : ami-0c5d4543d4dd0b2e8 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:47.000Z : ami-0b69d4fef3fc70654 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:49.000Z : ami-0f9ffd17b4850917c - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:44.000Z : ami-06fdf2c507e2d657c - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:52.000Z : ami-0c4d648f6f69b2e37 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:21.000Z : ami-0c88a733d7201b0fb - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:18.000Z : ami-0abb0fe864303a319 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:43.000Z : ami-0c12fab0e5e1cec8b - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:44.000Z : ami-0609d0375a1fe30bb - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:47.000Z : ami-08b21a8c0e1e3d9dc - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:10.000Z : ami-0879302d6f792070f - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:47.000Z : ami-0aba2ec09dcf4a6e9 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:26.000Z : ami-0d166d6558101546a - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:57.000Z : ami-072b972a9d35dfc09 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:21.000Z : ami-06e7a8a3298ff0648 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:58.000Z : ami-09262a78e670c1b9f - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:07.000Z : ami-04ad3429af066d1ab - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:57.000Z : ami-040f874161422419c - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:04.000Z : ami-061a8fe89295afea2 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:09.000Z : ami-0d909218f00367661 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:53.000Z : ami-0a5804cb74841d1de - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:25.000Z : ami-070e142b0d3c12d56 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:26.000Z : ami-0e9c966025d5d89ee - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:07.000Z : ami-049f3b693c8e98d0a - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:37.000Z : ami-028940ed7def06f4f - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-09089511fe8901005 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:22.000Z : ami-0cb0b6127ebbc62b9 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-089ade185764d3210 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:59.000Z : ami-0d883ba743e33011e - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-0342e8ef91b575792 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:10.000Z : ami-0f3d51f58d6424edd - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:32.000Z : ami-0913a467 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:02.000Z : ami-c915a2a7 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:27.000Z : ami-fa15a294 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-9d289ff3 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-b42c9bda - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:18.000Z : ami-6e2c9b00 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:39.000Z : ami-da5fe8b4 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:49.000Z : ami-c251e6ac - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:01:00.000Z : ami-555ee93b - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:38.000Z : ami-7e5ee910 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:18.000Z : ami-fe53e490 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:22.000Z : ami-4553e42b - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:56.000Z : ami-1d01b573 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:46.000Z : ami-4805b126 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:37.000Z : ami-24a7134a - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:39.000Z : ami-28a71346 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:22.000Z : ami-a3e356cd - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:56.000Z : ami-1fef5a71 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:31.000Z : ami-b6e257d8 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:44.000Z : ami-c4ed58aa - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:43.000Z : ami-844fe5ea - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:53.000Z : ami-5c48e232 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:10.000Z : ami-3148e25f - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:09.000Z : ami-2648e248 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:15.000Z : ami-90872dfe - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:42.000Z : ami-76852f18 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:14.000Z : ami-d5862cbb - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:19.000Z : ami-e7852f89 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:25.000Z : ami-a9862cc7 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:51.000Z : ami-a4862cca - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-ecb91382 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:34.000Z : ami-bbbe14d5 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:16.000Z : ami-3d7fd453 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:28.000Z : ami-5c78d332 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:36.000Z : ami-a77bd0c9 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-a47bd0ca - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:46.000Z : ami-8464cfea - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:35.000Z : ami-d964cfb7 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:30.000Z : ami-79c86317 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:08.000Z : ami-77cf6419 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-d2f45fbc - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:08.000Z : ami-9dcb60f3 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-caf952a4 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:40.000Z : ami-f5f9529b - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:54.000Z : ami-44f9522a - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:12.000Z : ami-75f8531b - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:27.000Z : ami-4cfb5022 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:50.000Z : ami-14f9527a - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:52.000Z : ami-03e8406d - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:20.000Z : ami-2f16bf41 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:51.000Z : ami-9313bafd - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:06.000Z : ami-cd15bca3 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:24.000Z : ami-f5d8719b - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:48.000Z : ami-f0d8719e - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:48.000Z : ami-5dd97033 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:16.000Z : ami-3fda7351 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:06.000Z : ami-92fa53fc - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:15.000Z : ami-8ffa53e1 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:59.000Z : ami-79fd5417 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:26.000Z : ami-d4fb52ba - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-1406a87a - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:37.000Z : ami-2307a94d - Flatcar Linux alpha 1745.0.0 (HVM)
ap-south-1
2019-04-08T20:14:04.000Z : ami-0f49e306f3b9aa08a - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:47.000Z : ami-0dc96686dd2d0d110 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:46.000Z : ami-09b884378a7fb1a9c - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:30.000Z : ami-0c605e76ce5b2a94a - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:47.000Z : ami-0f9493a9c3674bebb - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:43.000Z : ami-0b51290c82bd33234 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:34.000Z : ami-03babbd454bc79d8b - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:19.000Z : ami-0f743d188cd4cf3fa - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:57.000Z : ami-0e6983185114634df - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:27.000Z : ami-0458684451cfa8a9f - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:41.000Z : ami-0518175510d950298 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:18.000Z : ami-0a51a999327ae7661 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:21.000Z : ami-029309f1fa3bb2419 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:02.000Z : ami-03bf7c3a2173b4d5e - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-0650203d86befdbc0 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-0c446037d3974411f - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:35.000Z : ami-05d98670530d15d97 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:21.000Z : ami-0096facfa4a7ef9e0 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:15.000Z : ami-064f724067f227309 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:29.000Z : ami-00f0aaecd25ca354f - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:05.000Z : ami-0197922d0ce523e29 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-00e75249993b19e5d - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:50.000Z : ami-048cfb302c8765209 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:06.000Z : ami-04f90cd1d35bfce02 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:54.000Z : ami-0f52bdbbd8a232367 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:38.000Z : ami-0ea5428af144eb19c - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-0d8ebcae8b879cb88 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-0a5c7579cc8753aba - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:35.000Z : ami-070ac8191e41b04f7 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:38.000Z : ami-022bc621c2ffa9ffc - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:53.000Z : ami-02d071bf9eb3321ff - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-056defb18ae7d9b94 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:35.000Z : ami-0face23aff40cd706 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:38.000Z : ami-00bf74bb719ff43b0 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:36.000Z : ami-0ff09f183b703d2c4 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:45.000Z : ami-03f11f2e0ca6b0907 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:48.000Z : ami-040ce7475458b243c - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:42.000Z : ami-02527d30e12e704b8 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:50.000Z : ami-0316ecb9f07af014a - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:19.000Z : ami-050b44c484c175113 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:16.000Z : ami-0fe9ff2ca989ef3ec - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:41.000Z : ami-076b0c37d07478f76 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:43.000Z : ami-056e80d036ec29192 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-01e1829bf8f63495e - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-0d2f7e2d86851a9dd - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-04aa150d190821808 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0a213fe23e907a497 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-0898bede1462f1971 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:19.000Z : ami-0888ca5fc4f0eea14 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-07e020503d2c39ddc - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-05fdc179e94ff0876 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:56.000Z : ami-0b7d0fd47f1b450c9 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-08d4281f48c51c814 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-04bac9cec72c3e5da - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-0563a086e77eceee5 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-057899b06bb779c19 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-0611f2d30a2321f73 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:06.000Z : ami-01a84ac3c84382714 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0deb143d5430cd319 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-0d61bed08afb27187 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-0398bd6914363258b - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-0adaf6ac63f94ac92 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:57.000Z : ami-0d7e9cf3396ea106a - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-0105e47795c9b7577 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-09a3f9baddd32127f - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-97cbf6f8 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-64d8e50b - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:25.000Z : ami-7fdee310 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:28.000Z : ami-a7dee3c8 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-5cf0cd33 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-e0f1cc8f - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:37.000Z : ami-5ad6e435 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-7cd1e313 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-edefdd82 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:36.000Z : ami-a6e2d0c9 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:16.000Z : ami-4cfac823 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-55fac83a - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-1cbc8d73 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:44.000Z : ami-55b7863a - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:35.000Z : ami-b7b780d8 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:37.000Z : ami-73cbfc1c - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-62a08a0d - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-80c0eaef - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-d0cce6bf - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-3ccce653 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-f033189f - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:51.000Z : ami-0d391262 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-53557e3c - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:07.000Z : ami-bf2902d0 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-c8a38ba7 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:40.000Z : ami-b9a38bd6 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:12.000Z : ami-e3a28a8c - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-46a18929 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-fdac8492 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-dbab83b4 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:06.000Z : ami-d5163eba - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:32.000Z : ami-bfe9c1d0 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-970c22f8 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-a30a24cc - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:34.000Z : ami-47381628 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-7e391711 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-973618f8 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-c83917a7 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-95210efa - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:06.000Z : ami-62220d0d - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-f9280796 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-2b270844 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:11.000Z : ami-fa4b6495 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-c44c63ab - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-aa4b64c5 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-5f4d6230 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-be4c63d1 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-144f607b - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-3a96b555 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:18.000Z : ami-9990b3f6 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:49.000Z : ami-7c91b213 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-3290b35d - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-9bf7d6f4 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-fef4d591 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-b8f6d7d7 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:14.000Z : ami-2df6d742 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-8b3110e4 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-bc3110d3 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-5c280933 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-472b0a28 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-85bb9dea - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:35.000Z : ami-9aba9cf5 - Flatcar Linux alpha 1745.0.0 (HVM)
ap-southeast-1
2019-04-08T20:24:41.000Z : ami-03bff097db65b443c - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:04.000Z : ami-0f0ceca6ba2c29e0c - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-0213aedf9f3f6644a - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:48.000Z : ami-06708e17c71122d2e - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:26.000Z : ami-0fae18cf3c4cff4b7 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:46.000Z : ami-011de446b41cefb0e - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-00b3f575d42bf6028 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-073ad884b66798f8b - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:59.000Z : ami-0f46c338c18058872 - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-0ad13e9d361dfc221 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:22.000Z : ami-0b6e17ba1e269c241 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:44.000Z : ami-0ccd2499ade2e3b12 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:44.000Z : ami-089db497e8bd93acf - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:34.000Z : ami-091562c7aef7277d7 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:05.000Z : ami-041002d807303a977 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:20.000Z : ami-01a8fe28707fdcd89 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:17:43.000Z : ami-0abe8ace95da47e2d - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-0c93963a8d7858bf9 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:07.000Z : ami-0ae64faa573137c8f - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:27.000Z : ami-07bc99965a82558c6 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-0d8339c94fa2200bc - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:41.000Z : ami-09d8911bf217b325e - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:29.000Z : ami-09ea2a01ec877a3d5 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:18.000Z : ami-09dd34eb45c9130d5 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:08.000Z : ami-09cb768529381f392 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:22.000Z : ami-0bca251c835c11dbd - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:47.000Z : ami-0e114846f4bfb2f3e - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:02.000Z : ami-058590fcfd5a7e0fc - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-04cb8eca73766349b - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:08.000Z : ami-08a9e40940f89311a - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:14.000Z : ami-05ad3b6dfc7c7af0e - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-01f2c49ba081d202a - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-03c17dc5ef7973455 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:36.000Z : ami-06eb85396899ac9da - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:02.000Z : ami-02cc3d2457e8002d8 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:22.000Z : ami-045d17759ab880d10 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:55.000Z : ami-02cdb491bee26944c - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-04828b031059716a1 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:43.000Z : ami-0f2a4fd28df64a3ab - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:29.000Z : ami-0667f1bc2a810a8d8 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-0685e795d124c3149 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:05.000Z : ami-0c67a46bcddfefb68 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:14.000Z : ami-0a55349caece9f47e - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:34.000Z : ami-085da489813489c1f - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-0e00386d0e5e55b90 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:51.000Z : ami-098049e85449781fd - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:48.000Z : ami-0601da3d368d66859 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:06.000Z : ami-0c260890c86c66905 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:41.000Z : ami-0bd0bfc54675f912c - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:55.000Z : ami-02f9c1cdb7099b5e9 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:18.000Z : ami-02fc2da5dba5404d2 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:38.000Z : ami-05cf78c7f9b17b97f - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:32.000Z : ami-0cc55bf3d46f8055f - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:52.000Z : ami-029447e8eb03a01bc - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0e12c35aa4f8d7544 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-02ba2fab6fe135345 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0bf2ee3b4e8dc04a3 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:36.000Z : ami-0102295aa83723ffd - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:17.000Z : ami-05f30eb104f1689ef - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:38.000Z : ami-056a380adc24a9c03 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:33.000Z : ami-03d61a40bdbb6c926 - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:53.000Z : ami-0f35b79282a8cef1c - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-0fa44fe7ae69b116c - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:06.000Z : ami-01f945d4a15bdd835 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-0fa7517188f37b6a4 - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:35.000Z : ami-03d29aa10df070bae - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:20.000Z : ami-088ca6404ad3c2c6e - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:38.000Z : ami-042518441b9763cf0 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-01e0c5c89447319d2 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:36.000Z : ami-07fe77999702122fe - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:27.000Z : ami-03bbcb51add9b3f98 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:46.000Z : ami-0eaa3559e449bfdee - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:37.000Z : ami-0bd29dce3416c325c - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:48.000Z : ami-0382fab139ac25426 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-0e3daadee6a3ed89e - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:43.000Z : ami-00e5d258e5adf1453 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-0cb69d141fff86056 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:50.000Z : ami-04839c330ec27e66e - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:12.000Z : ami-0ac540bc3a06e797f - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-0deb6f63a14264cad - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:47.000Z : ami-0862205fe32879af4 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:16.000Z : ami-0f5a3cb8edb60ec2f - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:25.000Z : ami-0a81420a785a6eba7 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:42.000Z : ami-02c78a6a6a8805ffc - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:30.000Z : ami-0495262259ed20d83 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:43.000Z : ami-0aa2136a11f59eb2d - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-03ac24c2d07446130 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:09.000Z : ami-0c82939cff3dd8c9f - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-069b6fffe6c992edf - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0ae129606be1f13ef - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-0f08180b7faa5dae8 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:20.000Z : ami-0e27c159298bd8861 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-0aef6f8caf8d968f3 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-0729ed203a6f064a3 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:56.000Z : ami-0c2f46b99da32eddc - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-067b7415fbbbc722f - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0914865c6768592fc - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:52.000Z : ami-08a7cf7888174b4f1 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-0f8b249ed84d0a474 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-0631e5fea9a27b5de - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:06.000Z : ami-08d43e320869deb1a - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0e361f4f19b3fc78a - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-0ea69a0bbdbb48851 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:21.000Z : ami-0ea16d04b481d714c - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-0ec211b64a4a8fdc8 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:58.000Z : ami-08074821c9e91ca1f - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-095e8ac149b4a3869 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:09.000Z : ami-020b6c872ef5b314f - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-e62e6d0c - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-dffcbc35 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-6f014285 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-46fabaac - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-cec98924 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-29c787c3 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:37.000Z : ami-7dca8c97 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-b4c3855e - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-cfc78125 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-79afe993 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:17.000Z : ami-6895d382 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-e39cda09 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-24b7cfce - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-8897ef62 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-18b0ccf2 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:38.000Z : ami-67bec28d - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-a42f2cd8 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-28777454 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:30.000Z : ami-817172fd - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-1a717266 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-f9787e85 - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:52.000Z : ami-a47c7ad8 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-98484ee4 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-a54f49d9 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-1c464160 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-0cb8bc70 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:12.000Z : ami-1cb8bc60 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:18.000Z : ami-deb9bda2 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-dda9ada1 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-54aeaa28 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-bb0a0ec7 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:33.000Z : ami-760f0b0a - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-a8447dd4 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-08407974 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:35.000Z : ami-3258614e - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-6359601f - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:45.000Z : ami-0e675e72 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:34.000Z : ami-c7675ebb - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-21d2ee5d - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-f3d5e98f - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-21dee25d - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:07.000Z : ami-eae2de96 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-993b07e5 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:39.000Z : ami-873b07fb - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-373b074b - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:11.000Z : ami-b43804c8 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-8c3e02f0 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-c0437fbc - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-39093d45 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:19.000Z : ami-630f3b1f - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:50.000Z : ami-18003464 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:05.000Z : ami-f4013588 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:23.000Z : ami-7eefc102 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-e9eec095 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:39:47.000Z : ami-e8eec094 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:14.000Z : ami-48133d34 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-4ed9f632 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:14.000Z : ami-d7d9f6ab - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-2fcae553 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:25.000Z : ami-35c9e649 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-f9022e85 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:35.000Z : ami-c0002cbc - Flatcar Linux alpha 1745.0.0 (HVM)
ap-southeast-2
2019-04-08T20:24:42.000Z : ami-0ec4d3b06ca93f4f9 - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:06.000Z : ami-07f89f88987ddd5ef - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-08281e280a54dba26 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:49.000Z : ami-0e015b554b3b8994e - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:27.000Z : ami-0b7492d0a67a27bf0 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:47.000Z : ami-0ec9119f2352b66fa - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-0943cf57ccc96eecb - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-00f886aafe999e268 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:50:00.000Z : ami-068983c46de543e98 - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:49.000Z : ami-00ba657f1f644ed48 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:23.000Z : ami-07fd31be5381b7549 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:44.000Z : ami-0ef96a421957eb72c - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:45.000Z : ami-037811d9e90baadd7 - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:35.000Z : ami-0de9b6f78e958cf61 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:06.000Z : ami-0d05e4852f219c5c6 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:20.000Z : ami-0c3271dbbc27acbfc - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:43.000Z : ami-044e7374bbda2b562 - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:59.000Z : ami-0144b636a1752c93d - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:08.000Z : ami-0457e97f5225f53c7 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:28.000Z : ami-0ce99efd990e3da7a - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-08975cff0314fd200 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:42.000Z : ami-0db09bb57ae5640c8 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:29.000Z : ami-0191eb42f8870bd97 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:19.000Z : ami-02652f52437c1f127 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:08.000Z : ami-0b560071998d2662e - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:23.000Z : ami-06630946af856bcfc - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:48.000Z : ami-04df2d6ff8e80dea0 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:03.000Z : ami-0b9d190cbd782375c - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-0104f7cc214756c87 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:08.000Z : ami-0ed20f0ea90fc5e7b - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:15.000Z : ami-006eb6d922d06bb56 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:22.000Z : ami-0246d5a10c363d7c1 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-09a1454aad2112271 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:37.000Z : ami-07f614a83076f5f05 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:02.000Z : ami-042610d7ce8ef81d2 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:23.000Z : ami-0137b90fb6f123137 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:57.000Z : ami-0a81efd8c7fa97704 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:17.000Z : ami-08cafd0a314174d46 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:44.000Z : ami-02edcdafa2193f135 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:31.000Z : ami-08e39c014a9b60b7e - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:46.000Z : ami-02b69cc289ca2dd19 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:06.000Z : ami-0e10d6f06b111450e - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:15.000Z : ami-06f1f4ff95ad3857d - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:35.000Z : ami-07a5642314cee2706 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:32.000Z : ami-000acac5c223e295b - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:52.000Z : ami-0419b9544c4fafc74 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:49.000Z : ami-080474c47c32d2d48 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:07.000Z : ami-082b9027f84b59354 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:41.000Z : ami-041f07623dd2e8b8a - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:56.000Z : ami-0b40519ead60937e5 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:19.000Z : ami-0fe7b5196cc87b5f0 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:39.000Z : ami-011260da718f3482e - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:33.000Z : ami-01432c21cd13da81c - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:53.000Z : ami-00605561ad1e044ed - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:43.000Z : ami-0f23cf0a3dc4455cc - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:03.000Z : ami-02482c22fe4dff042 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-02a195227352ff1af - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:37.000Z : ami-0bb6619b161e87519 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:19.000Z : ami-0061271e8f3b8f37d - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:39.000Z : ami-0efdf0417e791f7ad - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:34.000Z : ami-088b8d0f968e5080f - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:54.000Z : ami-0a4f0c8275319b6ca - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:47.000Z : ami-0df6c5cb7b5cd7e36 - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:07.000Z : ami-0e5557470152ef382 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-000b9ca013167ccfc - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:36.000Z : ami-074c5aae02528b437 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:21.000Z : ami-0541746dcc4d9598a - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:39.000Z : ami-0327d5681ce16c2cf - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:19.000Z : ami-0c71e9c496a785630 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:37.000Z : ami-0ee937d78280badd5 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:28.000Z : ami-0c5b1e2d9286d349d - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:47.000Z : ami-09a76499dbfa769f7 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:38.000Z : ami-0a107c5a23c1b01ae - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:49.000Z : ami-0dede4778858af7d4 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-0025161c1e1a59176 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:44.000Z : ami-0360fab8812ec6680 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-07921e1cefe2de012 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:52.000Z : ami-050cfe127d58ca1b3 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:13.000Z : ami-006704cd14f038cf5 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:21.000Z : ami-09793ea457cab897f - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:48.000Z : ami-0d9044f782f8f4447 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:17.000Z : ami-00ee651f11494cd35 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:26.000Z : ami-027934153a096d637 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:43.000Z : ami-0ad4a18ff93cf0576 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:31.000Z : ami-08341aa24a200f9cb - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:44.000Z : ami-0733d284ae64c1c91 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:47.000Z : ami-009c94f186365074b - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:10.000Z : ami-0091fff8f45a5216b - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:47.000Z : ami-09b824b5c64fb67c3 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:25.000Z : ami-03f0b39491c65c7bc - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:57.000Z : ami-0c4c76edab06af615 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:21.000Z : ami-03749144125a463a1 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:59.000Z : ami-0608a84c0750511ec - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:07.000Z : ami-0f95c6ed4cb79da20 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:57.000Z : ami-0b7e62405beba097c - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:04.000Z : ami-0f80ab3555a6620b0 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:09.000Z : ami-0648bfb734814b6f5 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:53.000Z : ami-08452bc12ea083311 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:25.000Z : ami-02624a80ec70f7f67 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:26.000Z : ami-0eb81aa28eaf64ec8 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:07.000Z : ami-0bd02df9d192b480f - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:37.000Z : ami-0d74ca0e1e666b0e5 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-8609a9e4 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:22.000Z : ami-f312b291 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-9404a4f6 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:59.000Z : ami-8c04a4ee - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-da05a5b8 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:10.000Z : ami-bf3e9edd - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:32.000Z : ami-be8928dc - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:03.000Z : ami-c2b617a0 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:27.000Z : ami-08b5146a - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:30.000Z : ami-3fb2135d - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-f6a40594 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:17.000Z : ami-02a40560 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:38.000Z : ami-e08e2882 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:48.000Z : ami-368f2954 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:01:00.000Z : ami-53bd1b31 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:38.000Z : ami-37a30555 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:18.000Z : ami-12df7970 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:21.000Z : ami-c5b711a7 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:56.000Z : ami-455aff27 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:46.000Z : ami-a9288dcb - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:37.000Z : ami-616ab103 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:39.000Z : ami-ab6ab1c9 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:22.000Z : ami-09dc056b - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:56.000Z : ami-1fbe677d - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:30.000Z : ami-f4875e96 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:44.000Z : ami-a1b960c3 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:43.000Z : ami-3c49965e - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:53.000Z : ami-bf548bdd - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:09.000Z : ami-312ff053 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:09.000Z : ami-db2ef1b9 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:15.000Z : ami-8daf70ef - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:42.000Z : ami-33af7051 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:13.000Z : ami-9ac01df8 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:19.000Z : ami-c9af70ab - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-81b768e3 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:51.000Z : ami-03b66961 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-1474a876 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:34.000Z : ami-4174a823 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:16.000Z : ami-d025f7b2 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:28.000Z : ami-8e20f2ec - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:36.000Z : ami-af35e7cd - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:37.000Z : ami-c13ae8a3 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:46.000Z : ami-783be91a - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:35.000Z : ami-fc35e79e - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:30.000Z : ami-ff1ac99d - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:08.000Z : ami-4e19ca2c - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-5c1ac93e - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:08.000Z : ami-969e4df4 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-e8ce1d8a - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:40.000Z : ami-02cc1f60 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:54.000Z : ami-ed32e28f - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:12.000Z : ami-75cc1f17 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:28.000Z : ami-facf1c98 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:49.000Z : ami-6cce1d0e - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-ab7aadc9 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:20.000Z : ami-3f79ae5d - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:51.000Z : ami-e77cab85 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:05.000Z : ami-5a79ae38 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:23.000Z : ami-28c6134a - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:48.000Z : ami-a8c510ca - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-9bc510f9 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:16.000Z : ami-62c31600 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:06.000Z : ami-8764aee5 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:15.000Z : ami-c765afa5 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:59.000Z : ami-da6da7b8 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:26.000Z : ami-8d6fa5ef - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-03e02a61 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:36.000Z : ami-b4ec26d6 - Flatcar Linux alpha 1745.0.0 (HVM)
ca-central-1
2019-04-08T20:14:04.000Z : ami-0a2593a8ed5a8caa7 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:47.000Z : ami-048fba3c74900bdd9 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:46.000Z : ami-03e5b0c6f3509e4d5 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:30.000Z : ami-0b80caee7d0dcebef - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:47.000Z : ami-0e0f99f547bd63321 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:43.000Z : ami-07860e26d190e799a - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:34.000Z : ami-0b9ef86d5ffd2d615 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:19.000Z : ami-08e6e59f76e6802af - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:57.000Z : ami-097249fb9d361de99 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:26.000Z : ami-067f25cc68555510d - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:40.000Z : ami-037030f7d9ca1a8d2 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:18.000Z : ami-0900c9a7301aea20f - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:22.000Z : ami-0a2af2879ce0ea642 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:02.000Z : ami-02edf8ee099d6945b - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-09076859372ef9b66 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-02ba4a618740dd686 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:35.000Z : ami-0cf6cbd747743d50b - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:21.000Z : ami-095a58d5b077f078a - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:15.000Z : ami-09b60eb61827536b1 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:29.000Z : ami-0f5efbb05ecfb1c45 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:05.000Z : ami-0797f6fd6eb606c29 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-0784dc5db7155c98c - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:50.000Z : ami-0109b9143d920078e - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:06.000Z : ami-088f84cfacb760fdc - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:54.000Z : ami-0f08a36c8c1044e2a - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:37.000Z : ami-0eb53e819e2cb5d2c - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-08b9f6c8cb65752c5 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-0ed4a2cc9a3fcde98 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:35.000Z : ami-01b2729e87ebadf8f - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:38.000Z : ami-05429220b6a40e98b - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:53.000Z : ami-0229964ffae97efe5 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-0e8d98f2d3138dc78 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:35.000Z : ami-02928f4ef8704b549 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:37.000Z : ami-025ae75b181c666c1 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:36.000Z : ami-06294903174dc116d - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:45.000Z : ami-0eb60d297af1e31ca - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:48.000Z : ami-0afcc91e96da44154 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:42.000Z : ami-05899d869782bd3d0 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:50.000Z : ami-0c88e06da00658d8c - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:19.000Z : ami-0d6a382cdad3fd031 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:16.000Z : ami-01dfed773557f2a60 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:41.000Z : ami-00423148d7cbdd0a8 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:43.000Z : ami-0e107a27b708f0e65 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-0ff0e14d85bc91c82 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-0275ee39beb9b4f1a - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-09c3eea07383d550d - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0e7f2a26b4d0e070d - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-0e3e5791b53786e5d - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:19.000Z : ami-0647dd8fef1987e6c - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-0e7d5da359413a9cd - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-08578ce915918edce - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:55.000Z : ami-08c47c425c8a8a360 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:02.000Z : ami-07f3839c24e21c45c - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0a3b29fa8514c7452 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-064b7bb60ce5ad5d9 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-0968b4a6d52fa8cd0 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-0a076406efb2a995a - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-0f5424715b7a85944 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0f6d3bb2a1e60953a - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-4a0e832e - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-8972ffed - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-5777fa33 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:57.000Z : ami-b261ecd6 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-b161ecd5 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-e171fc85 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-3343ce57 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-5142cf35 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:25.000Z : ami-505bd634 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-555bd631 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-9358d5f7 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-1558d571 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:36.000Z : ami-abba37cf - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-a1b439c5 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-68b9340c - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-b3b835d7 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:16.000Z : ami-8cbe33e8 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:21.000Z : ami-e8bf328c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-2edd504a - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:44.000Z : ami-e7c24f83 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:35.000Z : ami-677af803 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:37.000Z : ami-267af842 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-d3e163b7 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-e8de5c8c - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-acdf5dc8 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-56dd5f32 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-ee15968a - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:51.000Z : ami-121b9876 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-db1192bf - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:07.000Z : ami-b71291d3 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-ad7efdc9 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-767ffc12 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-fe79fa9a - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-dc7ffcb8 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-687efd0c - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-2178fb45 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:06.000Z : ami-9c6eedf8 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:32.000Z : ami-956eedf1 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-73820117 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-6c820108 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:34.000Z : ami-f5ff7c91 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:35.000Z : ami-acfd7ec8 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-31fc7f55 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-2cfc7f48 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-c0ce4da4 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:06.000Z : ami-7fcd4e1b - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-20cf4c44 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-fec84b9a - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:11.000Z : ami-c6c645a2 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-f2c04396 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-5bc0433f - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-afc645cb - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-4fc5462b - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-19c7447d - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-0c981868 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:18.000Z : ami-a79818c3 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:49.000Z : ami-c29717a6 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-c39717a7 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-5a24a53e - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-7e22a31a - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-5225a436 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:14.000Z : ami-f022a394 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-1f12937b - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-da0e8fbe - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-73119017 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-71119015 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:06.000Z : ami-0478f960 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-6955d40d - Flatcar Linux alpha 1745.0.0 (HVM)
eu-central-1
2019-04-08T20:14:02.000Z : ami-09318cd8b8269ffea - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:02.000Z : ami-028d0af1242a0fe65 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:45.000Z : ami-0fcf09694dbc46c40 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-26T10:15:45.000Z : ami-0a7d6ca037818f162 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-25T22:23:44.000Z : ami-0dc154ed488053868 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:43.000Z : ami-09dded483ffb7fd36 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:28.000Z : ami-05c7600fa1d912e7b - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-15T15:28:28.000Z : ami-02540e84b1b3c576f - Flatcar Linux edge 2079.99.0 (PV)
2019-03-12T08:28:45.000Z : ami-0f4bf7ae3df3e2119 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T08:28:45.000Z : ami-0822d61826bf4fa5f - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T04:42:41.000Z : ami-0ac504e9f4c3f6d99 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T04:42:41.000Z : ami-0719039828d33dc8a - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T02:02:32.000Z : ami-07da28c021199c75e - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-12T02:02:32.000Z : ami-02bf13ad3615dca7b - Flatcar Linux stable 2023.5.0 (PV)
2019-03-01T23:18:17.000Z : ami-05cbabb4ffafec714 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:17.000Z : ami-0068a27aaf8927e7c - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:55.000Z : ami-0f04d5fa6bdb5ff2c - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-27T18:05:55.000Z : ami-04383091222627dfe - Flatcar Linux edge 2051.99.1 (PV)
2019-02-26T12:59:25.000Z : ami-05f9065aa8abc49d6 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:24.000Z : ami-0ccdc9010fad3052d - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:39.000Z : ami-0e67c5290c20780bd - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:38.000Z : ami-0987c03ca6ca2ee86 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:16.000Z : ami-0ee6b215c8f29a704 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:16.000Z : ami-08192baca3cdd6ef8 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:20.000Z : ami-025028576d8aea95f - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:19.000Z : ami-09ff472b03bca826a - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:00.000Z : ami-0fdaca3e79deaeb6b - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:13:59.000Z : ami-0ef859f15322d6faa - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:12.000Z : ami-08345d5731507b5fe - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:23:11.000Z : ami-0716f6bed7683c7ea - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:18.000Z : ami-06f35bbed2827a1b6 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-13T01:21:18.000Z : ami-04e8cb3d0339be45c - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-12T22:06:33.000Z : ami-0c6c188a9114ba008 - Flatcar Linux stable 1967.5.0 (HVM)
2019-02-12T22:06:33.000Z : ami-07ae106659c9ce782 - Flatcar Linux stable 1967.5.0 (PV)
2019-01-30T12:40:19.000Z : ami-053414b0ff8724deb - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:19.000Z : ami-0410408aaa2146deb - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:13.000Z : ami-08241c8206ea01e95 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T22:13:13.000Z : ami-04a20b6684a667df0 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T20:18:27.000Z : ami-0d6ab5def727ba0d1 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-29T20:18:27.000Z : ami-0b63471b29dee3138 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-25T21:31:03.000Z : ami-0bd7fb65be35e5b4e - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-25T21:31:03.000Z : ami-092ffd11fb118c624 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-18T12:00:31.000Z : ami-0e3179aaf14189e0f - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:31.000Z : ami-065ea4ad6e87c447b - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:48.000Z : ami-0d7184357b0186f5e - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:48.000Z : ami-070fea99cb0732afc - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:04.000Z : ami-0a97578d386f5fef3 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T18:34:04.000Z : ami-0014ac7281618daa1 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T04:00:52.000Z : ami-08094eca45b310901 - Flatcar Linux alpha 2016.0.0 (HVM)
2019-01-17T04:00:52.000Z : ami-046c2aed431645744 - Flatcar Linux alpha 2016.0.0 (PV)
2018-12-20T01:54:35.000Z : ami-04f5b100fe7af2cd4 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:35.000Z : ami-0496084a6d6b231f7 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:49.000Z : ami-0fba1b8024ab666ea - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T17:17:49.000Z : ami-0777d626676db76c7 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T08:33:59.000Z : ami-0b0127f38c767e5b1 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-18T08:33:59.000Z : ami-04757f917ee8cd1a4 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-05T10:47:33.000Z : ami-0d7c7ebe8998162d9 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-05T10:47:33.000Z : ami-0330aa7a545e240ea - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-04T20:09:36.000Z : ami-0b221b968899ae407 - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:35.000Z : ami-0065acab1d1bf55ce - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:51.000Z : ami-08d566274a1da04a8 - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:50.000Z : ami-0a03b13a5464911c9 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:03.000Z : ami-08da4e24dc79c1f53 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T17:50:03.000Z : ami-06b5d62282b0d488a - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T09:07:33.000Z : ami-0079bfbabc6fedbee - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:32.000Z : ami-02e7ea146f62ec4f2 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:35.000Z : ami-0f2cf2c358191d469 - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:35.000Z : ami-0d812fd636cf394c5 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:34.000Z : ami-0630ebdbe5d4068f5 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:33.000Z : ami-0db06ab98b4276374 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:42.000Z : ami-086c4a760a5890cda - Flatcar Linux stable 1911.3.0 (HVM)
2018-11-07T00:15:42.000Z : ami-00c05258a3396fc62 - Flatcar Linux stable 1911.3.0 (PV)
2018-10-26T08:44:45.000Z : ami-081f2f09742877aed - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:45.000Z : ami-01f19f1bf756feaaa - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:40.000Z : ami-0fae9d5cc1a2a2828 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-25T00:56:40.000Z : ami-02a62dadc99384a6a - Flatcar Linux beta 1911.2.0 (PV)
2018-10-24T21:23:48.000Z : ami-0e23fbbb8156fa654 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:47.000Z : ami-099b6460b3ab10368 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:17.000Z : ami-0c9c91a6fec493dbe - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T18:59:17.000Z : ami-027625fb9bb45c342 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T12:50:14.000Z : ami-0167f51276c9608d6 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:13.000Z : ami-033613ca26f1e77c9 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:39.000Z : ami-0a4b3232a90e2690e - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:39.000Z : ami-0939b06f65de3acf4 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:40.000Z : ami-0b3cc6cbacd5e9748 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-10-01T11:54:40.000Z : ami-068cddffe018b48ad - Flatcar Linux alpha 1911.0.2 (PV)
2018-09-14T10:56:06.000Z : ami-09f89705e582d27f5 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T10:56:06.000Z : ami-0711c351671290a03 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-13T16:39:53.000Z : ami-0b5df95188309445d - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T16:39:53.000Z : ami-0285def2707081d34 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T15:59:17.000Z : ami-0eaad68c19f093796 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-13T15:59:17.000Z : ami-009f0651f3daf5905 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-05T00:52:03.000Z : ami-06f5ce1965d65bf46 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:03.000Z : ami-029ee8dc09f44c755 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:29:00.000Z : ami-0aac25a673afcd032 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:28:59.000Z : ami-08bc74beee431f53b - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T06:35:21.000Z : ami-00c6f292b97bbaa4d - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:20.000Z : ami-08fc207b9835a2a0a - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:23.000Z : ami-08d16299f468479d4 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:25:22.000Z : ami-0bba9b96ad9b885cc - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:09:33.000Z : ami-0520f1ceb9630b3da - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:33.000Z : ami-01af15f085a08103b - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:30:18.000Z : ami-0f246ef4d27ef824b - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-08T02:30:18.000Z : ami-0a516e5e3892507dd - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-07T19:05:55.000Z : ami-0d0fe018dda829808 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T19:05:55.000Z : ami-03fec608b014df35c - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T18:41:06.000Z : ami-05fcb6f2d529f2160 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:06.000Z : ami-03af2579ee5025448 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T01:16:59.000Z : ami-be6f6355 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:16:59.000Z : ami-b8696553 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:11:26.000Z : ami-215955ca - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T23:11:26.000Z : ami-035f53e8 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T15:05:14.000Z : ami-35a6abde - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-30T15:05:14.000Z : ami-34a6abdf - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-26T09:01:45.000Z : ami-302123db - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:44.000Z : ami-b127255a - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T00:52:34.000Z : ami-e77e7c0c - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-26T00:52:34.000Z : ami-e07e7c0b - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-25T21:48:18.000Z : ami-b86e6c53 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:17.000Z : ami-67686a8c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:06:42.000Z : ami-582c2bb3 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:42.000Z : ami-075b5cec - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:41:35.000Z : ami-b882b953 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-07-05T03:41:35.000Z : ami-6281ba89 - Flatcar Linux alpha 1828.0.0 (PV)
2018-06-21T19:03:53.000Z : ami-d2c9f539 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:52.000Z : ami-fdc9f516 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T18:45:40.000Z : ami-c3cff328 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-21T18:45:40.000Z : ami-c0cff32b - Flatcar Linux beta 1800.2.0 (PV)
2018-06-15T13:21:49.000Z : ami-ba576551 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T13:21:49.000Z : ami-a05b694b - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T03:31:05.000Z : ami-b87b4953 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-15T03:31:05.000Z : ami-6e7a4885 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-13T01:28:38.000Z : ami-5b6e5db0 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:38.000Z : ami-586e5db3 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:09:15.000Z : ami-5b6f5cb0 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-13T01:09:15.000Z : ami-5a6f5cb1 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-12T21:38:48.000Z : ami-2fb585c4 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-12T21:38:48.000Z : ami-058cbcee - Flatcar Linux stable 1745.6.0 (PV)
2018-06-11T17:06:30.000Z : ami-af003044 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-11T17:06:30.000Z : ami-531e2eb8 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-01T02:21:32.000Z : ami-31390dda - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T02:21:32.000Z : ami-033f0be8 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:06:42.000Z : ami-3c380cd7 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T02:06:42.000Z : ami-193e0af2 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T01:47:31.000Z : ami-d2310539 - Flatcar Linux stable 1745.5.0 (HVM)
2018-06-01T01:47:31.000Z : ami-8632066d - Flatcar Linux stable 1745.5.0 (PV)
2018-05-26T18:57:04.000Z : ami-de4e6435 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T18:57:04.000Z : ami-544963bf - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T17:16:04.000Z : ami-4f4b61a4 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:04.000Z : ami-4e4b61a5 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:26:36.000Z : ami-f6a48f1d - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:26:36.000Z : ami-f1a48f1a - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:00:08.000Z : ami-b2a58e59 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T21:00:08.000Z : ami-b1bb905a - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T20:26:46.000Z : ami-4aa18aa1 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:46.000Z : ami-2da68dc6 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T22:59:16.000Z : ami-7e1a3795 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T22:59:16.000Z : ami-6114398a - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T21:47:02.000Z : ami-87002d6c - Flatcar Linux alpha 1772.0.0 (HVM)
2018-05-09T21:47:02.000Z : ami-461d30ad - Flatcar Linux alpha 1772.0.0 (PV)
2018-04-27T16:39:45.000Z : ami-96a5837d - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:45.000Z : ami-0da284e6 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:29:12.000Z : ami-b8a28453 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-27T16:29:12.000Z : ami-42a781a9 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-26T03:11:11.000Z : ami-144b6dff - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:11.000Z : ami-0d5472e6 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:44:22.000Z : ami-717b5d9a - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:22.000Z : ami-707b5d9b - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T14:59:33.000Z : ami-927e5979 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:33.000Z : ami-117e59fa - Flatcar Linux alpha 1745.0.0 (HVM)
eu-north-1
eu-west-1
2019-04-08T20:24:39.000Z : ami-02270dbe3c5d4bef3 - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:03.000Z : ami-00676568067684a5e - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:32.000Z : ami-0bd18dbb30656f8ce - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:46.000Z : ami-08eb5c816715274f8 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:25.000Z : ami-04699ea8abd774661 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:45.000Z : ami-0ad357aea008ed7e7 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:10.000Z : ami-013be76d482aa4f40 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:29.000Z : ami-0a6617dee74a359c1 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:58.000Z : ami-091e10e27bb7c97a8 - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:46.000Z : ami-0fb05e2d5d78d5bd2 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:21.000Z : ami-0df66870de7b9b246 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:42.000Z : ami-0955d7475673e816c - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:42.000Z : ami-0616f552339343987 - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:33.000Z : ami-0e63832dbce04b78f - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:03.000Z : ami-0dd654491a0f2c8c0 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:18.000Z : ami-05e3ba95a7d0aec60 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:41.000Z : ami-082ef2f096d5177c6 - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-001e74a764368a392 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:06.000Z : ami-0c4b38321359645ef - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:26.000Z : ami-0a5491cd7244cef76 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:25.000Z : ami-0102d70a271739162 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:40.000Z : ami-08c6d77810dfdf838 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:27.000Z : ami-0ee085109d6dbb732 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:17.000Z : ami-0b7a9eeb77154e4c6 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:07.000Z : ami-05a73501629c44e65 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:21.000Z : ami-0cdaeac75c2a91861 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:46.000Z : ami-0f20b754f69073d1c - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:01.000Z : ami-0c9365f2a0403847a - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:33:59.000Z : ami-0f28cda6c6892c75d - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:06.000Z : ami-0d7e1546a559b02f1 - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:13.000Z : ami-02ca78b4b301ddbda - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:20.000Z : ami-0409e46d188fb047a - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:15.000Z : ami-06840d43d6b5c2601 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:34.000Z : ami-059e63577dd05271c - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:01.000Z : ami-039bf2d7e3c0dcb13 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:20.000Z : ami-0d1fe8411371447ed - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:54.000Z : ami-0fac2813867dc5fa8 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:14.000Z : ami-06fa53154069a721e - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:42.000Z : ami-0857285f599de1e03 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:28.000Z : ami-0700b9e4eba26ca7a - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-003a6554218193ae7 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:04.000Z : ami-058ddb430569cf63c - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:13.000Z : ami-0214a598e8acea9bd - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:33.000Z : ami-039e783994132f4c2 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:30.000Z : ami-0da0d61743de76f6a - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:49.000Z : ami-07aa956105dab0f88 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:47.000Z : ami-0c66ced2ef985baee - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:05.000Z : ami-04412550a7d069354 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:39.000Z : ami-0de2d9acfd5a4b2b4 - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:53.000Z : ami-094e0abd1f704e473 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:17.000Z : ami-0e5bd043058a91c01 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:37.000Z : ami-090d1dc584e151324 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:31.000Z : ami-0e26458cfc3488e43 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:51.000Z : ami-0fc8732c974aebb1b - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0313223c0a455560e - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:01.000Z : ami-0c6a00c48f1e93b33 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:15.000Z : ami-0701ce6cca908a651 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:34.000Z : ami-05c4fbcf0a243655f - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:17.000Z : ami-00711775741c369bc - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:37.000Z : ami-03d1ee8d100680ebd - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:32.000Z : ami-0da399c948f128c92 - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:52.000Z : ami-0058351d5d1da5b2d - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:45.000Z : ami-0da609f4fcc8b51ca - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:05.000Z : ami-0d9eaccf95393bfdd - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:15.000Z : ami-0c85e22add46c9619 - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:34.000Z : ami-059b71eeaec9d9191 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:18.000Z : ami-0013403e98e7cf335 - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:36.000Z : ami-0f1b9b4820d52fc72 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:17.000Z : ami-0500c9e5fb6524ad4 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:35.000Z : ami-05bf43141e3294f66 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:25.000Z : ami-06e1119bb23a95606 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:44.000Z : ami-0d4b91dd8426bff04 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:36.000Z : ami-0430b6ef2ed918ec7 - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:47.000Z : ami-0ddd722e9ef7f4737 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:17.000Z : ami-0bc375b476deb3bfe - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:41.000Z : ami-043cd7d53beca06c4 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:24.000Z : ami-098d23f0ec50777cf - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:49.000Z : ami-09104bc1429b3387a - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:10.000Z : ami-0472d16246a1242d9 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:18.000Z : ami-062204adb4ed4af55 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:46.000Z : ami-0750bb8f4914e88a5 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:15.000Z : ami-0fd182c203d6c4858 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:23.000Z : ami-060bce5ecc10812d0 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:40.000Z : ami-090650bd911fa5644 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:28.000Z : ami-0c1fce720709b38e4 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:42.000Z : ami-0d7dbb63c6e608b50 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:45.000Z : ami-0ec0dd0e456a334a0 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:07.000Z : ami-05313352f67ae34a9 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-06f612e95da6f15af - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:23.000Z : ami-0659afd66a762180d - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:54.000Z : ami-0cb470bcc42e6c57a - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:18.000Z : ami-033d98b848f7a8357 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:56.000Z : ami-0dd10651f3d55ecd6 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:04.000Z : ami-07c084de580dc6063 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:54.000Z : ami-0bc64006bf7e53daf - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:01.000Z : ami-07733b91dd0deafa8 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:07.000Z : ami-03856abd4b8d4cb5a - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:50.000Z : ami-0b81a654ae97a66be - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:22.000Z : ami-0e2af7ffa2e646ad1 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-00c02c2ea2335e2a8 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-02ec9f984c22ab254 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:34.000Z : ami-0099ea6f57400e5d9 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:24.000Z : ami-0964c9ea749278113 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:19.000Z : ami-069f3cf3959d48209 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:29.000Z : ami-052989ece7c84cff0 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:56.000Z : ami-025de69d7f84bbdeb - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-009078d3ef4df5069 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:07.000Z : ami-01a346a210bd42cfc - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-ba8d6b57 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:00.000Z : ami-1357b0fe - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:24.000Z : ami-b271965f - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:28.000Z : ami-417295ac - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:48.000Z : ami-4302e5ae - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:15.000Z : ami-2d03e4c0 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:35.000Z : ami-2b8461c6 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:46.000Z : ami-b084615d - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-d2ad483f - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:35.000Z : ami-28eef4c2 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:15.000Z : ami-09e4fee3 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:19.000Z : ami-95e4fe7f - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:54.000Z : ami-86bba96c - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:43.000Z : ami-928f9d78 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:34.000Z : ami-808c986a - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:36.000Z : ami-301601da - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-5a979bb0 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:54.000Z : ami-ac2d2146 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:28.000Z : ami-9f2d2175 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:41.000Z : ami-09121ee3 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:41.000Z : ami-6d3f3f87 - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:50.000Z : ami-ab373741 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:07.000Z : ami-cd020227 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:06.000Z : ami-8001016a - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:13.000Z : ami-16d0dd6f - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:39.000Z : ami-f5d0dd8c - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-36d4d94f - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:16.000Z : ami-f4dbd68d - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:23.000Z : ami-84202dfd - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:49.000Z : ami-87212cfe - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:05.000Z : ami-b8e2e0c1 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:31.000Z : ami-dbdddfa2 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:14.000Z : ami-2eb3b657 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:26.000Z : ami-18b3b661 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:33.000Z : ami-a2888ddb - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:34.000Z : ami-318b8e48 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-96898cef - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:32.000Z : ami-c78184be - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-d83901a1 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:05.000Z : ami-723a020b - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:39.000Z : ami-4441793d - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:05.000Z : ami-cb427ab2 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:10.000Z : ami-4dc6ff34 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-a3b980da - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-a1c6ffd8 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:09.000Z : ami-01c3fa78 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:25.000Z : ami-53cef72a - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:47.000Z : ami-35c1f84c - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:50.000Z : ami-9c2116e5 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:17.000Z : ami-d6e0d4af - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:48.000Z : ami-6e3e0917 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:03.000Z : ami-f371468a - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:21.000Z : ami-19e9c660 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:46.000Z : ami-d8eac5a1 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:46.000Z : ami-2ae9c653 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:13.000Z : ami-bfeac5c6 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:03.000Z : ami-65e4c81c - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:12.000Z : ami-fde4c884 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:57.000Z : ami-0b351972 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:23.000Z : ami-e2361a9b - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:06.000Z : ami-a1a280d8 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-3bdffd42 - Flatcar Linux alpha 1745.0.0 (HVM)
eu-west-2
2019-04-08T20:14:03.000Z : ami-0e17dbbce1d117a3a - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:46.000Z : ami-08a9d36ce3b8ed21c - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:45.000Z : ami-0a036e0301fd025a0 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:29.000Z : ami-09f265fd57903baf1 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:46.000Z : ami-02ffbb813075048d9 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:42.000Z : ami-004900616dd7cb371 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:33.000Z : ami-0a201d9f3a7702aad - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:18.000Z : ami-0e50e4a58e224cc72 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:56.000Z : ami-010e90ab07f561bfd - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:26.000Z : ami-08ab9c8cc77f894a1 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:40.000Z : ami-0250ea2baabd89f7e - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:17.000Z : ami-0fbcb6b1cc941f5fd - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:24.000Z : ami-003cccfd8846d93f4 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:01.000Z : ami-09db69e07427bcfb3 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-0ba872b10bb1f3313 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:20.000Z : ami-046308c3bc44dec62 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:34.000Z : ami-066be1a6d4f24ed1e - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:20.000Z : ami-0a7ac137eb8dc8b88 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:14.000Z : ami-0f2916260084622ba - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:28.000Z : ami-019948dd358882bca - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:04.000Z : ami-0537f22550fae29bd - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-0198c4fd20bf44a9e - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:49.000Z : ami-0d97978a0175317df - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:05.000Z : ami-090a2ca71f93660f6 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:53.000Z : ami-0be1e33ce89ba0b7c - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:37.000Z : ami-096dd57c8bd14f1e3 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-04520efbaa250d935 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-00c259dcdc0f1590d - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:34.000Z : ami-04f9425388f70174b - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:37.000Z : ami-083210aeef606e26a - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:52.000Z : ami-0a97ebac4b222345b - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-03182225fb7832962 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:34.000Z : ami-07986f5b407f99394 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:36.000Z : ami-0fbf1717c5e33a532 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:35.000Z : ami-0b396996f8032853e - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:44.000Z : ami-07c9bc398639180d2 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:47.000Z : ami-0f910c5a822901b54 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:41.000Z : ami-079a5f64cb9e01abe - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:49.000Z : ami-01c00af8bddcb07b1 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:18.000Z : ami-0b80ea7eb33bb63c6 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:15.000Z : ami-08f0c38d76d009323 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:40.000Z : ami-0ce0e9d4c1ccb6ac1 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:42.000Z : ami-00a4aa30227fb035d - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:45.000Z : ami-0e37e2e7bb2224205 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:07.000Z : ami-0641e781f057f17cc - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-058c322dce5743b08 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:23.000Z : ami-083fc036c24be1bb5 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:54.000Z : ami-02aefa0f707ede292 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:18.000Z : ami-07c7bce921464e3bf - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:56.000Z : ami-0ae721b7b72227e8f - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:04.000Z : ami-0c3f62e44f735b239 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:54.000Z : ami-0fd478c11751555d3 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:01.000Z : ami-06c817eb3317bd767 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:07.000Z : ami-0a6a9689084238d97 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:50.000Z : ami-094c288e920f259ee - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:22.000Z : ami-0197718b58fb6a65e - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-07d1dab435c30ca7e - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-021891bb9e710245a - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:34.000Z : ami-0ee6684eff7785d20 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:24.000Z : ami-2fc13448 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:19.000Z : ami-8fc732e8 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:29.000Z : ami-0be21ce0 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:56.000Z : ami-f5e01e1e - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-a9db2ece - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:07.000Z : ami-ebdf2a8c - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:30.000Z : ami-387a905f - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:00.000Z : ami-f94aa09e - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:24.000Z : ami-60759f07 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:28.000Z : ami-5e668c39 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:48.000Z : ami-e27c9685 - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:15.000Z : ami-a57f95c2 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:35.000Z : ami-cc2ec4ab - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:46.000Z : ami-21a15fca - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-4e2ec429 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:35.000Z : ami-d5a35d3e - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:15.000Z : ami-3cd63c5b - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:19.000Z : ami-6bd73d0c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:54.000Z : ami-4ae50e2d - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:43.000Z : ami-3be60d5c - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:34.000Z : ami-5fe70f38 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:36.000Z : ami-21cd2546 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-47a64f20 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:54.000Z : ami-1955bb7e - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:28.000Z : ami-25a84142 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:41.000Z : ami-6953bd0e - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:41.000Z : ami-bdcc22da - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:50.000Z : ami-26f51b41 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:07.000Z : ami-79fd131e - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:06.000Z : ami-a6ff11c1 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:13.000Z : ami-8eb45ae9 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:39.000Z : ami-a3b45ac4 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-70b25c17 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-6db25c0a - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:23.000Z : ami-cdbb55aa - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:49.000Z : ami-66b65801 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:05.000Z : ami-355ab552 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:31.000Z : ami-0f54bb68 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:14.000Z : ami-9241adf5 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:26.000Z : ami-c342aea4 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:33.000Z : ami-7340ac14 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:34.000Z : ami-7440ac13 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:43.000Z : ami-c24ba7a5 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:32.000Z : ami-5146aa36 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:27.000Z : ami-63c12d04 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:05.000Z : ami-8ec62ae9 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:39.000Z : ami-7bc72b1c - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:05.000Z : ami-d7c529b0 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:10.000Z : ami-a6fb17c1 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:37.000Z : ami-6ff51908 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-95f814f2 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:09.000Z : ami-e5f41882 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:25.000Z : ami-36fb1751 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:47.000Z : ami-c1ff13a6 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:50.000Z : ami-5b4ba93c - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:17.000Z : ami-5845a73f - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:48.000Z : ami-e34aa884 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:03.000Z : ami-1845a77f - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:21.000Z : ami-957d9ef2 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:46.000Z : ami-c142a1a6 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:46.000Z : ami-047c9f63 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:13.000Z : ami-7f41a218 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:03.000Z : ami-9514f7f2 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:12.000Z : ami-ab1bf8cc - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:57.000Z : ami-8217f4e5 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:23.000Z : ami-9517f4f2 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:05.000Z : ami-4c21c22b - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-fbdc3f9c - Flatcar Linux alpha 1745.0.0 (HVM)
eu-west-3
2019-04-08T20:14:03.000Z : ami-0283338d9fa04ec43 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:46.000Z : ami-0f37368b5707e8f16 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:45.000Z : ami-06b98b8aded032d4d - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:29.000Z : ami-0aeb8704f3072a77c - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:46.000Z : ami-04285d78dde04a6cd - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:42.000Z : ami-08f8958937a30bafe - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:33.000Z : ami-054676a31cbd27f5b - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:18.000Z : ami-0102ad3ac2ccd567a - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:56.000Z : ami-05e5ee47e8fc35dca - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:26.000Z : ami-036e70d072a1c24ac - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:40.000Z : ami-0a1205fe581190739 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:17.000Z : ami-0632e500dd0d0b618 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:21.000Z : ami-042c2f6fbc20a5199 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:01.000Z : ami-0afb61a44c33732fb - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-0dbda299668220201 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:20.000Z : ami-0b27b2083aee39d27 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:34.000Z : ami-0defcacbfd1c07957 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:20.000Z : ami-0337c625167605281 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:14.000Z : ami-0fecc87c7348fcc91 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:28.000Z : ami-0f8cffdddcbef9ca3 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:04.000Z : ami-0c0e1ee4d769fd9f8 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-0a14aa74a7e84a3a0 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:50.000Z : ami-0a75b36aec7a5c507 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:05.000Z : ami-00c48ea3506e57589 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:53.000Z : ami-01d8551a1b83376c9 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:37.000Z : ami-01f67aa3af35accd4 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-0475b4a06b57dedd6 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-07761eebc6aad035f - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:34.000Z : ami-01a7ffd05fe0bc0bf - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:37.000Z : ami-012626abac070e516 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:52.000Z : ami-0bdf732b1bedf282c - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-018c1f24f5714be4f - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:34.000Z : ami-007fbd87a9fa338cd - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:36.000Z : ami-040ebb1604d494e55 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:35.000Z : ami-0b1e20f26597cdf86 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:44.000Z : ami-02e9eb21f6d8dac0a - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:47.000Z : ami-05bfc30f375c4580b - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:41.000Z : ami-0b27b6910354e0323 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:49.000Z : ami-0c993e19569a867c8 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:18.000Z : ami-08a60ae774e151f30 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:15.000Z : ami-0bb31be7503d5f27a - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:40.000Z : ami-0a020fb4034a32fad - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:41.000Z : ami-0d69a79c8a0b23a05 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T10:56:07.000Z : ami-0af37181c57b5297d - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-13T16:39:54.000Z : ami-088b5aa91154c5a52 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:18.000Z : ami-03b1479a367afb372 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T00:52:04.000Z : ami-042daac337f6df5f5 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:29:01.000Z : ami-09f424f4fa747c206 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T06:35:22.000Z : ami-019ba2e94841c3b01 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-0fe6e4edfcb966d99 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:09:34.000Z : ami-02a596e50ae004049 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:30:19.000Z : ami-0a7232c191893ced8 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:05:56.000Z : ami-05e58e9a8c8f1cc61 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:41:07.000Z : ami-0d2b99ad9d9627500 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T01:17:00.000Z : ami-038a2be057c3e1812 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:11:27.000Z : ami-095091ba0dca9f729 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:05:15.000Z : ami-0f1a3dde2492a4d1c - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:01:46.000Z : ami-a875c5d5 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T00:52:36.000Z : ami-1874c465 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:48:19.000Z : ami-b472c2c9 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:06:43.000Z : ami-54bd0d29 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:41:36.000Z : ami-56c5752b - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-21T19:03:54.000Z : ami-880bbaf5 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T18:45:41.000Z : ami-c918a9b4 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T13:21:50.000Z : ami-3b17a646 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:31:06.000Z : ami-1f15a462 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:28:39.000Z : ami-7f11a002 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:09:17.000Z : ami-012e9f7c - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:38:49.000Z : ami-bf2a9bc2 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:06:31.000Z : ami-1c269761 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T02:21:34.000Z : ami-084bfa75 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:06:43.000Z : ami-8144f5fc - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:32.000Z : ami-9345f4ee - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T18:57:05.000Z : ami-a85cedd5 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:16:05.000Z : ami-505fee2d - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:26:37.000Z : ami-c565d4b8 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:00:09.000Z : ami-3757e64a - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:26:47.000Z : ami-cf56e7b2 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T22:59:17.000Z : ami-1a833267 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:47:03.000Z : ami-05823378 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:39:46.000Z : ami-c7ce7fba - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:13.000Z : ami-c5ce7fb8 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:11:12.000Z : ami-6bcc7d16 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:44:23.000Z : ami-6ccf7e11 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T14:59:34.000Z : ami-bdc776c0 - Flatcar Linux alpha 1745.0.0 (HVM)
sa-east-1
2019-04-08T20:24:41.000Z : ami-0a810b3ebeff3f8ee - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:05.000Z : ami-0212ea774eaecbc48 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-066d1c9d6112903a0 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:48.000Z : ami-0a3aa3d1b661e8e53 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:27.000Z : ami-028ff176bd5118525 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:47.000Z : ami-0c0d645c914bc7a2c - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-065a95cd22d20611a - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-00f1c1c2bcf7d7686 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:50:00.000Z : ami-0863ffd544f6f0e2a - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-064a1e4cd40c13973 - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:23.000Z : ami-093c3c3379eb0db79 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:44.000Z : ami-03408e4a3a19d0b57 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:44.000Z : ami-0e7a0fc20ac9d2b0b - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:35.000Z : ami-07aa9fe537a685e43 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:05.000Z : ami-0f6ce260d2eac6a9f - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:20.000Z : ami-005d4e7b3118d3293 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:43.000Z : ami-0af33eb8c982b84db - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-0c76ce7127d09c924 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:08.000Z : ami-0dfb0822e7218b99e - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:28.000Z : ami-0fdfe029ccdb4b6e8 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-045ebe714ddf38886 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:42.000Z : ami-0dc2d7f7338da7ddb - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:28.000Z : ami-0811ced15f7d6c566 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:19.000Z : ami-05f497ac87e11d0d5 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:09.000Z : ami-014ae06d9421aa1f0 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:24.000Z : ami-0cf8ac87f61f08f27 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:48.000Z : ami-07a0aacb01d999336 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:03.000Z : ami-0a4c81e060e214622 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:01.000Z : ami-0aec56abf40f1e366 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:08.000Z : ami-0e85ecb7cf21b2f0d - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:15.000Z : ami-0dc9a209f0ba8c763 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:22.000Z : ami-07f1a2affc5f4ac6c - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-0f5fb3822255487b9 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:36.000Z : ami-0d91de6e98157ea87 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:02.000Z : ami-0f69880f98a56efb4 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:22.000Z : ami-068c46c5ec4e830c6 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:56.000Z : ami-0044eba86e83653ae - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-007f8779235055a52 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:44.000Z : ami-033ddc36dd4ceca69 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:30.000Z : ami-05e6f1b4fa6c61451 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:46.000Z : ami-04b2acc8e278d7a7f - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:06.000Z : ami-0f7a0bac8e17c3efa - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:15.000Z : ami-04b6005d5891b3010 - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:34.000Z : ami-0bfe47d37b3e8ad5f - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-08d85a77b97ee72d5 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:51.000Z : ami-0f604628056fea271 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:48.000Z : ami-0c4558e1da11bf3ec - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:07.000Z : ami-097451cf385e5b0ca - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:42.000Z : ami-0e32d61115504cc10 - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:55.000Z : ami-096478ba9112bf042 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:19.000Z : ami-0e87632d818e464e4 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:39.000Z : ami-0dc679a0f962e9820 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:33.000Z : ami-09c5763f759de06f1 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:52.000Z : ami-04ddfa297c988d6b4 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:43.000Z : ami-08dd83be21f8efa07 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-09815e2b8322bc6e0 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0f9ca2c4c17e5f912 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:36.000Z : ami-06787fb044ae3b410 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:19.000Z : ami-0a19822dda24588af - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:39.000Z : ami-06097ec6cc6f862dc - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:34.000Z : ami-0bb40ac27ac6d136c - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:54.000Z : ami-0db680dff3ae81480 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-013e2c8fae061e8ca - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:06.000Z : ami-0bd0f33b4099b4106 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-0bba1610eb3b3a3bc - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:36.000Z : ami-0d898df060a393525 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:20.000Z : ami-037c82fa3ee06177c - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:39.000Z : ami-006a7815d5234d9a0 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-0f05969b8a685c908 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:37.000Z : ami-04613b85f6d49fccd - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:27.000Z : ami-04e50439ec4d9524b - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:46.000Z : ami-00d300414b02d1577 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:38.000Z : ami-0459bca5361b35162 - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:49.000Z : ami-043d236368193308a - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:19.000Z : ami-0050bacc7eae38bed - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:43.000Z : ami-017dffdcb3a35ea97 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-09f1ed704364b9d4b - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:51.000Z : ami-0125bca6d2493f29b - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:12.000Z : ami-0fbe47c57ff02a18f - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-07dc7be0eb3cd7ac7 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:48.000Z : ami-045cb5360a7b99300 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:20.000Z : ami-0c9648e30ec3bcab4 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:26.000Z : ami-09a3edcd8d9e3f9a7 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:42.000Z : ami-0220f51662a6da0a6 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:30.000Z : ami-0d79bca37c47f1563 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:44.000Z : ami-0bc7665946178407f - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:47.000Z : ami-075d72c4fe9f213e8 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:09.000Z : ami-0d9a5c5b429967eac - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-08b7f4cb72c45f8c6 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:25.000Z : ami-0e34e5e2ef916d0a6 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:56.000Z : ami-0197c2c5359b94379 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:20.000Z : ami-0a47f17d6563d9b7a - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:58.000Z : ami-02487312ecb6e1742 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:06.000Z : ami-0ab713e0b2afd21fd - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:57.000Z : ami-065b8d28d235c36ff - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:04.000Z : ami-0af0c1a4f584342b2 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0419a1715ffc2f4ac - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:52.000Z : ami-0996f547f1f487bc4 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:24.000Z : ami-01ed88800a758f88e - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:26.000Z : ami-049d58572102af4bd - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:07.000Z : ami-03234b7553a23c4ed - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:36.000Z : ami-00c064a128283da61 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:26.000Z : ami-09f161ce7bfd390e0 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:21.000Z : ami-01dd34b735c71f7e0 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-073ac004e1ff85780 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:58.000Z : ami-00f6a8fe6906bb0a2 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:43.000Z : ami-0cbdbff5748c52687 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:09.000Z : ami-02da48ae0b980a063 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:32.000Z : ami-037a36be17735c0fa - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:02.000Z : ami-04819a0f862a14a81 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-0466a6f8b34c70c36 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:30.000Z : ami-095af79003bc7d165 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-09c389adb74c3a12f - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:17.000Z : ami-041abcdcd10eb88f2 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:38.000Z : ami-9af8d9f6 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:48.000Z : ami-0bf6d767 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-14f3d278 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-f1e7c69d - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:17.000Z : ami-1b1e3f77 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:21.000Z : ami-d3e3c2bf - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:56.000Z : ami-db84a3b7 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-ad90b7c1 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-57cde93b - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:38.000Z : ami-0bcce867 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:22.000Z : ami-6eadf702 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:56.000Z : ami-aa86dcc6 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:30.000Z : ami-6681db0a - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:43.000Z : ami-5087dd3c - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-09adf665 - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:53.000Z : ami-e5aff489 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:09.000Z : ami-99bbe0f5 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-c884dfa4 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:15.000Z : ami-24500b48 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-255e0549 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:13.000Z : ami-7a520916 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:18.000Z : ami-d5217ab9 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:25.000Z : ami-2e247f42 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:51.000Z : ami-65207b09 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-5d095231 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:34.000Z : ami-44154e28 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-13772e7f - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-e0772e8c - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:35.000Z : ami-947920f8 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:37.000Z : ami-43461f2f - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:46.000Z : ami-d8461fb4 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:34.000Z : ami-ac431ac0 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-ae6638c2 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-bc6739d0 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-bf6937d3 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:07.000Z : ami-6269370e - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-d3401ebf - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:39.000Z : ami-1a401e76 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:54.000Z : ami-64401e08 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:11.000Z : ami-a5421cc9 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:27.000Z : ami-e2421c8e - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:49.000Z : ami-26421c4a - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-b1d78add - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:20.000Z : ami-b5da87d9 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:50.000Z : ami-67d8850b - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:05.000Z : ami-31d8855d - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:23.000Z : ami-3afba856 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:48.000Z : ami-a9f5a6c5 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:47.000Z : ami-65fba809 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:15.000Z : ami-33f4a75f - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:05.000Z : ami-41bdee2d - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:14.000Z : ami-0cb4e760 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:59.000Z : ami-2e8bd842 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:25.000Z : ami-bf9fccd3 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-483a6924 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:36.000Z : ami-b93566d5 - Flatcar Linux alpha 1745.0.0 (HVM)
us-east-1
2019-04-08T20:24:40.000Z : ami-0d5a7925d9a93c2eb - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:04.000Z : ami-0d7a980b8fb2d8c14 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-0f13b4a83b226e800 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:47.000Z : ami-064896c6a156f55e2 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:26.000Z : ami-0209862ae2f365240 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:45.000Z : ami-0ee754cf0fe5ddc9e - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:10.000Z : ami-05bdab4d49c873ab9 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:30.000Z : ami-0fbe42a2c3a3385c7 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:58.000Z : ami-0bd6e429b1a83a35b - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:47.000Z : ami-09a911186b7e769db - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:21.000Z : ami-0793641a887078d65 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:42.000Z : ami-0e6499a2f34191ad1 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:43.000Z : ami-098fd883e7350c0cf - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:33.000Z : ami-020625546e39895ee - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:04.000Z : ami-03e679ee13d9aa599 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:19.000Z : ami-0ead97e237794b2d3 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:42.000Z : ami-04aba85bd93302d19 - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:57.000Z : ami-0e6d9f21ed618ec9c - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:07.000Z : ami-013e99da2af1c72d1 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:27.000Z : ami-0ea39c675ca142d00 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:26.000Z : ami-04df762122e14ead6 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:40.000Z : ami-00ee83494e168933f - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:28.000Z : ami-0423b344996700720 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:17.000Z : ami-00987dccda64f4f10 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:07.000Z : ami-0f8855c301a53eaaa - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:21.000Z : ami-0a8eea1b9a4e12b21 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:46.000Z : ami-09022c36533a2ee06 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:02.000Z : ami-07b85463626057451 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:33:59.000Z : ami-0da7c6642c2ceae2b - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:07.000Z : ami-0ded16c8d20a8afac - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:13.000Z : ami-0c40ac76e7efd4657 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:20.000Z : ami-0dac75eb5f07d7ef9 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:15.000Z : ami-08c17900695024e9e - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:35.000Z : ami-07e5ab21a9dab816a - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:01.000Z : ami-03d529de0e82898f6 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:21.000Z : ami-032518d7083709528 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:55.000Z : ami-05dff5a8227817cc5 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:15.000Z : ami-06a412cca93b3dd50 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:42.000Z : ami-0fbd7fd9727e1b21d - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:29.000Z : ami-0b2c01de35a64768f - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-096c913870f5e5ce6 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:04.000Z : ami-0e51fa1276bd5004c - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:14.000Z : ami-0a60e8ce86a256094 - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:33.000Z : ami-05136a9e1b8743293 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:30.000Z : ami-0edc9a56b36f5a6d5 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:50.000Z : ami-026d863affd376911 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:47.000Z : ami-04b84c5a5b64de4b4 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:06.000Z : ami-0c9148afc2716abf8 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:40.000Z : ami-051365fad43ebdc9e - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:54.000Z : ami-07b5ed0530e8eddf7 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:18.000Z : ami-045c88270235aad19 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:37.000Z : ami-04059e2083eddea74 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:32.000Z : ami-0a9d0f412a2bf7e41 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:51.000Z : ami-0fc3abadc4be90af8 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0024edd588983413f - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-083b8d7006216ad3e - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:15.000Z : ami-03e1a33e8f5f7f4c0 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:35.000Z : ami-0c5732a49e63756d1 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:17.000Z : ami-059404f585466379a - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:37.000Z : ami-0d6200f0b41dad61b - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:33.000Z : ami-0c0b8f178d56dc8ba - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:54.000Z : ami-08be14c3bcc259652 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-00049bfa8b99ccba2 - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:05.000Z : ami-0195666d9673fb7f4 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:15.000Z : ami-04664b6a1e5c119e5 - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:34.000Z : ami-00ff877db435753f6 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:19.000Z : ami-0864ba5181093ceec - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:37.000Z : ami-0044d8520082fbf21 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-0e738d1a882205fc0 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:35.000Z : ami-08569b183a47e2598 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:26.000Z : ami-0318130ecbd7dbe93 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:44.000Z : ami-0c90ba7500f8c4be3 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:37.000Z : ami-0143ab831e2963a8f - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:47.000Z : ami-0ffbc31f5548b1372 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:17.000Z : ami-0ca4f3774b6d53b07 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:42.000Z : ami-07a00aa9c9575e6be - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:25.000Z : ami-019b5313645df8b08 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:49.000Z : ami-00c10552ce04969aa - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:11.000Z : ami-01ff5b7e9b583ccdc - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:19.000Z : ami-03be86fcb2ddad24d - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:47.000Z : ami-075f5451d5a89210c - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:16.000Z : ami-00b5ab1e883772bb0 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:24.000Z : ami-0a5e70ae627f0e3b5 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:41.000Z : ami-0693d85b72d2d22e7 - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:29.000Z : ami-07ced5f35378af0b9 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:42.000Z : ami-082f7b288f88dd03e - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-09ba294e0cb635e80 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-0e0938a2caed358b4 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-0e204049ae7a642d7 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:23.000Z : ami-0bf55255aa80155a5 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-09ad7006effe40a96 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:19.000Z : ami-008809d0181e507ba - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:56.000Z : ami-09b1d14b7cbea3b50 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-0ad93e788cbfa736d - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:55.000Z : ami-0d3e8fcdb06e1bceb - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:02.000Z : ami-0747e4b991588d34b - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:07.000Z : ami-09b53852e2e3933a3 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-0c6ce5a3bae8720fa - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:22.000Z : ami-09e06d0b4b6f49674 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-0f3431bbbd220a308 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-07bea1b799b0f2d67 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:34.000Z : ami-0554ce205c8fac54b - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:24.000Z : ami-02d3ae966b7d72285 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-019344e937d711032 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-079d2061df9b91546 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:57.000Z : ami-02b44961ef4bb5f74 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-0f902c0cd93506c48 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-0b78b1b87b8459a97 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-856670fa - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-0b0f1874 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:25.000Z : ami-826473fd - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:28.000Z : ami-6373641c - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-019d897e - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-28928657 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:36.000Z : ami-3c171943 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:46.000Z : ami-781c1207 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-7f4a4400 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:36.000Z : ami-ac353ad3 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:16.000Z : ami-6e050a11 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:19.000Z : ami-431c133c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-a1d1e2de - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:44.000Z : ami-b9d2e1c6 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:35.000Z : ami-b16f42ce - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:37.000Z : ami-9f6c41e0 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-3b4b1d44 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-7d316602 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-b83265c7 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-3d085f42 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:41.000Z : ami-deeba9a1 - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:51.000Z : ami-52d1932d - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:07.000Z : ami-33fab94c - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:07.000Z : ami-bb0143c4 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-bed295c1 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:40.000Z : ami-ee420491 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-0130767e - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-a13076de - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-62f5b21d - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:49.000Z : ami-54eaad2b - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:06.000Z : ami-dc0b4fa3 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:32.000Z : ami-61ebae1e - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-c7285db8 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-6f225710 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:34.000Z : ami-cf6a00b0 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:35.000Z : ami-d76a00a8 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-f1177d8e - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-f3056f8c - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-856300fa - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:06.000Z : ami-6163001e - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:39.000Z : ami-69157616 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-c40d6ebb - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:11.000Z : ami-d29bfaad - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-6f8eef10 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-da96f7a5 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-ea8eef95 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:25.000Z : ami-a18decde - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:47.000Z : ami-be8decc1 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:50.000Z : ami-95c24dea - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:19.000Z : ami-19c14e66 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:49.000Z : ami-fc3ab683 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-613bb71e - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-9f8c3fe0 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:46.000Z : ami-c5883bba - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:39:46.000Z : ami-138d3e6c - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:14.000Z : ami-078e3d78 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-a7299fd8 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-38289e47 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-9862d4e7 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-8c62d4f3 - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:06.000Z : ami-c42983bb - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-5555ff2a - Flatcar Linux alpha 1745.0.0 (HVM)
us-east-2
2019-04-08T20:14:04.000Z : ami-0c1679efdd4c5a17d - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:15:47.000Z : ami-06650ce87cfde0a58 - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:23:46.000Z : ami-087e0547309c6711e - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:28:30.000Z : ami-0e6d23beda5c23491 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:28:47.000Z : ami-0893613173230a99c - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T04:42:43.000Z : ami-0cf1d9296599f59cb - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:02:34.000Z : ami-01cd5bde623f60026 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:18:19.000Z : ami-056221f44ad046275 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:05:57.000Z : ami-097b953afef323ed2 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T12:59:27.000Z : ami-036fc0ec5ef7743d2 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:21:41.000Z : ami-0ed3f9d303e6fe5b8 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:21:18.000Z : ami-088e169570f74631e - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:28:22.000Z : ami-0f992a3cf6ffaebf2 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:14:01.000Z : ami-08ca66a70bb00133a - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:23:13.000Z : ami-0f382f1f5c0727edb - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-08a93bdd7cb5067c8 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:06:35.000Z : ami-00f535fffb088303c - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:40:21.000Z : ami-0681695fae712360c - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:13:15.000Z : ami-0c204873640dd116d - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:18:29.000Z : ami-05416c3832f3aace1 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:31:05.000Z : ami-0e967f6f049a03799 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:00:33.000Z : ami-092ceb48f01fd8d50 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:49:50.000Z : ami-0f1ee0a702d10d07d - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:34:06.000Z : ami-0a1602c1de9df8691 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:00:54.000Z : ami-0a021d02609e3e966 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T01:54:37.000Z : ami-02310084fd8a7f58f - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:17:51.000Z : ami-0a33b56b3e97db659 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:34:01.000Z : ami-07edcfaa1b03ed7d4 - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:47:35.000Z : ami-032ef25b66edd87fe - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:09:38.000Z : ami-0b823a0b44f6a86e1 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:34:53.000Z : ami-0b6b145076f07823e - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:50:05.000Z : ami-08c0f72e615003f4e - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:07:35.000Z : ami-04cd7f2313a496bca - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T21:51:37.000Z : ami-030a5a339f69283fc - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:29:36.000Z : ami-0726ade93f62a4de8 - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:15:45.000Z : ami-09ad1a4085096c4d0 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T08:44:47.000Z : ami-048f3254a28ce7349 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T00:56:42.000Z : ami-0e1aca2a87b33a558 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:23:50.000Z : ami-0eb61637015322a00 - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T18:59:19.000Z : ami-0561ca664ee960bca - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T12:50:16.000Z : ami-07caa784af2176dbe - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:34:41.000Z : ami-0f7c3061e9408d88a - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T11:54:42.000Z : ami-0bf77af9be1e47b06 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-05d1eb9966fe1f40f - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-094586ef9647374a1 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:45.000Z : ami-0a379b83d4de9b13c - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:23.000Z : ami-0375284bd0e562f3b - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-04a9d13ee81089eed - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:19.000Z : ami-043afc70abb465d68 - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-055f858ba542a3df2 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-049fef3f167a44f2c - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:55.000Z : ami-069d33dd765593e56 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:02.000Z : ami-0b352cd02f777afa2 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-064b46a60691d2950 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-0a6f7749855d6f293 - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-049a9f174426f2885 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:24.000Z : ami-034dffd645d80d1c1 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:06.000Z : ami-0a86cfae0e7338f78 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-001feb0a1bcfe7254 - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-041605ff1b26cd768 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-0f1ac0ad56bafc7d0 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-0904d470c9b4183be - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:57.000Z : ami-0b8699db53d297a97 - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:41.000Z : ami-0ffac2f03de45b2f5 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-08d9d51c64a1d0eb7 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-4889b32d - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-5c96ac39 - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:25.000Z : ami-4f91ab2a - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-6f91ab0a - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:49.000Z : ami-b89da7dd - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-4092a825 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:36.000Z : ami-7be1db1e - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-e9e1db8c - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:58.000Z : ami-03e3d966 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:38.000Z : ami-45f7cd20 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:16.000Z : ami-eaf6cc8f - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-a4f5cfc1 - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-67fcc702 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:44.000Z : ami-a9fcc7cc - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:35.000Z : ami-32cff757 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:37.000Z : ami-4dc5fd28 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-a6142dc3 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-832f16e6 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-b72e17d2 - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-f52b1290 - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-9ac6f8ff - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:51.000Z : ami-3dc8f658 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:07.000Z : ami-72d8e617 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:07.000Z : ami-c5dae4a0 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-27162842 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:40.000Z : ami-33172956 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-a11927c4 - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:17.000Z : ami-4b1b252e - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-961c22f3 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-b81a24dd - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:06.000Z : ami-a73b05c2 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:32.000Z : ami-133f0176 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:14.000Z : ami-0d300f68 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-d8320dbd - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:34.000Z : ami-35360950 - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:35.000Z : ami-a03609c5 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:44.000Z : ami-3a36095f - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-b43609d1 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:28.000Z : ami-a5a79bc0 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-13a49876 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:41.000Z : ami-26a69a43 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-48a4982d - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:11.000Z : ami-17bb8772 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:38.000Z : ami-05ba8660 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:52.000Z : ami-a2bb87c7 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-67ba8602 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-faba869f - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-d6bb87b3 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-e10f3284 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:18.000Z : ami-f00c3195 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:49.000Z : ami-be0d30db - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-46132e23 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-44162421 - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-3814265d - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:39:46.000Z : ami-bc1426d9 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:29:14.000Z : ami-ba1426df - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-e44d7f81 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-a03200c5 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-764e7c13 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-ce487aab - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:06.000Z : ami-2c754749 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:34.000Z : ami-b97547dc - Flatcar Linux alpha 1745.0.0 (HVM)
us-west-1
2019-04-08T20:24:40.000Z : ami-0a3dc62673dd9369c - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:04.000Z : ami-01c6a550079dc3027 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-04ea78d79899d00e2 - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:47.000Z : ami-08376d0ce0476361e - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:26.000Z : ami-08fb66f191e053749 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:46.000Z : ami-02a9edd1a3063980d - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:10.000Z : ami-0a9aba0323ff4f171 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:31.000Z : ami-03780d364148d3f33 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:59.000Z : ami-08cfbd377a69090aa - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-0b83ec908ffbe885c - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:22.000Z : ami-0541e63c16cda7181 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:43.000Z : ami-0d38d8803a0ec590e - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:44.000Z : ami-0210c6540e06e7458 - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:34.000Z : ami-076c5c49458c44602 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:05.000Z : ami-037b833ddcaa2efc4 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:19.000Z : ami-0223f1d94d82fe61b - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:43.000Z : ami-0689731019dea0f0e - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-02705aabb1f46c6d1 - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:07.000Z : ami-0509f2af4a7abf4ad - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:27.000Z : ami-0b55904a42f36d092 - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:26.000Z : ami-047122d291baf2144 - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:41.000Z : ami-0a6f58a98a2cd31b3 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:28.000Z : ami-0a2ac8d30fcf32661 - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:18.000Z : ami-0487f4259c3aa1b04 - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:08.000Z : ami-01651ca406d9bee75 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:22.000Z : ami-07a651357098dff24 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:47.000Z : ami-0258860090288c3a4 - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:02.000Z : ami-0745bc9a724a4bab9 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-0786d2d945131a206 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:07.000Z : ami-0d28e2fab0fe7a93c - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:14.000Z : ami-037e8b43ce071ce99 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-0dea053197031d708 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:15.000Z : ami-0945cb8dfbe212302 - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:36.000Z : ami-0512be8e46bf15ea9 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:01.000Z : ami-0da0d6fa2f30dea8c - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:22.000Z : ami-05e18075aa9187415 - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:55.000Z : ami-0c975d03c7aa1fc33 - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-02b68b008f3b35db6 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:43.000Z : ami-04258a8635263146b - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:29.000Z : ami-0e947c2796236a695 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-03feb0069a57a78e0 - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:05.000Z : ami-08bf9e7b843e6dd29 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:14.000Z : ami-0e87fba45480f4a9b - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:34.000Z : ami-0e6748959d189692f - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-027c7f172ffc3a458 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:51.000Z : ami-07cdb50a35ceec3b2 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:48.000Z : ami-06e049bb2c583c1a6 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:06.000Z : ami-02010ea6fea400e99 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:41.000Z : ami-08ece4e024f754945 - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:54.000Z : ami-0aea99c6c3cb3f77d - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:18.000Z : ami-0d240f749a845adb9 - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:38.000Z : ami-05f1f0cd00c5976fc - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:32.000Z : ami-074ed6e17dad9a6d0 - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:52.000Z : ami-07f5c714b30e771f1 - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0a99e173c24bae267 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-06ef4eda4488e9cff - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0a06264aa09262800 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:35.000Z : ami-0194861d2954fb5fb - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:18.000Z : ami-0968d12eeeef9e6d7 - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:38.000Z : ami-0a8e2a5b6f133f144 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:33.000Z : ami-00e1ed486e1cd80eb - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:53.000Z : ami-0f7613320d41ff4e7 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-00bd3d2eac7914233 - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:06.000Z : ami-0ba8f2f840677fe8c - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:16.000Z : ami-00418feb18c370bfe - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:35.000Z : ami-0809af7596e140df5 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:19.000Z : ami-01654ade240c1b362 - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:38.000Z : ami-0dfc60a87bf647246 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-0078fdc76a859db60 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:36.000Z : ami-004b26ccc7b1f1a8f - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:27.000Z : ami-0680ce0c0f26c6366 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:45.000Z : ami-0264f4d0a8a88ebf3 - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:37.000Z : ami-015692a94d36188d6 - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:48.000Z : ami-02159f6bb7e6b75c8 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-07aaa18af11c64d80 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:43.000Z : ami-09f4d9667b6d58396 - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-00ca2d34961ddd928 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:50.000Z : ami-0aa16786bf902fb2e - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:12.000Z : ami-096f8f072d81bd15e - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-0a3d07f0af012ef14 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:47.000Z : ami-04b83c8258cc12117 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:16.000Z : ami-0ca00eaee069adf22 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:25.000Z : ami-0b636d679ffa3fd75 - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:41.000Z : ami-06a31b4831395fb6d - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:30.000Z : ami-0f029f6030df484e4 - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:43.000Z : ami-0678b69e922e3e666 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-004a50ab625298687 - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:08.000Z : ami-0ae95d458216b7de7 - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-01a68c8ae7878aa85 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0333f2090ca3a5be6 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-0f8d825b45f122d9e - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:20.000Z : ami-09ac47da6122b08ac - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-0c2c1b1809271e51a - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-0c10eaafaa99a8f64 - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:56.000Z : ami-05ab5781d688d4991 - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-0860fca8caeb4123a - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-06e4485bb63ad0f07 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:52.000Z : ami-0b3513380ad33df8b - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-051ea0c04b4ac1d36 - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-06b13ebd9077edfb5 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:06.000Z : ami-036837b6633d891e0 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0fe598feaebc98d6c - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-fb749b98 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-e3749b80 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:30.000Z : ami-ca7d92a9 - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:58.000Z : ami-5c7b943f - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-a47e91c7 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-847e91e7 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-4a0ae629 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-7e3dd11d - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-1522ce76 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-fc39d59f - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-1d25c97e - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-7ac92519 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:37.000Z : ami-2b739e48 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-a747aac4 - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-b645a8d5 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-71759812 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:17.000Z : ami-347f9257 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-8f7e93ec - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-0544a766 - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-e249aa81 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-72e20211 - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:38.000Z : ami-f99d7d9a - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-f4a84e97 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-174ea974 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-6f4cab0c - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-6c4cab0f - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-dc42a6bf - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:52.000Z : ami-da7c98b9 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-1b628678 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-306c8853 - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-5ac52139 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-1fc5217c - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-0dc7236e - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:18.000Z : ami-13c52170 - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-0efe1a6d - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-d6f81cb5 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-ee80648d - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:33.000Z : ami-978064f4 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-13352f73 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-65312b05 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:35.000Z : ami-cb041eab - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:35.000Z : ami-dc3a20bc - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:45.000Z : ami-fa051f9a - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:34.000Z : ami-88051fe8 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-28d3c848 - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:07.000Z : ami-87dcc7e7 - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-b4dec5d4 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-1cdfc47c - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-8d041fed - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:39.000Z : ami-fe3a219e - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-a73b20c7 - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:11.000Z : ami-c2051ea2 - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-68061d08 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-40071c20 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-63ddc303 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:19.000Z : ami-d4d8c6b4 - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:50.000Z : ami-2bddc34b - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-a7ddc3c7 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-bd1c00dd - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-f21d0192 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:39:47.000Z : ami-dc1c00bc - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:14.000Z : ami-da1c00ba - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-52abb632 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:14.000Z : ami-a7a8b5c7 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-68b0ad08 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:25.000Z : ami-3db0ad5d - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-c9dec3a9 - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:37.000Z : ami-bad8c5da - Flatcar Linux alpha 1745.0.0 (HVM)
us-west-2
2019-04-08T20:24:40.000Z : ami-071af50acc3e2cd78 - Flatcar Linux alpha 2107.0.0 (PV)
2019-04-08T20:14:04.000Z : ami-0f387379dbfd31b74 - Flatcar Linux alpha 2107.0.0 (HVM)
2019-03-26T10:26:33.000Z : ami-036ce2634eaaf02ad - Flatcar Linux alpha 2093.0.0 (PV)
2019-03-26T10:15:47.000Z : ami-0fc0b8bb9e9040bca - Flatcar Linux alpha 2093.0.0 (HVM)
2019-03-25T22:29:26.000Z : ami-011508c38d6b03a90 - Flatcar Linux beta 2079.1.0 (PV)
2019-03-25T22:23:46.000Z : ami-05adba16a1346bec3 - Flatcar Linux beta 2079.1.0 (HVM)
2019-03-15T15:34:11.000Z : ami-0482c42ad95b3b2f3 - Flatcar Linux edge 2079.99.0 (PV)
2019-03-15T15:28:30.000Z : ami-084f3cc7763198615 - Flatcar Linux edge 2079.99.0 (HVM)
2019-03-12T08:49:59.000Z : ami-086cc6ae1cfb3ac4b - Flatcar Linux alpha 2079.0.0 (PV)
2019-03-12T08:28:48.000Z : ami-0bcfd8aeb3f99d95e - Flatcar Linux alpha 2079.0.0 (HVM)
2019-03-12T05:01:22.000Z : ami-08ddbf01a1f55b6b9 - Flatcar Linux beta 2051.2.0 (PV)
2019-03-12T04:42:43.000Z : ami-0c44a19100f24be87 - Flatcar Linux beta 2051.2.0 (HVM)
2019-03-12T02:20:44.000Z : ami-0c9bbd51b853dd5be - Flatcar Linux stable 2023.5.0 (PV)
2019-03-12T02:02:34.000Z : ami-0838209aa60397629 - Flatcar Linux stable 2023.5.0 (HVM)
2019-03-01T23:29:05.000Z : ami-0ce6a075f65907d68 - Flatcar Linux edge 2051.99.2 (PV)
2019-03-01T23:18:19.000Z : ami-07f0264499663be10 - Flatcar Linux edge 2051.99.2 (HVM)
2019-02-27T18:16:43.000Z : ami-076f4f15941a75e85 - Flatcar Linux edge 2051.99.1 (PV)
2019-02-27T18:05:58.000Z : ami-0681b23d51acb2aab - Flatcar Linux edge 2051.99.1 (HVM)
2019-02-26T13:05:07.000Z : ami-0bd5925143fc2e319 - Flatcar Linux alpha 2065.0.0 (PV)
2019-02-26T12:59:27.000Z : ami-0d0550e1266dac56a - Flatcar Linux alpha 2065.0.0 (HVM)
2019-02-26T10:32:27.000Z : ami-059131a6193660eda - Flatcar Linux beta 2051.1.0 (PV)
2019-02-26T10:21:41.000Z : ami-0ffcd1c86e4701b48 - Flatcar Linux beta 2051.1.0 (HVM)
2019-02-26T07:32:28.000Z : ami-077be943b200ea0bf - Flatcar Linux stable 2023.4.0 (PV)
2019-02-26T07:21:18.000Z : ami-08152e30527385c5a - Flatcar Linux stable 2023.4.0 (HVM)
2019-02-20T19:39:08.000Z : ami-0383ebbf4b47f14d1 - Flatcar Linux beta 2023.3.0 (PV)
2019-02-20T19:28:24.000Z : ami-0b94bc4c7e24e6435 - Flatcar Linux beta 2023.3.0 (HVM)
2019-02-20T13:24:47.000Z : ami-04c28852bd0a9951f - Flatcar Linux stable 1967.6.0 (PV)
2019-02-20T13:14:02.000Z : ami-0f3aa0ddacbad1308 - Flatcar Linux stable 1967.6.0 (HVM)
2019-02-13T01:34:00.000Z : ami-0535db3007be5ffe7 - Flatcar Linux beta 2023.2.0 (PV)
2019-02-13T01:32:07.000Z : ami-01b16864bcee70e0f - Flatcar Linux alpha 2051.0.0 (PV)
2019-02-13T01:23:14.000Z : ami-0c2f19f5e6ad5e7b4 - Flatcar Linux beta 2023.2.0 (HVM)
2019-02-13T01:21:21.000Z : ami-096a9bb74264d3c58 - Flatcar Linux alpha 2051.0.0 (HVM)
2019-02-12T22:12:16.000Z : ami-0e38a50ffbc771a6e - Flatcar Linux stable 1967.5.0 (PV)
2019-02-12T22:06:36.000Z : ami-0bb3d69e1c9356251 - Flatcar Linux stable 1967.5.0 (HVM)
2019-01-30T12:46:01.000Z : ami-0368e1c504c707e19 - Flatcar Linux alpha 2037.0.0 (PV)
2019-01-30T12:40:22.000Z : ami-0c8c0cad914e3d09d - Flatcar Linux alpha 2037.0.0 (HVM)
2019-01-29T22:23:55.000Z : ami-00c1edf0ab74d441f - Flatcar Linux stable 1967.4.0 (PV)
2019-01-29T22:13:16.000Z : ami-097c3fa54d8e64d00 - Flatcar Linux stable 1967.4.0 (HVM)
2019-01-29T20:35:42.000Z : ami-0f57ad84dae2a5830 - Flatcar Linux beta 2023.1.0 (PV)
2019-01-29T20:18:29.000Z : ami-0e996ec1ed85520b7 - Flatcar Linux beta 2023.1.0 (HVM)
2019-01-25T21:36:45.000Z : ami-0e96dfb2ee249634a - Flatcar Linux stable 1967.3.1 (PV)
2019-01-25T21:31:05.000Z : ami-05308af88c1a46ee5 - Flatcar Linux stable 1967.3.1 (HVM)
2019-01-18T12:06:14.000Z : ami-0d6401111efaa82b6 - Flatcar Linux alpha 2023.0.0 (PV)
2019-01-18T12:00:34.000Z : ami-026a0b1d4dd11d386 - Flatcar Linux alpha 2023.0.0 (HVM)
2019-01-17T19:55:31.000Z : ami-0433dc8549499cbb5 - Flatcar Linux beta 1995.1.0 (PV)
2019-01-17T19:49:51.000Z : ami-0c3106b5eb5748d73 - Flatcar Linux beta 1995.1.0 (HVM)
2019-01-17T18:44:48.000Z : ami-003576f066fde96e6 - Flatcar Linux stable 1967.3.0 (PV)
2019-01-17T18:34:06.000Z : ami-0c9793cecb03464b3 - Flatcar Linux stable 1967.3.0 (HVM)
2019-01-17T04:11:41.000Z : ami-0353d250f6804c1fc - Flatcar Linux alpha 2016.0.0 (PV)
2019-01-17T04:00:54.000Z : ami-00c1a680362e81932 - Flatcar Linux alpha 2016.0.0 (HVM)
2018-12-20T02:00:18.000Z : ami-0135a3a2eda28d1aa - Flatcar Linux beta 1967.2.0 (PV)
2018-12-20T01:54:38.000Z : ami-0052fd6797a032778 - Flatcar Linux beta 1967.2.0 (HVM)
2018-12-18T17:23:32.000Z : ami-0468104898ef8cb1e - Flatcar Linux alpha 1995.0.0 (PV)
2018-12-18T17:17:52.000Z : ami-0ce8c092b3d60972a - Flatcar Linux alpha 1995.0.0 (HVM)
2018-12-18T08:39:42.000Z : ami-0a49bab3a29773f26 - Flatcar Linux stable 1911.5.0 (PV)
2018-12-18T08:34:02.000Z : ami-06326573c4bc107cc - Flatcar Linux stable 1911.5.0 (HVM)
2018-12-05T10:53:16.000Z : ami-0f7aff5b53332ca60 - Flatcar Linux alpha 1981.0.0 (PV)
2018-12-05T10:47:35.000Z : ami-01959bad890492937 - Flatcar Linux alpha 1981.0.0 (HVM)
2018-12-04T20:20:18.000Z : ami-064b7e685e12ae50f - Flatcar Linux beta 1967.1.0 (PV)
2018-12-04T20:09:38.000Z : ami-05a765a67a1e4b7d4 - Flatcar Linux beta 1967.1.0 (HVM)
2018-11-27T13:40:33.000Z : ami-08e95fa471b9a8c72 - Flatcar Linux stable 1911.4.0 (PV)
2018-11-27T13:34:53.000Z : ami-07e5a0b79f57ad766 - Flatcar Linux stable 1911.4.0 (HVM)
2018-11-20T17:55:46.000Z : ami-0125568eb2e5f1095 - Flatcar Linux beta 1939.2.1 (PV)
2018-11-20T17:50:06.000Z : ami-082d2fb810c04d686 - Flatcar Linux beta 1939.2.1 (HVM)
2018-11-20T09:13:15.000Z : ami-098fdda2c67247409 - Flatcar Linux alpha 1967.0.0 (PV)
2018-11-20T09:07:35.000Z : ami-0d12b3acb96b80e59 - Flatcar Linux alpha 1967.0.0 (HVM)
2018-11-07T22:02:20.000Z : ami-0da14e4c50b5c6c3e - Flatcar Linux alpha 1953.0.0 (PV)
2018-11-07T21:51:38.000Z : ami-0a4915baf76436b30 - Flatcar Linux alpha 1953.0.0 (HVM)
2018-11-07T01:40:18.000Z : ami-0d6d221e77b7e85d0 - Flatcar Linux beta 1939.1.0 (PV)
2018-11-07T01:29:36.000Z : ami-037d824c33ecff88b - Flatcar Linux beta 1939.1.0 (HVM)
2018-11-07T00:26:27.000Z : ami-02d936b2f2a694fa5 - Flatcar Linux stable 1911.3.0 (PV)
2018-11-07T00:15:45.000Z : ami-0780d10299da7ff2a - Flatcar Linux stable 1911.3.0 (HVM)
2018-10-26T09:00:38.000Z : ami-09aec10c2ef7ff7bb - Flatcar Linux alpha 1939.0.0 (PV)
2018-10-26T08:44:48.000Z : ami-0894e44690c742472 - Flatcar Linux alpha 1939.0.0 (HVM)
2018-10-25T01:07:18.000Z : ami-082513d7414d149e5 - Flatcar Linux beta 1911.2.0 (PV)
2018-10-25T00:56:42.000Z : ami-04a56f604d4368f3e - Flatcar Linux beta 1911.2.0 (HVM)
2018-10-24T21:34:26.000Z : ami-0857dedfffcdbc8f2 - Flatcar Linux stable 1855.5.0 (PV)
2018-10-24T21:23:50.000Z : ami-024fc32b8725dcb3e - Flatcar Linux stable 1855.5.0 (HVM)
2018-10-11T19:10:11.000Z : ami-04f8ce6bd7a0c19c2 - Flatcar Linux stable 1855.4.2 (PV)
2018-10-11T18:59:20.000Z : ami-07dbc33b38f6651c8 - Flatcar Linux stable 1855.4.2 (HVM)
2018-10-11T13:18:47.000Z : ami-08a098ae407efdd01 - Flatcar Linux beta 1911.1.1 (PV)
2018-10-11T12:50:16.000Z : ami-035d032aae65c2975 - Flatcar Linux beta 1911.1.1 (HVM)
2018-10-10T22:45:25.000Z : ami-0f6b2231e1275699e - Flatcar Linux alpha 1925.0.0 (PV)
2018-10-10T22:34:42.000Z : ami-084c25461be9c9e7a - Flatcar Linux alpha 1925.0.0 (HVM)
2018-10-01T12:20:29.000Z : ami-08c387bd82187a8da - Flatcar Linux alpha 1911.0.2 (PV)
2018-10-01T11:54:43.000Z : ami-077590e6df0ec57b6 - Flatcar Linux alpha 1911.0.2 (HVM)
2018-09-14T11:55:46.000Z : ami-09b7ae88fab970d9e - Flatcar Linux alpha 1897.0.0 (PV)
2018-09-14T10:56:09.000Z : ami-04f838cc0489ec83a - Flatcar Linux alpha 1897.0.0 (HVM)
2018-09-14T08:40:46.000Z : ami-0e3fa6bfb23037731 - Flatcar Linux stable 1855.4.0 (PV)
2018-09-13T17:05:24.000Z : ami-0da4dca09afe415d4 - Flatcar Linux beta 1883.1.0 (PV)
2018-09-13T16:39:55.000Z : ami-08dd94888428ce1d7 - Flatcar Linux beta 1883.1.0 (HVM)
2018-09-13T15:59:20.000Z : ami-0cd75c7fbe54b983d - Flatcar Linux stable 1855.4.0 (HVM)
2018-09-05T01:02:57.000Z : ami-0f812e724fe6a4256 - Flatcar Linux beta 1855.3.0 (PV)
2018-09-05T00:52:05.000Z : ami-092fa856064e26c7a - Flatcar Linux beta 1855.3.0 (HVM)
2018-08-29T15:40:55.000Z : ami-088d735585ebf415a - Flatcar Linux alpha 1883.0.0 (PV)
2018-08-29T15:29:03.000Z : ami-075bc4b13b57cf773 - Flatcar Linux alpha 1883.0.0 (HVM)
2018-08-17T08:51:08.000Z : ami-0d79cca9599aaf634 - Flatcar Linux beta 1855.2.0 (PV)
2018-08-17T06:49:51.000Z : ami-0e62881040961d83f - Flatcar Linux alpha 1871.0.0 (PV)
2018-08-17T06:35:23.000Z : ami-070d422ad825df62c - Flatcar Linux alpha 1871.0.0 (HVM)
2018-08-17T06:25:25.000Z : ami-0f1346b1a986f4fd6 - Flatcar Linux beta 1855.2.0 (HVM)
2018-08-17T04:25:05.000Z : ami-05bc02e952560b323 - Flatcar Linux stable 1800.7.0 (PV)
2018-08-17T04:09:35.000Z : ami-0ed67468e693a7c0b - Flatcar Linux stable 1800.7.0 (HVM)
2018-08-08T02:41:25.000Z : ami-3e2f0946 - Flatcar Linux alpha 1855.1.0 (PV)
2018-08-08T02:30:20.000Z : ami-48210730 - Flatcar Linux alpha 1855.1.0 (HVM)
2018-08-07T19:16:31.000Z : ami-03785e7b - Flatcar Linux stable 1800.6.0 (PV)
2018-08-07T19:05:58.000Z : ami-36785e4e - Flatcar Linux stable 1800.6.0 (HVM)
2018-08-07T18:51:42.000Z : ami-217b5d59 - Flatcar Linux beta 1828.3.0 (PV)
2018-08-07T18:41:08.000Z : ami-dd7b5da5 - Flatcar Linux beta 1828.3.0 (HVM)
2018-07-31T09:13:31.000Z : ami-716d3709 - Flatcar Linux stable 1800.5.0 (PV)
2018-07-31T01:17:01.000Z : ami-c72f75bf - Flatcar Linux stable 1800.5.0 (HVM)
2018-07-30T23:22:26.000Z : ami-3b2b7143 - Flatcar Linux beta 1828.2.0 (PV)
2018-07-30T23:11:29.000Z : ami-b02872c8 - Flatcar Linux beta 1828.2.0 (HVM)
2018-07-30T15:15:50.000Z : ami-2239635a - Flatcar Linux alpha 1855.0.0 (PV)
2018-07-30T15:05:16.000Z : ami-ae3963d6 - Flatcar Linux alpha 1855.0.0 (HVM)
2018-07-26T09:17:37.000Z : ami-a0530bd8 - Flatcar Linux stable 1800.4.0 (PV)
2018-07-26T09:01:47.000Z : ami-2750085f - Flatcar Linux stable 1800.4.0 (HVM)
2018-07-26T06:00:59.000Z : ami-d82971a0 - Flatcar Linux alpha 1849.0.0 (PV)
2018-07-26T00:52:37.000Z : ami-dae6bfa2 - Flatcar Linux alpha 1849.0.0 (HVM)
2018-07-25T21:59:17.000Z : ami-1bf4ad63 - Flatcar Linux beta 1828.1.0 (PV)
2018-07-25T21:48:20.000Z : ami-241e465c - Flatcar Linux beta 1828.1.0 (HVM)
2018-07-13T15:18:55.000Z : ami-851042fd - Flatcar Linux beta 1800.3.0 (PV)
2018-07-13T15:06:45.000Z : ami-58ebb820 - Flatcar Linux beta 1800.3.0 (HVM)
2018-07-05T03:52:36.000Z : ami-c25c0bba - Flatcar Linux alpha 1828.0.0 (PV)
2018-07-05T03:41:38.000Z : ami-8a5e09f2 - Flatcar Linux alpha 1828.0.0 (HVM)
2018-06-22T11:15:21.000Z : ami-4fa0ee37 - Flatcar Linux alpha 1814.0.0 (PV)
2018-06-21T19:03:55.000Z : ami-5f307e27 - Flatcar Linux alpha 1814.0.0 (HVM)
2018-06-21T19:01:29.000Z : ami-934e00eb - Flatcar Linux beta 1800.2.0 (PV)
2018-06-21T18:45:42.000Z : ami-264c025e - Flatcar Linux beta 1800.2.0 (HVM)
2018-06-15T15:08:42.000Z : ami-95f8baed - Flatcar Linux stable 1745.7.0 (PV)
2018-06-15T13:21:52.000Z : ami-6dd59715 - Flatcar Linux stable 1745.7.0 (HVM)
2018-06-15T03:42:08.000Z : ami-1ab1f362 - Flatcar Linux beta 1772.4.0 (PV)
2018-06-15T03:31:08.000Z : ami-e2b0f29a - Flatcar Linux beta 1772.4.0 (HVM)
2018-06-13T01:39:14.000Z : ami-69703311 - Flatcar Linux alpha 1800.1.0 (PV)
2018-06-13T01:28:41.000Z : ami-e03e7d98 - Flatcar Linux alpha 1800.1.0 (HVM)
2018-06-13T01:20:11.000Z : ami-927231ea - Flatcar Linux beta 1772.3.0 (PV)
2018-06-13T01:09:18.000Z : ami-f66c2f8e - Flatcar Linux beta 1772.3.0 (HVM)
2018-06-12T21:49:24.000Z : ami-595b1821 - Flatcar Linux stable 1745.6.0 (PV)
2018-06-12T21:38:50.000Z : ami-bf5417c7 - Flatcar Linux stable 1745.6.0 (HVM)
2018-06-11T17:17:07.000Z : ami-a9b0f0d1 - Flatcar Linux alpha 1800.0.0 (PV)
2018-06-11T17:06:33.000Z : ami-cdb2f2b5 - Flatcar Linux alpha 1800.0.0 (HVM)
2018-06-01T08:19:15.000Z : ami-0d450075 - Flatcar Linux alpha 1786.2.0 (PV)
2018-06-01T08:02:27.000Z : ami-303a7f48 - Flatcar Linux stable 1745.5.0 (PV)
2018-06-01T02:21:35.000Z : ami-c40b4ebc - Flatcar Linux alpha 1786.2.0 (HVM)
2018-06-01T02:17:36.000Z : ami-cb0b4eb3 - Flatcar Linux beta 1772.2.0 (PV)
2018-06-01T02:06:45.000Z : ami-4d094c35 - Flatcar Linux beta 1772.2.0 (HVM)
2018-06-01T01:47:33.000Z : ami-ac0c49d4 - Flatcar Linux stable 1745.5.0 (HVM)
2018-05-26T19:08:29.000Z : ami-6650281e - Flatcar Linux alpha 1786.1.0 (PV)
2018-05-26T18:57:06.000Z : ami-565e262e - Flatcar Linux alpha 1786.1.0 (HVM)
2018-05-26T17:27:40.000Z : ami-bb5820c3 - Flatcar Linux stable 1745.4.0 (PV)
2018-05-26T17:16:06.000Z : ami-1e582066 - Flatcar Linux stable 1745.4.0 (HVM)
2018-05-25T21:37:12.000Z : ami-c9ceb7b1 - Flatcar Linux alpha 1786.0.1 (PV)
2018-05-25T21:26:39.000Z : ami-facfb682 - Flatcar Linux alpha 1786.0.1 (HVM)
2018-05-25T21:15:53.000Z : ami-e2cfb69a - Flatcar Linux beta 1772.1.1 (PV)
2018-05-25T21:00:10.000Z : ami-a5cab3dd - Flatcar Linux beta 1772.1.1 (HVM)
2018-05-25T20:39:26.000Z : ami-5dcbb225 - Flatcar Linux stable 1745.3.1 (PV)
2018-05-25T20:26:48.000Z : ami-58d6af20 - Flatcar Linux stable 1745.3.1 (HVM)
2018-05-09T23:09:51.000Z : ami-0f324277 - Flatcar Linux beta 1745.2.0 (PV)
2018-05-09T22:59:19.000Z : ami-c43141bc - Flatcar Linux beta 1745.2.0 (HVM)
2018-05-09T21:57:50.000Z : ami-6bccbd13 - Flatcar Linux alpha 1772.0.0 (PV)
2018-05-09T21:47:04.000Z : ami-d0cabba8 - Flatcar Linux alpha 1772.0.0 (HVM)
2018-04-27T16:51:22.000Z : ami-57fb902f - Flatcar Linux beta 1722.2.0 (PV)
2018-04-27T16:39:47.000Z : ami-8be48ff3 - Flatcar Linux stable 1688.5.3 (PV)
2018-04-27T16:39:47.000Z : ami-88e48ff0 - Flatcar Linux beta 1722.2.0 (HVM)
2018-04-27T16:29:14.000Z : ami-a1e48fd9 - Flatcar Linux stable 1688.5.3 (HVM)
2018-04-26T03:22:04.000Z : ami-2bc2aa53 - Flatcar Linux alpha 1758.0.0 (PV)
2018-04-26T03:11:13.000Z : ami-abc1a9d3 - Flatcar Linux alpha 1758.0.0 (HVM)
2018-04-25T23:54:58.000Z : ami-fee68e86 - Flatcar Linux beta 1745.1.0 (PV)
2018-04-25T23:44:24.000Z : ami-a4e28adc - Flatcar Linux beta 1745.1.0 (HVM)
2018-04-23T15:10:07.000Z : ami-04523b7c - Flatcar Linux alpha 1745.0.0 (PV)
2018-04-23T14:59:35.000Z : ami-e4553c9c - Flatcar Linux alpha 1745.0.0 (HVM)
``` | infrastructure | remove flatcar container linux amis older than a year this issue tracks removal of flatcar container linux release from amazon aws removal of amis which have been released more than a year ago full list of amis to be removed per region ap northeast ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ap northeast ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux edge hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ap south ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux edge hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ap southeast ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux stable pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ap southeast ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ca central ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux edge hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm eu central ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm eu north eu west ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm eu west ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux edge hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm eu west ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux edge hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm sa east ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm us east ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux stable pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm us east ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux edge hvm ami flatcar linux edge hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux stable hvm ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm us west ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux stable pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm us west ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux edge pv ami flatcar linux edge hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux beta hvm ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux alpha pv ami flatcar linux stable pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux stable pv ami flatcar linux stable hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux stable pv ami flatcar linux beta hvm ami flatcar linux stable hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm ami flatcar linux beta pv ami flatcar linux beta hvm ami flatcar linux alpha pv ami flatcar linux alpha hvm | 1 |
21,230 | 14,444,944,334 | IssuesEvent | 2020-12-07 22:05:00 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | opened | Separate Repo (or Gem) For Test User Dashboard Work | identity infrastructure operations | ## Issue Description
- [ ] The Identity team needs a separate place to host the Test User Dashboard (TUD) codebase; we are unsure if a new repository is the best way to accomplish this. The TUD app is a full-stack app (React/Ruby/Postgres) to connect to the Test Users database as well as making API calls to vets-api on staging and development environments (only, no connection to production wanted).
---
## Tasks
- [ ] A new repository is created to host both the React frontend and the RoR backend.
## Acceptance Criteria
- [ ] Identity Team developers (John Bramley, Alex Garcia, Trevor Bosaw, and Joe Niquette) have access to the new repository.
---
## How to configure this issue
- [ ] **Attached to an Epic** (what body of work is this a part of?)
- [ ] **Labeled with Team** (`product support`, `analytics-insights`, `operations`, `service-design`, `tools-be`, `tools-fe`)
- [ ] **Labeled with Practice Area** (`backend`, `frontend`, `devops`, `design`, `research`, `product`, `ia`, `qa`, `analytics`, `contact center`, `research`, `accessibility`, `content`)
- [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)
| 1.0 | Separate Repo (or Gem) For Test User Dashboard Work - ## Issue Description
- [ ] The Identity team needs a separate place to host the Test User Dashboard (TUD) codebase; we are unsure if a new repository is the best way to accomplish this. The TUD app is a full-stack app (React/Ruby/Postgres) to connect to the Test Users database as well as making API calls to vets-api on staging and development environments (only, no connection to production wanted).
---
## Tasks
- [ ] A new repository is created to host both the React frontend and the RoR backend.
## Acceptance Criteria
- [ ] Identity Team developers (John Bramley, Alex Garcia, Trevor Bosaw, and Joe Niquette) have access to the new repository.
---
## How to configure this issue
- [ ] **Attached to an Epic** (what body of work is this a part of?)
- [ ] **Labeled with Team** (`product support`, `analytics-insights`, `operations`, `service-design`, `tools-be`, `tools-fe`)
- [ ] **Labeled with Practice Area** (`backend`, `frontend`, `devops`, `design`, `research`, `product`, `ia`, `qa`, `analytics`, `contact center`, `research`, `accessibility`, `content`)
- [ ] **Labeled with Type** (`bug`, `request`, `discovery`, `documentation`, etc.)
| infrastructure | separate repo or gem for test user dashboard work issue description the identity team needs a separate place to host the test user dashboard tud codebase we are unsure if a new repository is the best way to accomplish this the tud app is a full stack app react ruby postgres to connect to the test users database as well as making api calls to vets api on staging and development environments only no connection to production wanted tasks a new repository is created to host both the react frontend and the ror backend acceptance criteria identity team developers john bramley alex garcia trevor bosaw and joe niquette have access to the new repository how to configure this issue attached to an epic what body of work is this a part of labeled with team product support analytics insights operations service design tools be tools fe labeled with practice area backend frontend devops design research product ia qa analytics contact center research accessibility content labeled with type bug request discovery documentation etc | 1 |
3,390 | 4,287,003,235 | IssuesEvent | 2016-07-16 13:19:59 | MinetestForFun/server-minetestforfun-skyblock | https://api.github.com/repos/MinetestForFun/server-minetestforfun-skyblock | closed | Max Lag results | Infrastructure Performance | | Server Time | Players | Max Lag |
|:----------------:|:-------:|:-------:|
| 2016-07-09 17:29 | 36 | 5.9 |
| 2016-07-09 19:27 | 30 | 3.5 |
| 2016-07-09 19:48 | 35 | 4.6 |
| 2016-07-09 20:07 | 35 | 9.5 |
| 2016-07-09 23:33 | 23 | 4.3 |
| 2016-07-10 00:47 | 26 | 27.5 |
| 2016-07-10 00:51 | 23 | 21.2 |
| 2016-07-10 03:36 | 20 | 6.2 |
| 2016-07-10 05:03 | 17 | 2.8 |
| 2016-07-10 15:39 | 15 | 7.3 |
| 2016-07-10 16:20 | 17 | 21.1 |
| 2016-07-10 17:07 | 28 | 8.0 |
| 2016-07-10 18:12 | 39 | 4.9 |
| 2016-07-10 18:33 | 41 | 4.8 |
| 2016-07-10 19:36 | 41 | 4.0 |
| 2016-07-10 19:52 | 36 | 11.2 |
| 2016-07-10 20:14 | 14 | 8.7 |
:large_orange_diamond: | 1.0 | Max Lag results - | Server Time | Players | Max Lag |
|:----------------:|:-------:|:-------:|
| 2016-07-09 17:29 | 36 | 5.9 |
| 2016-07-09 19:27 | 30 | 3.5 |
| 2016-07-09 19:48 | 35 | 4.6 |
| 2016-07-09 20:07 | 35 | 9.5 |
| 2016-07-09 23:33 | 23 | 4.3 |
| 2016-07-10 00:47 | 26 | 27.5 |
| 2016-07-10 00:51 | 23 | 21.2 |
| 2016-07-10 03:36 | 20 | 6.2 |
| 2016-07-10 05:03 | 17 | 2.8 |
| 2016-07-10 15:39 | 15 | 7.3 |
| 2016-07-10 16:20 | 17 | 21.1 |
| 2016-07-10 17:07 | 28 | 8.0 |
| 2016-07-10 18:12 | 39 | 4.9 |
| 2016-07-10 18:33 | 41 | 4.8 |
| 2016-07-10 19:36 | 41 | 4.0 |
| 2016-07-10 19:52 | 36 | 11.2 |
| 2016-07-10 20:14 | 14 | 8.7 |
:large_orange_diamond: | infrastructure | max lag results server time players max lag large orange diamond | 1 |
56,659 | 3,080,716,346 | IssuesEvent | 2015-08-22 01:04:25 | ForgeEssentials/ForgeEssentialsMain | https://api.github.com/repos/ForgeEssentials/ForgeEssentialsMain | closed | Zone permissions with potion effects trouble | high-priority | Hello,
I'm trying to add specific potion effects to a desired zone. I messed up on the arguments for the effects and now the server console spams "Too few arguments for potion effects" every 2 seconds when someone is in that zone.
I can't seem the get the ID:duration:amplifier correct. i.e. 10:8:1
I'm confused on how to reset this and I've entered so many permission commands regarding the issue that I've probably did more bad then good. Any help? | 1.0 | Zone permissions with potion effects trouble - Hello,
I'm trying to add specific potion effects to a desired zone. I messed up on the arguments for the effects and now the server console spams "Too few arguments for potion effects" every 2 seconds when someone is in that zone.
I can't seem the get the ID:duration:amplifier correct. i.e. 10:8:1
I'm confused on how to reset this and I've entered so many permission commands regarding the issue that I've probably did more bad then good. Any help? | non_infrastructure | zone permissions with potion effects trouble hello i m trying to add specific potion effects to a desired zone i messed up on the arguments for the effects and now the server console spams too few arguments for potion effects every seconds when someone is in that zone i can t seem the get the id duration amplifier correct i e i m confused on how to reset this and i ve entered so many permission commands regarding the issue that i ve probably did more bad then good any help | 0 |
31,161 | 25,382,574,061 | IssuesEvent | 2022-11-21 18:50:33 | bootstrapworld/curriculum | https://api.github.com/repos/bootstrapworld/curriculum | closed | Handle all alignments in JS | Infrastructure | Doing more at runtime simplifies the build process, and saves most of the file size for `dependency-graph.js`. It also moves more of the "work" into JS-land, which means more load-time flexibility.
- [x] Remove unneeded code from racket build system
- [x] Remove the pathway-alignments.shtml file from courses, in favor of a global alignments page parameterized by URL arguments
- [x] Build global Alignments.shtml file from JS
- [x] Remove the hardcoding of this stuff from the racket build system
- [x] populate pathway-wide alignments via JS
- [x] have all JSON dictionaries copies to `distribution/lib`
- [x] populate lesson alignments via JS, mapping short names to long names
- [x] Have racket populate the dependency graph using ONLY short names
- [x] handle copycat standards (CSTA and CC) via JS
- [x] dynamically compute copycat-only states
- [x] move all dictionaries from Racket to JSON, and into the `lib` directory (needs @ds26gte )
| 1.0 | Handle all alignments in JS - Doing more at runtime simplifies the build process, and saves most of the file size for `dependency-graph.js`. It also moves more of the "work" into JS-land, which means more load-time flexibility.
- [x] Remove unneeded code from racket build system
- [x] Remove the pathway-alignments.shtml file from courses, in favor of a global alignments page parameterized by URL arguments
- [x] Build global Alignments.shtml file from JS
- [x] Remove the hardcoding of this stuff from the racket build system
- [x] populate pathway-wide alignments via JS
- [x] have all JSON dictionaries copies to `distribution/lib`
- [x] populate lesson alignments via JS, mapping short names to long names
- [x] Have racket populate the dependency graph using ONLY short names
- [x] handle copycat standards (CSTA and CC) via JS
- [x] dynamically compute copycat-only states
- [x] move all dictionaries from Racket to JSON, and into the `lib` directory (needs @ds26gte )
| infrastructure | handle all alignments in js doing more at runtime simplifies the build process and saves most of the file size for dependency graph js it also moves more of the work into js land which means more load time flexibility remove unneeded code from racket build system remove the pathway alignments shtml file from courses in favor of a global alignments page parameterized by url arguments build global alignments shtml file from js remove the hardcoding of this stuff from the racket build system populate pathway wide alignments via js have all json dictionaries copies to distribution lib populate lesson alignments via js mapping short names to long names have racket populate the dependency graph using only short names handle copycat standards csta and cc via js dynamically compute copycat only states move all dictionaries from racket to json and into the lib directory needs | 1 |
371,574 | 25,956,949,403 | IssuesEvent | 2022-12-18 11:10:17 | unibz-core/ontouml-models | https://api.github.com/repos/unibz-core/ontouml-models | closed | Create clean JSON for oliveira2022rose | documentation | @claudenirmf , please generate the clean JSON for the following dataset: [oliveira2022rose](https://github.com/unibz-core/ontouml-models/tree/oliveira2022rose/oliveira2022rose)
Thank you in advance. | 1.0 | Create clean JSON for oliveira2022rose - @claudenirmf , please generate the clean JSON for the following dataset: [oliveira2022rose](https://github.com/unibz-core/ontouml-models/tree/oliveira2022rose/oliveira2022rose)
Thank you in advance. | non_infrastructure | create clean json for claudenirmf please generate the clean json for the following dataset thank you in advance | 0 |
2,265 | 3,594,472,189 | IssuesEvent | 2016-02-01 23:51:47 | NESCent/popgenInfo | https://api.github.com/repos/NESCent/popgenInfo | opened | Website retains outdated vignettes when names change | website infrastructure | This was initially brought up in #126. On the website, vignettes that have been deleted still exist. | 1.0 | Website retains outdated vignettes when names change - This was initially brought up in #126. On the website, vignettes that have been deleted still exist. | infrastructure | website retains outdated vignettes when names change this was initially brought up in on the website vignettes that have been deleted still exist | 1 |
82,308 | 15,888,488,461 | IssuesEvent | 2021-04-10 07:35:24 | vithuydiep/FastDeliveryApplication | https://api.github.com/repos/vithuydiep/FastDeliveryApplication | opened | Xử lý Đăng nhập | code | - Tạo model, tạo bảng trên database
- Insert data sample vào database
- Xử lý các case khi nhận input từ user | 1.0 | Xử lý Đăng nhập - - Tạo model, tạo bảng trên database
- Insert data sample vào database
- Xử lý các case khi nhận input từ user | non_infrastructure | xử lý đăng nhập tạo model tạo bảng trên database insert data sample vào database xử lý các case khi nhận input từ user | 0 |
118,225 | 25,276,756,702 | IssuesEvent | 2022-11-16 13:11:14 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | reopened | Revisit the logic around couldShowWarning in InstallWarning | component: code quality priority: p3 | Quoting @willdurand in https://github.com/mozilla/addons-frontend/pull/8348#discussion_r312547172, "I am not sure to like this pattern. Could you file an issue so that we can discuss it and maybe revisit it later?" | 1.0 | Revisit the logic around couldShowWarning in InstallWarning - Quoting @willdurand in https://github.com/mozilla/addons-frontend/pull/8348#discussion_r312547172, "I am not sure to like this pattern. Could you file an issue so that we can discuss it and maybe revisit it later?" | non_infrastructure | revisit the logic around couldshowwarning in installwarning quoting willdurand in i am not sure to like this pattern could you file an issue so that we can discuss it and maybe revisit it later | 0 |
95,245 | 10,868,683,421 | IssuesEvent | 2019-11-15 04:48:53 | Akimatsu98/pe | https://api.github.com/repos/Akimatsu98/pe | opened | Delete entire deck command not docummented | severity.Medium type.DocumentationBug | The delete command can be used to delete the entire deck as well but is not documented in the User Guide.
| 1.0 | Delete entire deck command not docummented - The delete command can be used to delete the entire deck as well but is not documented in the User Guide.
| non_infrastructure | delete entire deck command not docummented the delete command can be used to delete the entire deck as well but is not documented in the user guide | 0 |
113,739 | 14,482,648,287 | IssuesEvent | 2020-12-10 14:14:31 | phetsims/ratio-and-proportion | https://api.github.com/repos/phetsims/ratio-and-proportion | opened | Explore and verify best placement of position information for slider interactions | design:a11y | While testing #245 and #261, I found the flipped design was implemented as I requested.
That said, I want to note that when I use the slider interactions (individual left or right hands), I feel like I need position as part of the object response.
This is not the case with the Both Hands interaction where I receive comprehensive position information for each hand while interacting.
This is an interesting design issue. I am opening this issue for future investigation. It likely won't happen for the publication for this version.
At Tuesday (Dec 8th) design meeting, I also mentioned that I felt like I was missing position information sometimes. This issue can explore that "possible" design gap further as we move the current version of the sim towards publication. | 1.0 | Explore and verify best placement of position information for slider interactions - While testing #245 and #261, I found the flipped design was implemented as I requested.
That said, I want to note that when I use the slider interactions (individual left or right hands), I feel like I need position as part of the object response.
This is not the case with the Both Hands interaction where I receive comprehensive position information for each hand while interacting.
This is an interesting design issue. I am opening this issue for future investigation. It likely won't happen for the publication for this version.
At Tuesday (Dec 8th) design meeting, I also mentioned that I felt like I was missing position information sometimes. This issue can explore that "possible" design gap further as we move the current version of the sim towards publication. | non_infrastructure | explore and verify best placement of position information for slider interactions while testing and i found the flipped design was implemented as i requested that said i want to note that when i use the slider interactions individual left or right hands i feel like i need position as part of the object response this is not the case with the both hands interaction where i receive comprehensive position information for each hand while interacting this is an interesting design issue i am opening this issue for future investigation it likely won t happen for the publication for this version at tuesday dec design meeting i also mentioned that i felt like i was missing position information sometimes this issue can explore that possible design gap further as we move the current version of the sim towards publication | 0 |
33,722 | 7,202,190,107 | IssuesEvent | 2018-02-06 02:27:19 | telusdigital/tds | https://api.github.com/repos/telusdigital/tds | closed | [Forms] Nested divs in spans produce invalid HTML markup | accessibility defect status: core team | ## Description
All components with a `<label>` - Input, Checkbox, Radio, Textarea, Select - have a `<div>` nested within the `<label>`. This is invalid HTML, which impacts accessibility.
## Reproduction Steps
1. Copy the first snapshot from the Input specs: "src/components/Input/_tests/snapshots_/Input.spec.jsx.snap"
2. Paste it into the HTML validator: https://validator.w3.org
3. Click "check"
4. Observe the validation error: "Element div not allowed as child of element label in this context."
## Meta
- TDS version: v0.34 and 1.0
- Low impact
| 1.0 | [Forms] Nested divs in spans produce invalid HTML markup - ## Description
All components with a `<label>` - Input, Checkbox, Radio, Textarea, Select - have a `<div>` nested within the `<label>`. This is invalid HTML, which impacts accessibility.
## Reproduction Steps
1. Copy the first snapshot from the Input specs: "src/components/Input/_tests/snapshots_/Input.spec.jsx.snap"
2. Paste it into the HTML validator: https://validator.w3.org
3. Click "check"
4. Observe the validation error: "Element div not allowed as child of element label in this context."
## Meta
- TDS version: v0.34 and 1.0
- Low impact
| non_infrastructure | nested divs in spans produce invalid html markup description all components with a input checkbox radio textarea select have a nested within the this is invalid html which impacts accessibility reproduction steps copy the first snapshot from the input specs src components input tests snapshots input spec jsx snap paste it into the html validator click check observe the validation error element div not allowed as child of element label in this context meta tds version and low impact | 0 |
62,159 | 15,173,512,486 | IssuesEvent | 2021-02-13 14:29:07 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | opened | Does tf.keras.callbacks.Callback work with 3 Dimensions? | type:build/install | **System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Google Colab, OS unknown.
- TensorFlow installed from (source or binary): ?
- TensorFlow version: 2.0 (tf-gpu)
- Python version: 3.7
- Installed using virtualenv? pip? conda?: pip
- Bazel version (if compiling from source): ?
- GCC/Compiler version (if compiling from source): ?
- CUDA/cuDNN version: CUDA 11.2
- GPU model and memory: Tesla P100-PCIE w/ 16 GB
**Describe the problem**
I already documented everything here: https://github.com/ayulockin/deepimageinpainting/issues/3
My last answer from 02/09/21 is my current state.
My plan was to inpaint on grayscale images by adapting their architecture: https://github.com/ayulockin/deepimageinpainting
(!) The current problem is indeed the grayscale instead of the 16-bit scale which I thought earlier. (!)
First I adapted their notebook "Inpainting Partial Convolution" with the training data from MNIST (60000,28,28)
MNIST is 8-bit.
The results from the fit_generator() was an error:
```python
----> 7 PredictionLogger()])
[...] 6 frames
--> 565 'with shape ' + str(data_shape))
ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (32, 28, 28)
```
I tried the same with my own training dataset called VT_1000 (1000, 256, 256).
Also grayscale, but 16-bit.
As I said before: This is not the problem due to normalization.
The result from fit_generator() was kind of the same:
```python
----> 7 PredictionLogger()])
[...] 6 frames
--> 565 'with shape ' + str(data_shape))
ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (32, 256, 256)
```
**Provide the exact sequence of commands / steps that you executed before running into the problem**
PredictionLogger is a class with tf inheritance so I assumed the problem to be here.
Key lines:
```python
%%capture
!pip install tensorflow-gpu==2.0
!pip install wandb -q
!pip install --upgrade wandb
import wandb
from wandb.keras import WandbCallback
!wandb login ab4d648da3c296fa678ab39761b8a37e28efec62
wandb.init(entity='svsz', project="MNIST")
import tensorflow as tf
from tensorflow import keras
import cv2
import numpy as np
(x_train, y_train), (x_test, y_test) = keras.datasets.mnist.load_data()
maxElement_train, maxElement_test = np.amax(x_train), np.amax(x_test)
maxElement = np.amax(np.array(maxElement_train, maxElement_test))
format = len(x_train[0][0])
formatxy = len(x_train[0][0]), len(x_train[0][0])
formatxyz = len(x_train[0][0]), len(x_train[0][0]), 1
## Ref: https://stanford.edu/~shervine/blog/keras-how-to-generate-data-on-the-fly.
class createAugment(keras.utils.Sequence):
'Generates data for Keras'
def __init__(self, X, y, batch_size=32, dim=(formatxy), shuffle=True):
'Initialization'
self.batch_size = batch_size
self.X = X
self.y = y
self.dim = dim
self.shuffle = shuffle
self.on_epoch_end()
def __len__(self):
'Denotes the number of batches per epoch'
return int(np.floor(len(self.X) / self.batch_size))
def __getitem__(self, index):
'Generate one batch of data'
# Generate indexes of the batch
indexes = self.indexes[index*self.batch_size:(index+1)*self.batch_size]
# Generate data
X_inputs, y_output = self.__data_generation(indexes)
return X_inputs, y_output
def on_epoch_end(self):
'Updates indexes after each epoch'
self.indexes = np.arange(len(self.X))
if self.shuffle:
np.random.shuffle(self.indexes)
def __data_generation(self, idxs):
# Masked_images is a matrix of masked images used as input
Masked_images = np.empty((self.batch_size, self.dim[0], self.dim[1])) # Masked image
# Mask_batch is a matrix of binary masks used as input
Mask_batch = np.empty((self.batch_size, self.dim[0], self.dim[1])) # Binary Masks
# y_batch is a matrix of original images used for computing error from reconstructed image
y_batch = np.empty((self.batch_size, self.dim[0], self.dim[1])) # Original image
## Iterate through random indexes
for i, idx in enumerate(idxs):
image_copy = self.X[idx].copy()
## Get mask associated to that image
masked_image, mask = self.__createMask(image_copy)
Masked_images[i,] = masked_image/maxElement
Mask_batch[i,] = mask/maxElement
y_batch[i] = self.y[idx]/maxElement
## Return mask as well because partial convolution require the same.
return [Masked_images, Mask_batch], y_batch
def __createMask(self, img):
## Prepare masking matrix
mask = np.full((formatxy), maxElement, np.uint8) ## White background
for _ in range(np.random.randint(1, 5)):
# Get random x locations to start line
x1, x2 = np.random.randint(1, format), np.random.randint(1, format)
# Get random y locations to start line
y1, y2 = np.random.randint(1, format), np.random.randint(1, format)
# Get random thickness of the line drawn
thickness = np.random.randint((format/28), (format/14))
# Draw black line on the white mask
cv2.line(mask,(x1,y1),(x2,y2),(0,0,0),thickness)
## Mask the image
masked_image = img.copy()
masked_image[mask==0] = maxElement
return masked_image, mask
## Prepare training and testing mask-image pair generator
traingen = createAugment(x_train, x_train)
testgen = createAugment(x_test, x_test, shuffle=False)
!git clone https://github.com/ayulockin/deepimageinpainting.git
%cd deepimageinpainting/
## utils is present in the cloned repo. Visit repo for the implementation of PConv2D.
from utils.pconv_layer import PConv2D
## For more information into formulation: https://www.youtube.com/watch?v=AZr64OxshLo
## Metric
def dice_coef(y_true, y_pred):
y_true_f = keras.backend.flatten(y_true)
y_pred_f = keras.backend.flatten(y_pred)
intersection = keras.backend.sum(y_true_f * y_pred_f)
return (2. * intersection) / (keras.backend.sum(y_true_f + y_pred_f))
class InpaintingModel:
'''
Build UNET like model for image inpaining task.
'''
def prepare_model(self, input_size=(formatxyz)):
input_image = keras.layers.Input(input_size)
input_mask = keras.layers.Input(input_size, name='encoder_input')
conv1, mask1, conv2, mask2 = self.__encoder_layer(32, input_image, input_mask, ['conv1', 'conv2'])
conv3, mask3, conv4, mask4 = self.__encoder_layer(64, conv2, mask2, ['conv3', 'conv4'])
# conv5, mask5, conv6, mask6 = self.__encoder_layer(128, conv4, mask4, ['conv5', 'conv6'])
# conv7, mask7, conv8, mask8 = self.__encoder_layer(256, conv6, mask6, ['conv7', 'encoder_output'])
# conv9, mask9, conv10, mask10 = self.__decoder_layer(256, 128, conv8, mask8, conv7, mask7, ['conv9', 'conv10'])
# conv11, mask11, conv12, mask12 = self.__decoder_layer(128, 64, conv10, mask10, conv5, mask5, ['conv11', 'conv12'])
conv13, mask13, conv14, mask14 = self.__decoder_layer(64, 32, conv4, mask4, conv3, mask3, ['conv13', 'conv14'])
conv15, mask15, conv16, mask16 = self.__decoder_layer(32, 3, conv14, mask14, conv1, mask1, ['conv15', 'decoder_output'])
outputs = keras.layers.Conv2D(1, (3, 3), activation='sigmoid', padding='same')(conv16)
return keras.models.Model(inputs=[input_image, input_mask], outputs=[outputs])
def __encoder_layer(self, filters, in_layer, in_mask, names):
conv1, mask1 = PConv2D(32, (3,3), strides=1, padding='same', name=names[0])([in_layer, in_mask])
conv1 = keras.activations.relu(conv1)
conv2, mask2 = PConv2D(32, (3,3), strides=2, padding='same', name=names[1])([conv1, mask1])
# conv2 = keras.layers.BatchNormalization()(conv2, training=True)gis
conv2 = keras.activations.relu(conv2)
return conv1, mask1, conv2, mask2
def __decoder_layer(self, filter1, filter2, in_img, in_mask, share_img, share_mask, names):
up_img = keras.layers.UpSampling2D(size=(2,2))(in_img)
up_mask = keras.layers.UpSampling2D(size=(2,2))(in_mask)
concat_img = keras.layers.Concatenate(axis=3)([share_img, up_img])
concat_mask = keras.layers.Concatenate(axis=3)([share_mask, up_mask])
conv1, mask1 = PConv2D(filter1, (3,3), padding='same', name=names[0])([concat_img, concat_mask])
conv1 = keras.activations.relu(conv1)
conv2, mask2 = PConv2D(filter2, (3,3), padding='same', name=names[1])([conv1, mask1])
# conv2 = keras.layers.BatchNormalization()(conv2)
conv2 = keras.activations.relu(conv2)
return conv1, mask1, conv2, mask2
keras.backend.clear_session()
model = InpaintingModel().prepare_model()
model.summary()
model.compile(optimizer='adam', loss='mean_absolute_error', metrics=[dice_coef])
class PredictionLogger(tf.keras.callbacks.Callback):
def __init__(self):
super(PredictionLogger, self).__init__()
def on_epoch_end(self, logs, epoch):
sample_idx = 54
[masked_images, masks], nomask = testgen[sample_idx]
m_images = []
binary_masks = []
predictions = []
# labels = []
for i in range(32):
inputs = [masked_images[i].reshape((1,)+masked_images[i].shape), masks[i].reshape((1,)+masks[i].shape)]
impainted_image = model.predict(inputs)
m_images.append(masked_images[i])
binary_masks.append(masks[i])
predictions.append(impainted_image.reshape(impainted_image.shape[1:]))
labels.append(momasks[i])
wandb.log({"masked_images": [wandb.Image(m_image)
for m_image in m_images]})
wandb.log({"masks": [wandb.Image(mask)
for mask in binary_masks]})
wandb.log({"predictions": [wandb.Image(inpainted_image)
for inpainted_image in predictions]})
# wandb.log({"labels": [wandb.Image(label)
# for label in labels]})
_ = model.fit_generator(traingen, validation_data=testgen,
epochs=20,
steps_per_epoch=len(traingen),
validation_steps=len(testgen),
use_multiprocessing=False,
callbacks=[WandbCallback(),
PredictionLogger()])
```
### My main question is: Do I need to "reshape" my traingen and testgen inside of _class createAugment(keras.utils.Sequence)_ to include the single-color band into an extra list to create or emulate a "4th color-dimension" or... is there an easy or quick way to make Callback work with 3 dimensions?
**Any other info / logs**
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
Expanding the 6 frames from the Error Log:
```python
Epoch 1/20
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-69-7c83ff6d9254> in <module>()
5 use_multiprocessing=False,
6 callbacks=[WandbCallback(),
----> 7 PredictionLogger()])
6 frames
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training.py in fit_generator(self, generator, steps_per_epoch, epochs, verbose, callbacks, validation_data, validation_steps, validation_freq, class_weight, max_queue_size, workers, use_multiprocessing, shuffle, initial_epoch)
1295 shuffle=shuffle,
1296 initial_epoch=initial_epoch,
-> 1297 steps_name='steps_per_epoch')
1298
1299 def evaluate_generator(self,
/usr/local/lib/python3.6/dist-packages/wandb/integration/keras/keras.py in new_generator(*args, **kwargs)
109 for cbk in cbks:
110 set_wandb_attrs(cbk, val_data)
--> 111 return old_generator(*args, **kwargs)
112
113 def new_v2(*args, **kwargs):
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_generator.py in model_iteration(model, data, steps_per_epoch, epochs, verbose, callbacks, validation_data, validation_steps, validation_freq, class_weight, max_queue_size, workers, use_multiprocessing, shuffle, initial_epoch, mode, batch_size, steps_name, **kwargs)
263
264 is_deferred = not model._is_compiled
--> 265 batch_outs = batch_function(*batch_data)
266 if not isinstance(batch_outs, list):
267 batch_outs = [batch_outs]
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training.py in train_on_batch(self, x, y, sample_weight, class_weight, reset_metrics)
971 outputs = training_v2_utils.train_on_batch(
972 self, x, y=y, sample_weight=sample_weight,
--> 973 class_weight=class_weight, reset_metrics=reset_metrics)
974 outputs = (outputs['total_loss'] + outputs['output_losses'] +
975 outputs['metrics'])
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_v2_utils.py in train_on_batch(model, x, y, sample_weight, class_weight, reset_metrics)
251 x, y, sample_weights = model._standardize_user_data(
252 x, y, sample_weight=sample_weight, class_weight=class_weight,
--> 253 extract_tensors_from_dataset=True)
254 batch_size = array_ops.shape(nest.flatten(x, expand_composites=True)[0])[0]
255 # If `model._distribution_strategy` is True, then we are in a replica context
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training.py in _standardize_user_data(self, x, y, sample_weight, class_weight, batch_size, check_steps, steps_name, steps, validation_split, shuffle, extract_tensors_from_dataset)
2470 feed_input_shapes,
2471 check_batch_axis=False, # Don't enforce the batch size.
-> 2472 exception_prefix='input')
2473
2474 # Get typespecs for the input data and sanitize it if necessary.
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_utils.py in standardize_input_data(data, names, shapes, check_batch_axis, exception_prefix)
563 ': expected ' + names[i] + ' to have ' +
564 str(len(shape)) + ' dimensions, but got array '
--> 565 'with shape ' + str(data_shape))
566 if not check_batch_axis:
567 data_shape = data_shape[1:]
ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (32, 256, 256)
```
| 1.0 | Does tf.keras.callbacks.Callback work with 3 Dimensions? - **System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Google Colab, OS unknown.
- TensorFlow installed from (source or binary): ?
- TensorFlow version: 2.0 (tf-gpu)
- Python version: 3.7
- Installed using virtualenv? pip? conda?: pip
- Bazel version (if compiling from source): ?
- GCC/Compiler version (if compiling from source): ?
- CUDA/cuDNN version: CUDA 11.2
- GPU model and memory: Tesla P100-PCIE w/ 16 GB
**Describe the problem**
I already documented everything here: https://github.com/ayulockin/deepimageinpainting/issues/3
My last answer from 02/09/21 is my current state.
My plan was to inpaint on grayscale images by adapting their architecture: https://github.com/ayulockin/deepimageinpainting
(!) The current problem is indeed the grayscale instead of the 16-bit scale which I thought earlier. (!)
First I adapted their notebook "Inpainting Partial Convolution" with the training data from MNIST (60000,28,28)
MNIST is 8-bit.
The results from the fit_generator() was an error:
```python
----> 7 PredictionLogger()])
[...] 6 frames
--> 565 'with shape ' + str(data_shape))
ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (32, 28, 28)
```
I tried the same with my own training dataset called VT_1000 (1000, 256, 256).
Also grayscale, but 16-bit.
As I said before: This is not the problem due to normalization.
The result from fit_generator() was kind of the same:
```python
----> 7 PredictionLogger()])
[...] 6 frames
--> 565 'with shape ' + str(data_shape))
ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (32, 256, 256)
```
**Provide the exact sequence of commands / steps that you executed before running into the problem**
PredictionLogger is a class with tf inheritance so I assumed the problem to be here.
Key lines:
```python
%%capture
!pip install tensorflow-gpu==2.0
!pip install wandb -q
!pip install --upgrade wandb
import wandb
from wandb.keras import WandbCallback
!wandb login ab4d648da3c296fa678ab39761b8a37e28efec62
wandb.init(entity='svsz', project="MNIST")
import tensorflow as tf
from tensorflow import keras
import cv2
import numpy as np
(x_train, y_train), (x_test, y_test) = keras.datasets.mnist.load_data()
maxElement_train, maxElement_test = np.amax(x_train), np.amax(x_test)
maxElement = np.amax(np.array(maxElement_train, maxElement_test))
format = len(x_train[0][0])
formatxy = len(x_train[0][0]), len(x_train[0][0])
formatxyz = len(x_train[0][0]), len(x_train[0][0]), 1
## Ref: https://stanford.edu/~shervine/blog/keras-how-to-generate-data-on-the-fly.
class createAugment(keras.utils.Sequence):
'Generates data for Keras'
def __init__(self, X, y, batch_size=32, dim=(formatxy), shuffle=True):
'Initialization'
self.batch_size = batch_size
self.X = X
self.y = y
self.dim = dim
self.shuffle = shuffle
self.on_epoch_end()
def __len__(self):
'Denotes the number of batches per epoch'
return int(np.floor(len(self.X) / self.batch_size))
def __getitem__(self, index):
'Generate one batch of data'
# Generate indexes of the batch
indexes = self.indexes[index*self.batch_size:(index+1)*self.batch_size]
# Generate data
X_inputs, y_output = self.__data_generation(indexes)
return X_inputs, y_output
def on_epoch_end(self):
'Updates indexes after each epoch'
self.indexes = np.arange(len(self.X))
if self.shuffle:
np.random.shuffle(self.indexes)
def __data_generation(self, idxs):
# Masked_images is a matrix of masked images used as input
Masked_images = np.empty((self.batch_size, self.dim[0], self.dim[1])) # Masked image
# Mask_batch is a matrix of binary masks used as input
Mask_batch = np.empty((self.batch_size, self.dim[0], self.dim[1])) # Binary Masks
# y_batch is a matrix of original images used for computing error from reconstructed image
y_batch = np.empty((self.batch_size, self.dim[0], self.dim[1])) # Original image
## Iterate through random indexes
for i, idx in enumerate(idxs):
image_copy = self.X[idx].copy()
## Get mask associated to that image
masked_image, mask = self.__createMask(image_copy)
Masked_images[i,] = masked_image/maxElement
Mask_batch[i,] = mask/maxElement
y_batch[i] = self.y[idx]/maxElement
## Return mask as well because partial convolution require the same.
return [Masked_images, Mask_batch], y_batch
def __createMask(self, img):
## Prepare masking matrix
mask = np.full((formatxy), maxElement, np.uint8) ## White background
for _ in range(np.random.randint(1, 5)):
# Get random x locations to start line
x1, x2 = np.random.randint(1, format), np.random.randint(1, format)
# Get random y locations to start line
y1, y2 = np.random.randint(1, format), np.random.randint(1, format)
# Get random thickness of the line drawn
thickness = np.random.randint((format/28), (format/14))
# Draw black line on the white mask
cv2.line(mask,(x1,y1),(x2,y2),(0,0,0),thickness)
## Mask the image
masked_image = img.copy()
masked_image[mask==0] = maxElement
return masked_image, mask
## Prepare training and testing mask-image pair generator
traingen = createAugment(x_train, x_train)
testgen = createAugment(x_test, x_test, shuffle=False)
!git clone https://github.com/ayulockin/deepimageinpainting.git
%cd deepimageinpainting/
## utils is present in the cloned repo. Visit repo for the implementation of PConv2D.
from utils.pconv_layer import PConv2D
## For more information into formulation: https://www.youtube.com/watch?v=AZr64OxshLo
## Metric
def dice_coef(y_true, y_pred):
y_true_f = keras.backend.flatten(y_true)
y_pred_f = keras.backend.flatten(y_pred)
intersection = keras.backend.sum(y_true_f * y_pred_f)
return (2. * intersection) / (keras.backend.sum(y_true_f + y_pred_f))
class InpaintingModel:
'''
Build UNET like model for image inpaining task.
'''
def prepare_model(self, input_size=(formatxyz)):
input_image = keras.layers.Input(input_size)
input_mask = keras.layers.Input(input_size, name='encoder_input')
conv1, mask1, conv2, mask2 = self.__encoder_layer(32, input_image, input_mask, ['conv1', 'conv2'])
conv3, mask3, conv4, mask4 = self.__encoder_layer(64, conv2, mask2, ['conv3', 'conv4'])
# conv5, mask5, conv6, mask6 = self.__encoder_layer(128, conv4, mask4, ['conv5', 'conv6'])
# conv7, mask7, conv8, mask8 = self.__encoder_layer(256, conv6, mask6, ['conv7', 'encoder_output'])
# conv9, mask9, conv10, mask10 = self.__decoder_layer(256, 128, conv8, mask8, conv7, mask7, ['conv9', 'conv10'])
# conv11, mask11, conv12, mask12 = self.__decoder_layer(128, 64, conv10, mask10, conv5, mask5, ['conv11', 'conv12'])
conv13, mask13, conv14, mask14 = self.__decoder_layer(64, 32, conv4, mask4, conv3, mask3, ['conv13', 'conv14'])
conv15, mask15, conv16, mask16 = self.__decoder_layer(32, 3, conv14, mask14, conv1, mask1, ['conv15', 'decoder_output'])
outputs = keras.layers.Conv2D(1, (3, 3), activation='sigmoid', padding='same')(conv16)
return keras.models.Model(inputs=[input_image, input_mask], outputs=[outputs])
def __encoder_layer(self, filters, in_layer, in_mask, names):
conv1, mask1 = PConv2D(32, (3,3), strides=1, padding='same', name=names[0])([in_layer, in_mask])
conv1 = keras.activations.relu(conv1)
conv2, mask2 = PConv2D(32, (3,3), strides=2, padding='same', name=names[1])([conv1, mask1])
# conv2 = keras.layers.BatchNormalization()(conv2, training=True)gis
conv2 = keras.activations.relu(conv2)
return conv1, mask1, conv2, mask2
def __decoder_layer(self, filter1, filter2, in_img, in_mask, share_img, share_mask, names):
up_img = keras.layers.UpSampling2D(size=(2,2))(in_img)
up_mask = keras.layers.UpSampling2D(size=(2,2))(in_mask)
concat_img = keras.layers.Concatenate(axis=3)([share_img, up_img])
concat_mask = keras.layers.Concatenate(axis=3)([share_mask, up_mask])
conv1, mask1 = PConv2D(filter1, (3,3), padding='same', name=names[0])([concat_img, concat_mask])
conv1 = keras.activations.relu(conv1)
conv2, mask2 = PConv2D(filter2, (3,3), padding='same', name=names[1])([conv1, mask1])
# conv2 = keras.layers.BatchNormalization()(conv2)
conv2 = keras.activations.relu(conv2)
return conv1, mask1, conv2, mask2
keras.backend.clear_session()
model = InpaintingModel().prepare_model()
model.summary()
model.compile(optimizer='adam', loss='mean_absolute_error', metrics=[dice_coef])
class PredictionLogger(tf.keras.callbacks.Callback):
def __init__(self):
super(PredictionLogger, self).__init__()
def on_epoch_end(self, logs, epoch):
sample_idx = 54
[masked_images, masks], nomask = testgen[sample_idx]
m_images = []
binary_masks = []
predictions = []
# labels = []
for i in range(32):
inputs = [masked_images[i].reshape((1,)+masked_images[i].shape), masks[i].reshape((1,)+masks[i].shape)]
impainted_image = model.predict(inputs)
m_images.append(masked_images[i])
binary_masks.append(masks[i])
predictions.append(impainted_image.reshape(impainted_image.shape[1:]))
labels.append(momasks[i])
wandb.log({"masked_images": [wandb.Image(m_image)
for m_image in m_images]})
wandb.log({"masks": [wandb.Image(mask)
for mask in binary_masks]})
wandb.log({"predictions": [wandb.Image(inpainted_image)
for inpainted_image in predictions]})
# wandb.log({"labels": [wandb.Image(label)
# for label in labels]})
_ = model.fit_generator(traingen, validation_data=testgen,
epochs=20,
steps_per_epoch=len(traingen),
validation_steps=len(testgen),
use_multiprocessing=False,
callbacks=[WandbCallback(),
PredictionLogger()])
```
### My main question is: Do I need to "reshape" my traingen and testgen inside of _class createAugment(keras.utils.Sequence)_ to include the single-color band into an extra list to create or emulate a "4th color-dimension" or... is there an easy or quick way to make Callback work with 3 dimensions?
**Any other info / logs**
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.
Expanding the 6 frames from the Error Log:
```python
Epoch 1/20
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-69-7c83ff6d9254> in <module>()
5 use_multiprocessing=False,
6 callbacks=[WandbCallback(),
----> 7 PredictionLogger()])
6 frames
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training.py in fit_generator(self, generator, steps_per_epoch, epochs, verbose, callbacks, validation_data, validation_steps, validation_freq, class_weight, max_queue_size, workers, use_multiprocessing, shuffle, initial_epoch)
1295 shuffle=shuffle,
1296 initial_epoch=initial_epoch,
-> 1297 steps_name='steps_per_epoch')
1298
1299 def evaluate_generator(self,
/usr/local/lib/python3.6/dist-packages/wandb/integration/keras/keras.py in new_generator(*args, **kwargs)
109 for cbk in cbks:
110 set_wandb_attrs(cbk, val_data)
--> 111 return old_generator(*args, **kwargs)
112
113 def new_v2(*args, **kwargs):
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_generator.py in model_iteration(model, data, steps_per_epoch, epochs, verbose, callbacks, validation_data, validation_steps, validation_freq, class_weight, max_queue_size, workers, use_multiprocessing, shuffle, initial_epoch, mode, batch_size, steps_name, **kwargs)
263
264 is_deferred = not model._is_compiled
--> 265 batch_outs = batch_function(*batch_data)
266 if not isinstance(batch_outs, list):
267 batch_outs = [batch_outs]
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training.py in train_on_batch(self, x, y, sample_weight, class_weight, reset_metrics)
971 outputs = training_v2_utils.train_on_batch(
972 self, x, y=y, sample_weight=sample_weight,
--> 973 class_weight=class_weight, reset_metrics=reset_metrics)
974 outputs = (outputs['total_loss'] + outputs['output_losses'] +
975 outputs['metrics'])
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_v2_utils.py in train_on_batch(model, x, y, sample_weight, class_weight, reset_metrics)
251 x, y, sample_weights = model._standardize_user_data(
252 x, y, sample_weight=sample_weight, class_weight=class_weight,
--> 253 extract_tensors_from_dataset=True)
254 batch_size = array_ops.shape(nest.flatten(x, expand_composites=True)[0])[0]
255 # If `model._distribution_strategy` is True, then we are in a replica context
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training.py in _standardize_user_data(self, x, y, sample_weight, class_weight, batch_size, check_steps, steps_name, steps, validation_split, shuffle, extract_tensors_from_dataset)
2470 feed_input_shapes,
2471 check_batch_axis=False, # Don't enforce the batch size.
-> 2472 exception_prefix='input')
2473
2474 # Get typespecs for the input data and sanitize it if necessary.
/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_utils.py in standardize_input_data(data, names, shapes, check_batch_axis, exception_prefix)
563 ': expected ' + names[i] + ' to have ' +
564 str(len(shape)) + ' dimensions, but got array '
--> 565 'with shape ' + str(data_shape))
566 if not check_batch_axis:
567 data_shape = data_shape[1:]
ValueError: Error when checking input: expected input_1 to have 4 dimensions, but got array with shape (32, 256, 256)
```
| non_infrastructure | does tf keras callbacks callback work with dimensions system information os platform and distribution e g linux ubuntu google colab os unknown tensorflow installed from source or binary tensorflow version tf gpu python version installed using virtualenv pip conda pip bazel version if compiling from source gcc compiler version if compiling from source cuda cudnn version cuda gpu model and memory tesla pcie w gb describe the problem i already documented everything here my last answer from is my current state my plan was to inpaint on grayscale images by adapting their architecture the current problem is indeed the grayscale instead of the bit scale which i thought earlier first i adapted their notebook inpainting partial convolution with the training data from mnist mnist is bit the results from the fit generator was an error python predictionlogger frames with shape str data shape valueerror error when checking input expected input to have dimensions but got array with shape i tried the same with my own training dataset called vt also grayscale but bit as i said before this is not the problem due to normalization the result from fit generator was kind of the same python predictionlogger frames with shape str data shape valueerror error when checking input expected input to have dimensions but got array with shape provide the exact sequence of commands steps that you executed before running into the problem predictionlogger is a class with tf inheritance so i assumed the problem to be here key lines python capture pip install tensorflow gpu pip install wandb q pip install upgrade wandb import wandb from wandb keras import wandbcallback wandb login wandb init entity svsz project mnist import tensorflow as tf from tensorflow import keras import import numpy as np x train y train x test y test keras datasets mnist load data maxelement train maxelement test np amax x train np amax x test maxelement np amax np array maxelement train maxelement test format len x train formatxy len x train len x train formatxyz len x train len x train ref class createaugment keras utils sequence generates data for keras def init self x y batch size dim formatxy shuffle true initialization self batch size batch size self x x self y y self dim dim self shuffle shuffle self on epoch end def len self denotes the number of batches per epoch return int np floor len self x self batch size def getitem self index generate one batch of data generate indexes of the batch indexes self indexes generate data x inputs y output self data generation indexes return x inputs y output def on epoch end self updates indexes after each epoch self indexes np arange len self x if self shuffle np random shuffle self indexes def data generation self idxs masked images is a matrix of masked images used as input masked images np empty self batch size self dim self dim masked image mask batch is a matrix of binary masks used as input mask batch np empty self batch size self dim self dim binary masks y batch is a matrix of original images used for computing error from reconstructed image y batch np empty self batch size self dim self dim original image iterate through random indexes for i idx in enumerate idxs image copy self x copy get mask associated to that image masked image mask self createmask image copy masked images masked image maxelement mask batch mask maxelement y batch self y maxelement return mask as well because partial convolution require the same return y batch def createmask self img prepare masking matrix mask np full formatxy maxelement np white background for in range np random randint get random x locations to start line np random randint format np random randint format get random y locations to start line np random randint format np random randint format get random thickness of the line drawn thickness np random randint format format draw black line on the white mask line mask thickness mask the image masked image img copy masked image maxelement return masked image mask prepare training and testing mask image pair generator traingen createaugment x train x train testgen createaugment x test x test shuffle false git clone cd deepimageinpainting utils is present in the cloned repo visit repo for the implementation of from utils pconv layer import for more information into formulation metric def dice coef y true y pred y true f keras backend flatten y true y pred f keras backend flatten y pred intersection keras backend sum y true f y pred f return intersection keras backend sum y true f y pred f class inpaintingmodel build unet like model for image inpaining task def prepare model self input size formatxyz input image keras layers input input size input mask keras layers input input size name encoder input self encoder layer input image input mask self encoder layer self encoder layer self encoder layer self decoder layer self decoder layer self decoder layer self decoder layer outputs keras layers activation sigmoid padding same return keras models model inputs outputs def encoder layer self filters in layer in mask names strides padding same name names keras activations relu strides padding same name names keras layers batchnormalization training true gis keras activations relu return def decoder layer self in img in mask share img share mask names up img keras layers size in img up mask keras layers size in mask concat img keras layers concatenate axis concat mask keras layers concatenate axis padding same name names keras activations relu padding same name names keras layers batchnormalization keras activations relu return keras backend clear session model inpaintingmodel prepare model model summary model compile optimizer adam loss mean absolute error metrics class predictionlogger tf keras callbacks callback def init self super predictionlogger self init def on epoch end self logs epoch sample idx nomask testgen m images binary masks predictions labels for i in range inputs reshape masked images shape masks reshape masks shape impainted image model predict inputs m images append masked images binary masks append masks predictions append impainted image reshape impainted image shape labels append momasks wandb log masked images wandb image m image for m image in m images wandb log masks wandb image mask for mask in binary masks wandb log predictions wandb image inpainted image for inpainted image in predictions wandb log labels wandb image label for label in labels model fit generator traingen validation data testgen epochs steps per epoch len traingen validation steps len testgen use multiprocessing false callbacks wandbcallback predictionlogger my main question is do i need to reshape my traingen and testgen inside of class createaugment keras utils sequence to include the single color band into an extra list to create or emulate a color dimension or is there an easy or quick way to make callback work with dimensions any other info logs include any logs or source code that would be helpful to diagnose the problem if including tracebacks please include the full traceback large logs and files should be attached expanding the frames from the error log python epoch valueerror traceback most recent call last in use multiprocessing false callbacks wandbcallback predictionlogger frames usr local lib dist packages tensorflow core python keras engine training py in fit generator self generator steps per epoch epochs verbose callbacks validation data validation steps validation freq class weight max queue size workers use multiprocessing shuffle initial epoch shuffle shuffle initial epoch initial epoch steps name steps per epoch def evaluate generator self usr local lib dist packages wandb integration keras keras py in new generator args kwargs for cbk in cbks set wandb attrs cbk val data return old generator args kwargs def new args kwargs usr local lib dist packages tensorflow core python keras engine training generator py in model iteration model data steps per epoch epochs verbose callbacks validation data validation steps validation freq class weight max queue size workers use multiprocessing shuffle initial epoch mode batch size steps name kwargs is deferred not model is compiled batch outs batch function batch data if not isinstance batch outs list batch outs usr local lib dist packages tensorflow core python keras engine training py in train on batch self x y sample weight class weight reset metrics outputs training utils train on batch self x y y sample weight sample weight class weight class weight reset metrics reset metrics outputs outputs outputs outputs usr local lib dist packages tensorflow core python keras engine training utils py in train on batch model x y sample weight class weight reset metrics x y sample weights model standardize user data x y sample weight sample weight class weight class weight extract tensors from dataset true batch size array ops shape nest flatten x expand composites true if model distribution strategy is true then we are in a replica context usr local lib dist packages tensorflow core python keras engine training py in standardize user data self x y sample weight class weight batch size check steps steps name steps validation split shuffle extract tensors from dataset feed input shapes check batch axis false don t enforce the batch size exception prefix input get typespecs for the input data and sanitize it if necessary usr local lib dist packages tensorflow core python keras engine training utils py in standardize input data data names shapes check batch axis exception prefix expected names to have str len shape dimensions but got array with shape str data shape if not check batch axis data shape data shape valueerror error when checking input expected input to have dimensions but got array with shape | 0 |
355,864 | 10,585,642,483 | IssuesEvent | 2019-10-08 17:58:01 | InsightLab/PyMove | https://api.github.com/repos/InsightLab/PyMove | closed | Operações de conversão de tipos. | Priority enhancement | - [x] Adicionar o atribute type;
- [ ] Função set_type(new_type, in_memory);
> - new_type() : String. Indica o novo tipo para o MoveDataFrame (verificar se o novo tipo é igual ao tipo atual do objeto, caso seja, não fazer nada)
> - in_memory : Boolean
> > - True: Cria em memória e deleta o objeto anterior
> > - False: Operação realizada em disco. Converte a estrutura antiga como .csv e relê .csv como o novo tipo.
- [x] Função get_type(): String. Retorna o tipo da estrutura
- [x] Função to_dask : DaskMoveDataFrame.
- [x] Função to_pandas : PandasMoveDataFrame.
- [x] Função read_csv : externo a estrutura | 1.0 | Operações de conversão de tipos. - - [x] Adicionar o atribute type;
- [ ] Função set_type(new_type, in_memory);
> - new_type() : String. Indica o novo tipo para o MoveDataFrame (verificar se o novo tipo é igual ao tipo atual do objeto, caso seja, não fazer nada)
> - in_memory : Boolean
> > - True: Cria em memória e deleta o objeto anterior
> > - False: Operação realizada em disco. Converte a estrutura antiga como .csv e relê .csv como o novo tipo.
- [x] Função get_type(): String. Retorna o tipo da estrutura
- [x] Função to_dask : DaskMoveDataFrame.
- [x] Função to_pandas : PandasMoveDataFrame.
- [x] Função read_csv : externo a estrutura | non_infrastructure | operações de conversão de tipos adicionar o atribute type função set type new type in memory new type string indica o novo tipo para o movedataframe verificar se o novo tipo é igual ao tipo atual do objeto caso seja não fazer nada in memory boolean true cria em memória e deleta o objeto anterior false operação realizada em disco converte a estrutura antiga como csv e relê csv como o novo tipo função get type string retorna o tipo da estrutura função to dask daskmovedataframe função to pandas pandasmovedataframe função read csv externo a estrutura | 0 |
10,449 | 8,568,858,166 | IssuesEvent | 2018-11-11 02:48:36 | codeforboston/cliff-effects | https://api.github.com/repos/codeforboston/cliff-effects | closed | Explore 'lint-staged' some more with new insights | infrastructure | Previous behavior was as such:
1. Some old files that had already been merged weren't linted
1. Some other files were edited and `git add .`ed
1. Ran `git commit`
1. Staged files were linted and added
1. Old unlinted, unstaged files had unstaged changes in them - they were linted, but not added
Current behavior is:
1. `git add .`
1. `git commit`
1. Files were committed, but
1. there are new linting changes that weren't added and committed
From Slack:
> Looks like maybe 'lint-staged' was linting everything, but adding only staged files
> ...maybe we were running `npm run lint <filenames>` and that didn't work; maybe if we specified `npm run lint --` as the command, so that it would run `npm run lint -- <filenames>` and pass the filenames to eslint? although I thought npm had changed it so that it automatically passed extraneous arguments through to the command. Maybe if we just did `eslint --fix` instead of `npm run lint`...
| 1.0 | Explore 'lint-staged' some more with new insights - Previous behavior was as such:
1. Some old files that had already been merged weren't linted
1. Some other files were edited and `git add .`ed
1. Ran `git commit`
1. Staged files were linted and added
1. Old unlinted, unstaged files had unstaged changes in them - they were linted, but not added
Current behavior is:
1. `git add .`
1. `git commit`
1. Files were committed, but
1. there are new linting changes that weren't added and committed
From Slack:
> Looks like maybe 'lint-staged' was linting everything, but adding only staged files
> ...maybe we were running `npm run lint <filenames>` and that didn't work; maybe if we specified `npm run lint --` as the command, so that it would run `npm run lint -- <filenames>` and pass the filenames to eslint? although I thought npm had changed it so that it automatically passed extraneous arguments through to the command. Maybe if we just did `eslint --fix` instead of `npm run lint`...
| infrastructure | explore lint staged some more with new insights previous behavior was as such some old files that had already been merged weren t linted some other files were edited and git add ed ran git commit staged files were linted and added old unlinted unstaged files had unstaged changes in them they were linted but not added current behavior is git add git commit files were committed but there are new linting changes that weren t added and committed from slack looks like maybe lint staged was linting everything but adding only staged files maybe we were running npm run lint and that didn t work maybe if we specified npm run lint as the command so that it would run npm run lint and pass the filenames to eslint although i thought npm had changed it so that it automatically passed extraneous arguments through to the command maybe if we just did eslint fix instead of npm run lint | 1 |
719,258 | 24,753,516,567 | IssuesEvent | 2022-10-21 15:33:04 | jphacks/E_2202 | https://api.github.com/repos/jphacks/E_2202 | opened | error_parse が返したライブラリ名に重複除去処理を行う | priority: high Front End | # 背景
error_parse が返すライブラリ名がユニークではなくなったため,クエリに重複したライブラリ名が並んでしまう.
# 目的
返されたライブラリ名に重複除去処理を行う.
# やること
- [ ] 返されたライブラリ名に重複除去処理を行う.
| 1.0 | error_parse が返したライブラリ名に重複除去処理を行う - # 背景
error_parse が返すライブラリ名がユニークではなくなったため,クエリに重複したライブラリ名が並んでしまう.
# 目的
返されたライブラリ名に重複除去処理を行う.
# やること
- [ ] 返されたライブラリ名に重複除去処理を行う.
| non_infrastructure | error parse が返したライブラリ名に重複除去処理を行う 背景 error parse が返すライブラリ名がユニークではなくなったため,クエリに重複したライブラリ名が並んでしまう. 目的 返されたライブラリ名に重複除去処理を行う. やること 返されたライブラリ名に重複除去処理を行う. | 0 |
266,966 | 28,485,790,173 | IssuesEvent | 2023-04-18 07:46:51 | Satheesh575555/openSSL_1.0.1g | https://api.github.com/repos/Satheesh575555/openSSL_1.0.1g | opened | CVE-2014-8275 (Medium) detected in multiple libraries | Mend: dependency security vulnerability | ## CVE-2014-8275 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opensslOpenSSL_1_0_1g</b>, <b>opensslOpenSSL_1_0_1g</b>, <b>opensslOpenSSL_1_0_1g</b>, <b>opensslOpenSSL_1_0_1g</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not enforce certain constraints on certificate data, which allows remote attackers to defeat a fingerprint-based certificate-blacklist protection mechanism by including crafted data within a certificate's unsigned portion, related to crypto/asn1/a_verify.c, crypto/dsa/dsa_asn1.c, crypto/ecdsa/ecs_vrf.c, and crypto/x509/x_all.c.
<p>Publish Date: 2015-01-09
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2014-8275>CVE-2014-8275</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2014-8275">https://nvd.nist.gov/vuln/detail/CVE-2014-8275</a></p>
<p>Release Date: 2015-01-09</p>
<p>Fix Resolution: 0.9.8zd,1.0.0p,1.0.1k</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2014-8275 (Medium) detected in multiple libraries - ## CVE-2014-8275 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opensslOpenSSL_1_0_1g</b>, <b>opensslOpenSSL_1_0_1g</b>, <b>opensslOpenSSL_1_0_1g</b>, <b>opensslOpenSSL_1_0_1g</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png?' width=19 height=20> Vulnerability Details</summary>
<p>
OpenSSL before 0.9.8zd, 1.0.0 before 1.0.0p, and 1.0.1 before 1.0.1k does not enforce certain constraints on certificate data, which allows remote attackers to defeat a fingerprint-based certificate-blacklist protection mechanism by including crafted data within a certificate's unsigned portion, related to crypto/asn1/a_verify.c, crypto/dsa/dsa_asn1.c, crypto/ecdsa/ecs_vrf.c, and crypto/x509/x_all.c.
<p>Publish Date: 2015-01-09
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2014-8275>CVE-2014-8275</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2014-8275">https://nvd.nist.gov/vuln/detail/CVE-2014-8275</a></p>
<p>Release Date: 2015-01-09</p>
<p>Fix Resolution: 0.9.8zd,1.0.0p,1.0.1k</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_infrastructure | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries opensslopenssl opensslopenssl opensslopenssl opensslopenssl vulnerability details openssl before before and before does not enforce certain constraints on certificate data which allows remote attackers to defeat a fingerprint based certificate blacklist protection mechanism by including crafted data within a certificate s unsigned portion related to crypto a verify c crypto dsa dsa c crypto ecdsa ecs vrf c and crypto x all c publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
22,850 | 15,573,736,311 | IssuesEvent | 2021-03-17 08:59:15 | SonarSource/sonarlint-visualstudio | https://api.github.com/repos/SonarSource/sonarlint-visualstudio | closed | [Infra] Enable NuGet package lock files | Infrastructure Type: Task | ### Description
Enable package locking to make CI builds more consistent and repeatable. See [here](https://github.com/NuGet/Home/wiki/Enable-repeatable-package-restore-using-lock-file) and [here](https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/) for more information.
Note: currently lock files are generated at project level although there is a [proposal](https://github.com/NuGet/Home/wiki/Centrally-managing-NuGet-package-versions) for centralised package management at repo/solution level.
### Impact on development process
The process will be similar to that used to changes to the set of referenced assemblies i.e. the developer should include the update lock file(s) in a PR request, and the reviewer to review them. The lock files will be updated automatically as part of a local build.
If the relevant lock files are not updated then the CI build to fail if the set of packages changes e.g.

#### TODO
- [ ] enable package lock generation and SLVS and webclient solutions
- [ ] amend the CI build to use `RestoreLockedMode`
| 1.0 | [Infra] Enable NuGet package lock files - ### Description
Enable package locking to make CI builds more consistent and repeatable. See [here](https://github.com/NuGet/Home/wiki/Enable-repeatable-package-restore-using-lock-file) and [here](https://devblogs.microsoft.com/nuget/enable-repeatable-package-restores-using-a-lock-file/) for more information.
Note: currently lock files are generated at project level although there is a [proposal](https://github.com/NuGet/Home/wiki/Centrally-managing-NuGet-package-versions) for centralised package management at repo/solution level.
### Impact on development process
The process will be similar to that used to changes to the set of referenced assemblies i.e. the developer should include the update lock file(s) in a PR request, and the reviewer to review them. The lock files will be updated automatically as part of a local build.
If the relevant lock files are not updated then the CI build to fail if the set of packages changes e.g.

#### TODO
- [ ] enable package lock generation and SLVS and webclient solutions
- [ ] amend the CI build to use `RestoreLockedMode`
| infrastructure | enable nuget package lock files description enable package locking to make ci builds more consistent and repeatable see and for more information note currently lock files are generated at project level although there is a for centralised package management at repo solution level impact on development process the process will be similar to that used to changes to the set of referenced assemblies i e the developer should include the update lock file s in a pr request and the reviewer to review them the lock files will be updated automatically as part of a local build if the relevant lock files are not updated then the ci build to fail if the set of packages changes e g todo enable package lock generation and slvs and webclient solutions amend the ci build to use restorelockedmode | 1 |
33,806 | 27,827,162,564 | IssuesEvent | 2023-03-19 22:08:23 | Daniel-Mietchen/ideas | https://api.github.com/repos/Daniel-Mietchen/ideas | opened | Look into Dynamicland | infrastructure learning communities | as per https://dynamicland.org/#mission
> No screens, no devices. Just ordinary physical materials —
paper and clay, tokens and toy cars — brought to life by
technology in the ceiling.
>
> Every scrap of paper has the capabilities of a full computer,
while remaining a fully-functional scrap of paper.
| 1.0 | Look into Dynamicland - as per https://dynamicland.org/#mission
> No screens, no devices. Just ordinary physical materials —
paper and clay, tokens and toy cars — brought to life by
technology in the ceiling.
>
> Every scrap of paper has the capabilities of a full computer,
while remaining a fully-functional scrap of paper.
| infrastructure | look into dynamicland as per no screens no devices just ordinary physical materials — paper and clay tokens and toy cars — brought to life by technology in the ceiling every scrap of paper has the capabilities of a full computer while remaining a fully functional scrap of paper | 1 |
36,079 | 17,422,680,850 | IssuesEvent | 2021-08-04 04:47:53 | eclipse/rdf4j | https://api.github.com/repos/eclipse/rdf4j | closed | SHACL - Unique should not compress validation tuple if the matching number of tuples is 1 | ⏩ performance 🐞 bug 📦 SHACL | Essentially if two ValidationTuples are the same, then we don't need to compress them. | True | SHACL - Unique should not compress validation tuple if the matching number of tuples is 1 - Essentially if two ValidationTuples are the same, then we don't need to compress them. | non_infrastructure | shacl unique should not compress validation tuple if the matching number of tuples is essentially if two validationtuples are the same then we don t need to compress them | 0 |
73,353 | 9,660,937,083 | IssuesEvent | 2019-05-20 16:38:52 | JuliaReach/Reachability.jl | https://api.github.com/repos/JuliaReach/Reachability.jl | opened | Add introductory examples in the documentation | documentation | The [Reachability manual](https://juliareach.github.io/Reachability.jl/latest/) lacks a couple of simple, introductory examples in the documentation that explain the basic use of the library. I am thinking about a simple 1d system linear system, and another example with a nonlinear system, for example Lotka-Volterra.
On a second revision we can add some paragraphs giving context of the methods used and the type of questions that can be addressed using `Reachability.jl`. We can extract this information from our [publications](https://juliareach.github.io/Reachability.jl/latest/publications.html). | 1.0 | Add introductory examples in the documentation - The [Reachability manual](https://juliareach.github.io/Reachability.jl/latest/) lacks a couple of simple, introductory examples in the documentation that explain the basic use of the library. I am thinking about a simple 1d system linear system, and another example with a nonlinear system, for example Lotka-Volterra.
On a second revision we can add some paragraphs giving context of the methods used and the type of questions that can be addressed using `Reachability.jl`. We can extract this information from our [publications](https://juliareach.github.io/Reachability.jl/latest/publications.html). | non_infrastructure | add introductory examples in the documentation the lacks a couple of simple introductory examples in the documentation that explain the basic use of the library i am thinking about a simple system linear system and another example with a nonlinear system for example lotka volterra on a second revision we can add some paragraphs giving context of the methods used and the type of questions that can be addressed using reachability jl we can extract this information from our | 0 |
72,150 | 19,042,791,640 | IssuesEvent | 2021-11-25 01:23:31 | linux-pam/linux-pam | https://api.github.com/repos/linux-pam/linux-pam | closed | nonewprivs (PR_SET_NO_NEW_PRIVS) requires kernel >= 3.5 | build issue | Linux-pam 1.5.0 added support for nonewprivs (PR_SET_NO_NEW_PRIVS) which is available in kernels 3.5 and newer. There's no configure time check for PR_SET_NO_NEW_PRIVS availability, so projects with kernel before 3.5 will be unable to use recent verions of Linux-pam, which is an essential library. | 1.0 | nonewprivs (PR_SET_NO_NEW_PRIVS) requires kernel >= 3.5 - Linux-pam 1.5.0 added support for nonewprivs (PR_SET_NO_NEW_PRIVS) which is available in kernels 3.5 and newer. There's no configure time check for PR_SET_NO_NEW_PRIVS availability, so projects with kernel before 3.5 will be unable to use recent verions of Linux-pam, which is an essential library. | non_infrastructure | nonewprivs pr set no new privs requires kernel linux pam added support for nonewprivs pr set no new privs which is available in kernels and newer there s no configure time check for pr set no new privs availability so projects with kernel before will be unable to use recent verions of linux pam which is an essential library | 0 |
455,476 | 13,127,748,504 | IssuesEvent | 2020-08-06 10:58:15 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | jma.go.jp - see bug description | browser-focus-geckoview engine-gecko priority-normal | <!-- @browser: Firefox Mobile 78.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/56243 -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: http://jma.go.jp/en/quake/
**Browser / Version**: Firefox Mobile 78.0
**Operating System**: Android 8.0.0
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: if i save this very important page for quick open, you dont save "www." and the site is not working. An earthquake information site can not perform an redirect, only because you are not programming to open the page with leading "www.". The information from this site can be life saving. please open the site with "www." when i save it with this prefix!
**Steps to Reproduce**:
if i save this very important page for quick open, you dont save the leading "www." prefix, and the site is not working. "www." is part of the URL, why dont you save/respect this?
An earthquake information site can not perform an redirect, only because you are not programming to open the page with leading "www.".
The information from this site can be life saving. please open the site with "www." when i save it with this prefix!
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
Submitted in the name of `@larsen-iw`
_From [webcompat.com](https://webcompat.com/) with ❤️_ | 1.0 | jma.go.jp - see bug description - <!-- @browser: Firefox Mobile 78.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/56243 -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: http://jma.go.jp/en/quake/
**Browser / Version**: Firefox Mobile 78.0
**Operating System**: Android 8.0.0
**Tested Another Browser**: Yes Chrome
**Problem type**: Something else
**Description**: if i save this very important page for quick open, you dont save "www." and the site is not working. An earthquake information site can not perform an redirect, only because you are not programming to open the page with leading "www.". The information from this site can be life saving. please open the site with "www." when i save it with this prefix!
**Steps to Reproduce**:
if i save this very important page for quick open, you dont save the leading "www." prefix, and the site is not working. "www." is part of the URL, why dont you save/respect this?
An earthquake information site can not perform an redirect, only because you are not programming to open the page with leading "www.".
The information from this site can be life saving. please open the site with "www." when i save it with this prefix!
<details>
<summary>Browser Configuration</summary>
<ul>
<li>None</li>
</ul>
</details>
Submitted in the name of `@larsen-iw`
_From [webcompat.com](https://webcompat.com/) with ❤️_ | non_infrastructure | jma go jp see bug description url browser version firefox mobile operating system android tested another browser yes chrome problem type something else description if i save this very important page for quick open you dont save and the site is not working an earthquake information site can not perform an redirect only because you are not programming to open the page with leading the information from this site can be life saving please open the site with when i save it with this prefix steps to reproduce if i save this very important page for quick open you dont save the leading prefix and the site is not working is part of the url why dont you save respect this an earthquake information site can not perform an redirect only because you are not programming to open the page with leading the information from this site can be life saving please open the site with when i save it with this prefix browser configuration none submitted in the name of larsen iw from with ❤️ | 0 |
160,041 | 13,779,450,898 | IssuesEvent | 2020-10-08 13:46:53 | mrlss/generator-scaffolder | https://api.github.com/repos/mrlss/generator-scaffolder | opened | FAQ | Documentation | 1. IF there is no js in project is there a way to just exclude the js script from html?
2. How to change indentation type (size and spaces/tabs)
3. What if my build fail in HTML compilation part? - Disable minification for HTML (add this as a separate option?)
4. I added/removed a page, but it don't appear in pages list, or i get an error in console? - restart build. webpack generate pages list on runtime, and it don't update it when pages added/removed from context of webpack. | 1.0 | FAQ - 1. IF there is no js in project is there a way to just exclude the js script from html?
2. How to change indentation type (size and spaces/tabs)
3. What if my build fail in HTML compilation part? - Disable minification for HTML (add this as a separate option?)
4. I added/removed a page, but it don't appear in pages list, or i get an error in console? - restart build. webpack generate pages list on runtime, and it don't update it when pages added/removed from context of webpack. | non_infrastructure | faq if there is no js in project is there a way to just exclude the js script from html how to change indentation type size and spaces tabs what if my build fail in html compilation part disable minification for html add this as a separate option i added removed a page but it don t appear in pages list or i get an error in console restart build webpack generate pages list on runtime and it don t update it when pages added removed from context of webpack | 0 |
636 | 7,652,909,806 | IssuesEvent | 2018-05-10 00:38:40 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Fix to Step 5 issue | automation cxp doc-bug triaged | The fix is to update the modules.
See https://docs.microsoft.com/en-us/azure/automation/automation-update-azure-modules
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: cdf26281-619d-1997-1a7f-49ef9f0e261c
* Version Independent ID: c0f4d49e-a0a3-d8b7-c713-5800147a452b
* Content: [My first PowerShell Workflow runbook in Azure Automation](https://docs.microsoft.com/en-us/azure/automation/automation-first-runbook-textual)
* Content Source: [articles/automation/automation-first-runbook-textual.md](https://github.com/Microsoft/azure-docs/blob/master/articles/automation/automation-first-runbook-textual.md)
* Service: **automation**
* GitHub Login: @georgewallace
* Microsoft Alias: **gwallace** | 1.0 | Fix to Step 5 issue - The fix is to update the modules.
See https://docs.microsoft.com/en-us/azure/automation/automation-update-azure-modules
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: cdf26281-619d-1997-1a7f-49ef9f0e261c
* Version Independent ID: c0f4d49e-a0a3-d8b7-c713-5800147a452b
* Content: [My first PowerShell Workflow runbook in Azure Automation](https://docs.microsoft.com/en-us/azure/automation/automation-first-runbook-textual)
* Content Source: [articles/automation/automation-first-runbook-textual.md](https://github.com/Microsoft/azure-docs/blob/master/articles/automation/automation-first-runbook-textual.md)
* Service: **automation**
* GitHub Login: @georgewallace
* Microsoft Alias: **gwallace** | non_infrastructure | fix to step issue the fix is to update the modules see document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service automation github login georgewallace microsoft alias gwallace | 0 |
667,414 | 22,471,540,379 | IssuesEvent | 2022-06-22 08:33:18 | strusoft/femdesign-api | https://api.github.com/repos/strusoft/femdesign-api | closed | Currently models cant be serialized | type:bug priority:now | On the latest (currently) commit `ef88814` on branch `21.2.0` I can't serialize-deserialize models with soil.
```C#
string modelPath = "C:/Temp/FEM-Design api piles foundation/example.struxml";
var model = Model.DeserializeFromFilePath(modelPath);
model.SerializeModel(modelPath.Replace(".struxml", "_serialized.struxml"));
```

The diff between the before and after seems to have a problem for the materials

| 1.0 | Currently models cant be serialized - On the latest (currently) commit `ef88814` on branch `21.2.0` I can't serialize-deserialize models with soil.
```C#
string modelPath = "C:/Temp/FEM-Design api piles foundation/example.struxml";
var model = Model.DeserializeFromFilePath(modelPath);
model.SerializeModel(modelPath.Replace(".struxml", "_serialized.struxml"));
```

The diff between the before and after seems to have a problem for the materials

| non_infrastructure | currently models cant be serialized on the latest currently commit on branch i can t serialize deserialize models with soil c string modelpath c temp fem design api piles foundation example struxml var model model deserializefromfilepath modelpath model serializemodel modelpath replace struxml serialized struxml the diff between the before and after seems to have a problem for the materials | 0 |
451,144 | 32,009,708,751 | IssuesEvent | 2023-09-21 17:06:58 | Code-Inspect/flowr | https://api.github.com/repos/Code-Inspect/flowr | opened | Improve the Main Intro Readme of flowR | documentation | I am not happy with the very small main README. At least, it should contain:
1. a short explanation of what *flowR* gives
2. how to get started?
3. Where to find which resource. | 1.0 | Improve the Main Intro Readme of flowR - I am not happy with the very small main README. At least, it should contain:
1. a short explanation of what *flowR* gives
2. how to get started?
3. Where to find which resource. | non_infrastructure | improve the main intro readme of flowr i am not happy with the very small main readme at least it should contain a short explanation of what flowr gives how to get started where to find which resource | 0 |
21,982 | 14,948,564,006 | IssuesEvent | 2021-01-26 10:15:18 | RasaHQ/rasa | https://api.github.com/repos/RasaHQ/rasa | opened | Add integration tests for Telegram Channel | area:rasa-oss :ferris_wheel: area:rasa-oss/infrastructure :bullettrain_front: type:maintenance :wrench: | **Description of Problem**:
We should add integration tests for the `Telegram` channel which test the entire roundtrip of sending a message, processing it via Rasa Open Source and receiving the bot's response.
**Overview of the Solution**:
TBD
**Blockers**
This task is dependent on https://github.com/RasaHQ/rasa/issues/7804.
**Definition of Done**:
- [ ] Tests are added
| 1.0 | Add integration tests for Telegram Channel - **Description of Problem**:
We should add integration tests for the `Telegram` channel which test the entire roundtrip of sending a message, processing it via Rasa Open Source and receiving the bot's response.
**Overview of the Solution**:
TBD
**Blockers**
This task is dependent on https://github.com/RasaHQ/rasa/issues/7804.
**Definition of Done**:
- [ ] Tests are added
| infrastructure | add integration tests for telegram channel description of problem we should add integration tests for the telegram channel which test the entire roundtrip of sending a message processing it via rasa open source and receiving the bot s response overview of the solution tbd blockers this task is dependent on definition of done tests are added | 1 |
19,063 | 13,187,284,782 | IssuesEvent | 2020-08-13 02:55:44 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | [infrastructure] Merge the icetray repo back into the main repo (Trac #2217) | Incomplete Migration Migrated from Trac cleanup infrastructure | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2217">https://code.icecube.wisc.edu/ticket/2217</a>, reported by olivas and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-12T21:27:18",
"description": "This is part of ticket #1546, but independent of other issues in that ticket, so I'm breaking it out so it can be considered independently.\n\nThis is a ticket clean up and I'm not necessarily advocating we do this.\n\nApparently we lost Antares back when we implemented Q-frames, which was a really long time ago. It probably makes sense (or is probably safe at the very least) to merge icetray back into the main repo. We might want to consider doing this. If we wanted to provide IceTray to other collaborations now, we'd probably use our IceCube Open Source GitHub org.",
"reporter": "olivas",
"cc": "blaufuss",
"resolution": "fixed",
"_ts": "1550006838489837",
"component": "infrastructure",
"summary": "[infrastructure] Merge the icetray repo back into the main repo",
"priority": "normal",
"keywords": "",
"time": "2018-12-04T20:25:55",
"milestone": "Vernal Equinox 2019",
"owner": "nega",
"type": "cleanup"
}
```
</p>
</details>
| 1.0 | [infrastructure] Merge the icetray repo back into the main repo (Trac #2217) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2217">https://code.icecube.wisc.edu/ticket/2217</a>, reported by olivas and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-12T21:27:18",
"description": "This is part of ticket #1546, but independent of other issues in that ticket, so I'm breaking it out so it can be considered independently.\n\nThis is a ticket clean up and I'm not necessarily advocating we do this.\n\nApparently we lost Antares back when we implemented Q-frames, which was a really long time ago. It probably makes sense (or is probably safe at the very least) to merge icetray back into the main repo. We might want to consider doing this. If we wanted to provide IceTray to other collaborations now, we'd probably use our IceCube Open Source GitHub org.",
"reporter": "olivas",
"cc": "blaufuss",
"resolution": "fixed",
"_ts": "1550006838489837",
"component": "infrastructure",
"summary": "[infrastructure] Merge the icetray repo back into the main repo",
"priority": "normal",
"keywords": "",
"time": "2018-12-04T20:25:55",
"milestone": "Vernal Equinox 2019",
"owner": "nega",
"type": "cleanup"
}
```
</p>
</details>
| infrastructure | merge the icetray repo back into the main repo trac migrated from json status closed changetime description this is part of ticket but independent of other issues in that ticket so i m breaking it out so it can be considered independently n nthis is a ticket clean up and i m not necessarily advocating we do this n napparently we lost antares back when we implemented q frames which was a really long time ago it probably makes sense or is probably safe at the very least to merge icetray back into the main repo we might want to consider doing this if we wanted to provide icetray to other collaborations now we d probably use our icecube open source github org reporter olivas cc blaufuss resolution fixed ts component infrastructure summary merge the icetray repo back into the main repo priority normal keywords time milestone vernal equinox owner nega type cleanup | 1 |
491 | 2,734,416,401 | IssuesEvent | 2015-04-17 19:46:01 | ualbertalib/discovery | https://api.github.com/repos/ualbertalib/discovery | closed | Reorganize Solr configuration | Infrastructure | To work with the generic SolrCloud setup.
- [x] Move blacklight-conf to ./solr/blacklight-core
- [x] Move solr libs to ./solr/lib
- [x] Fix paths within solr config files
- [x] Upgrade solr libs to 4.9
- [x] Fix ansible playbook to work with new config organization | 1.0 | Reorganize Solr configuration - To work with the generic SolrCloud setup.
- [x] Move blacklight-conf to ./solr/blacklight-core
- [x] Move solr libs to ./solr/lib
- [x] Fix paths within solr config files
- [x] Upgrade solr libs to 4.9
- [x] Fix ansible playbook to work with new config organization | infrastructure | reorganize solr configuration to work with the generic solrcloud setup move blacklight conf to solr blacklight core move solr libs to solr lib fix paths within solr config files upgrade solr libs to fix ansible playbook to work with new config organization | 1 |
480,598 | 13,854,801,302 | IssuesEvent | 2020-10-15 10:00:56 | CESNET/perun-web-apps | https://api.github.com/repos/CESNET/perun-web-apps | opened | Application detail - add button show more details | Low Priority: nice to have | Now we have some more info in the table(button show more details), but we want also have that button on the application detail page where it shows more details for single application. | 1.0 | Application detail - add button show more details - Now we have some more info in the table(button show more details), but we want also have that button on the application detail page where it shows more details for single application. | non_infrastructure | application detail add button show more details now we have some more info in the table button show more details but we want also have that button on the application detail page where it shows more details for single application | 0 |
15,987 | 11,789,609,397 | IssuesEvent | 2020-03-17 17:26:58 | patternfly/patternfly-react | https://api.github.com/repos/patternfly/patternfly-react | closed | Integration with typescript appears to be broken when using latest deps | bug :bug: infrastructure | **Describe the issue. What is the expected and unexpected behavior?**
On the latest releases of patternfly/typescript, a number of components complain about the `css` property not being set.

Error message in text:
```
Property 'css' is missing in type '{ children: string; variant: "primary"; }' but required in type 'Pick<ButtonProps & InjectedOuiaProps, "ref" | "cite" | "data" | "form" | "label" | "span" | "style" | "summary" | "title" | "pattern" | "children" | ... 359 more ... | "icon">'. TS2741
```
I've done my due diligence here and tried to see if I can fix it myself and came across a number of related issues in other repos over the years.
The emotion repo is the most prominent that suffered from it a while ago: https://github.com/emotion-js/emotion/issues/1249
With the fix being to add emotion types to compilerOptions: https://github.com/emotion-js/emotion/issues/1249#issuecomment-494428888
Adding:
```
"compilerOptions": {
"types": ["@patternfly/react-core"]
}
```
Does not fix the issue.
I tried clearing my `yarn.lock` and `node_modules` and reinstalling and this did not fix either.
**Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.**
```
create-react-app test-issue --template typescript
yarn add @patternfly/react-core @patternfly/patternfly
# Add a button somewhere
yarn install && yarn start
# error
```
I've included a repo I made a few minutes ago to demonstrate the error here.
https://gitlab.com/DarrienG/ts-patternfly-issue
**Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?**
The only workaround I can see is not upgrading my deps.
**What is your product and what release version are you targeting?**
I've included the info in the repo, but these are the patternfly versions that have the issue:
```
"@patternfly/patternfly": "2.65.3",
"@patternfly/react-core": "3.140.11",
```
Using node 13.8.0, yarn v1.22.0 (all latest) on Ubuntu 19.10 (sorry not fedora).
Upgrading from `"@patternfly/react-core": "3.134.2` and `"typescript": "3.7.2"` to `"typescript": "3.7.4"` | 1.0 | Integration with typescript appears to be broken when using latest deps - **Describe the issue. What is the expected and unexpected behavior?**
On the latest releases of patternfly/typescript, a number of components complain about the `css` property not being set.

Error message in text:
```
Property 'css' is missing in type '{ children: string; variant: "primary"; }' but required in type 'Pick<ButtonProps & InjectedOuiaProps, "ref" | "cite" | "data" | "form" | "label" | "span" | "style" | "summary" | "title" | "pattern" | "children" | ... 359 more ... | "icon">'. TS2741
```
I've done my due diligence here and tried to see if I can fix it myself and came across a number of related issues in other repos over the years.
The emotion repo is the most prominent that suffered from it a while ago: https://github.com/emotion-js/emotion/issues/1249
With the fix being to add emotion types to compilerOptions: https://github.com/emotion-js/emotion/issues/1249#issuecomment-494428888
Adding:
```
"compilerOptions": {
"types": ["@patternfly/react-core"]
}
```
Does not fix the issue.
I tried clearing my `yarn.lock` and `node_modules` and reinstalling and this did not fix either.
**Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.**
```
create-react-app test-issue --template typescript
yarn add @patternfly/react-core @patternfly/patternfly
# Add a button somewhere
yarn install && yarn start
# error
```
I've included a repo I made a few minutes ago to demonstrate the error here.
https://gitlab.com/DarrienG/ts-patternfly-issue
**Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?**
The only workaround I can see is not upgrading my deps.
**What is your product and what release version are you targeting?**
I've included the info in the repo, but these are the patternfly versions that have the issue:
```
"@patternfly/patternfly": "2.65.3",
"@patternfly/react-core": "3.140.11",
```
Using node 13.8.0, yarn v1.22.0 (all latest) on Ubuntu 19.10 (sorry not fedora).
Upgrading from `"@patternfly/react-core": "3.134.2` and `"typescript": "3.7.2"` to `"typescript": "3.7.4"` | infrastructure | integration with typescript appears to be broken when using latest deps describe the issue what is the expected and unexpected behavior on the latest releases of patternfly typescript a number of components complain about the css property not being set error message in text property css is missing in type children string variant primary but required in type pick i ve done my due diligence here and tried to see if i can fix it myself and came across a number of related issues in other repos over the years the emotion repo is the most prominent that suffered from it a while ago with the fix being to add emotion types to compileroptions adding compileroptions types does not fix the issue i tried clearing my yarn lock and node modules and reinstalling and this did not fix either please provide the steps to reproduce feel free to link codesandbox or another tool create react app test issue template typescript yarn add patternfly react core patternfly patternfly add a button somewhere yarn install yarn start error i ve included a repo i made a few minutes ago to demonstrate the error here is this a bug or enhancement if this issue is a bug is this issue blocking you or is there a work around the only workaround i can see is not upgrading my deps what is your product and what release version are you targeting i ve included the info in the repo but these are the patternfly versions that have the issue patternfly patternfly patternfly react core using node yarn all latest on ubuntu sorry not fedora upgrading from patternfly react core and typescript to typescript | 1 |
294,568 | 22,156,079,100 | IssuesEvent | 2022-06-03 22:53:47 | nullishamy/JVM | https://api.github.com/repos/nullishamy/JVM | opened | Host docs on GitHub Pages | documentation up for grabs todo | **Brief summary**
We should host the documentation for the project on GitHub Pages, which gets updated by a GitHub Action. This action will base off of the `docs` branch for docs generation.
**Progress**
- [x] Enable GitHub Pages for the repository
- [ ] Add action to build docs
**Status**
Ongoing
| 1.0 | Host docs on GitHub Pages - **Brief summary**
We should host the documentation for the project on GitHub Pages, which gets updated by a GitHub Action. This action will base off of the `docs` branch for docs generation.
**Progress**
- [x] Enable GitHub Pages for the repository
- [ ] Add action to build docs
**Status**
Ongoing
| non_infrastructure | host docs on github pages brief summary we should host the documentation for the project on github pages which gets updated by a github action this action will base off of the docs branch for docs generation progress enable github pages for the repository add action to build docs status ongoing | 0 |
27,521 | 21,878,166,621 | IssuesEvent | 2022-05-19 12:11:11 | provectus/kafka-ui | https://api.github.com/repos/provectus/kafka-ui | opened | Broken version tag | type/bug status/accepted status/confirmed scope/infrastructure | 1. Docker hub images now have an extra 'v' in the name:
<img width="407" alt="image" src="https://user-images.githubusercontent.com/1494347/169288815-97262294-4123-4c39-92cf-1cca067bbc88.png">
<img width="295" alt="image" src="https://user-images.githubusercontent.com/1494347/169288858-f8fb73a1-d9ea-475b-8196-4813e57910b9.png">
Which leads to this:
<img width="310" alt="image" src="https://user-images.githubusercontent.com/1494347/169289884-421b2f60-018a-4ebf-a6ff-a30f8fdc7447.png">
But we have to keep the "v" in tag name:
<img width="342" alt="image" src="https://user-images.githubusercontent.com/1494347/169290223-ae7016ca-a05d-4cbd-96a9-717e87eece8c.png">
| 1.0 | Broken version tag - 1. Docker hub images now have an extra 'v' in the name:
<img width="407" alt="image" src="https://user-images.githubusercontent.com/1494347/169288815-97262294-4123-4c39-92cf-1cca067bbc88.png">
<img width="295" alt="image" src="https://user-images.githubusercontent.com/1494347/169288858-f8fb73a1-d9ea-475b-8196-4813e57910b9.png">
Which leads to this:
<img width="310" alt="image" src="https://user-images.githubusercontent.com/1494347/169289884-421b2f60-018a-4ebf-a6ff-a30f8fdc7447.png">
But we have to keep the "v" in tag name:
<img width="342" alt="image" src="https://user-images.githubusercontent.com/1494347/169290223-ae7016ca-a05d-4cbd-96a9-717e87eece8c.png">
| infrastructure | broken version tag docker hub images now have an extra v in the name img width alt image src img width alt image src which leads to this img width alt image src but we have to keep the v in tag name img width alt image src | 1 |
308,593 | 23,256,296,935 | IssuesEvent | 2022-08-04 09:33:24 | Medical-Image-Analysis-Laboratory/mialsuperresolutiontoolkit | https://api.github.com/repos/Medical-Image-Analysis-Laboratory/mialsuperresolutiontoolkit | opened | Update documentation | documentation maintenance little-effort | The current documentation has several typos, and lacks clarity.
Someone would need to go over it and fix typos, etc. This is not very specific for now. | 1.0 | Update documentation - The current documentation has several typos, and lacks clarity.
Someone would need to go over it and fix typos, etc. This is not very specific for now. | non_infrastructure | update documentation the current documentation has several typos and lacks clarity someone would need to go over it and fix typos etc this is not very specific for now | 0 |
118,711 | 4,752,052,471 | IssuesEvent | 2016-10-23 07:44:38 | jayway/powermock | https://api.github.com/repos/jayway/powermock | closed | Method "PowerMockito.doThrow" works incorrect for void static method. | bug Priority:Medium Status:rejected | Steps to reproduce:
1. Create simple class:
```
package PowerMock;
import java.io.IOException;
public class A {
public static void someMethod() throws Exception{
throw new IOException();
}
}
```
2. Write test:
```
package PowerMock;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.testng.PowerMockTestCase;
import org.testng.annotations.Test;
import static org.powermock.api.mockito.PowerMockito.mockStatic;
@PrepareForTest(value = A.class)
public class TestClass extends PowerMockTestCase {
@Test(expectedExceptions = IllegalStateException.class)
public void tt() throws Exception {
mockStatic(A.class);
PowerMockito.doThrow(new IllegalStateException()).when(A.class);
A.someMethod();
}
}
```
This test will fail. This test works fine only in case we launch "someMethod" twice:
```
@PrepareForTest(value = A.class)
public class TestClass extends PowerMockTestCase {
@Test(expectedExceptions = IllegalStateException.class)
public void tt() throws Exception {
mockStatic(A.class);
PowerMockito.doThrow(new IllegalStateException()).when(A.class);
A.someMethod();
A.someMethod();
}
}
```
Detail information: testng 6.8.8, powerMock 1.6.5 | 1.0 | Method "PowerMockito.doThrow" works incorrect for void static method. - Steps to reproduce:
1. Create simple class:
```
package PowerMock;
import java.io.IOException;
public class A {
public static void someMethod() throws Exception{
throw new IOException();
}
}
```
2. Write test:
```
package PowerMock;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.testng.PowerMockTestCase;
import org.testng.annotations.Test;
import static org.powermock.api.mockito.PowerMockito.mockStatic;
@PrepareForTest(value = A.class)
public class TestClass extends PowerMockTestCase {
@Test(expectedExceptions = IllegalStateException.class)
public void tt() throws Exception {
mockStatic(A.class);
PowerMockito.doThrow(new IllegalStateException()).when(A.class);
A.someMethod();
}
}
```
This test will fail. This test works fine only in case we launch "someMethod" twice:
```
@PrepareForTest(value = A.class)
public class TestClass extends PowerMockTestCase {
@Test(expectedExceptions = IllegalStateException.class)
public void tt() throws Exception {
mockStatic(A.class);
PowerMockito.doThrow(new IllegalStateException()).when(A.class);
A.someMethod();
A.someMethod();
}
}
```
Detail information: testng 6.8.8, powerMock 1.6.5 | non_infrastructure | method powermockito dothrow works incorrect for void static method steps to reproduce create simple class package powermock import java io ioexception public class a public static void somemethod throws exception throw new ioexception write test package powermock import org powermock api mockito powermockito import org powermock core classloader annotations preparefortest import org powermock modules testng powermocktestcase import org testng annotations test import static org powermock api mockito powermockito mockstatic preparefortest value a class public class testclass extends powermocktestcase test expectedexceptions illegalstateexception class public void tt throws exception mockstatic a class powermockito dothrow new illegalstateexception when a class a somemethod this test will fail this test works fine only in case we launch somemethod twice preparefortest value a class public class testclass extends powermocktestcase test expectedexceptions illegalstateexception class public void tt throws exception mockstatic a class powermockito dothrow new illegalstateexception when a class a somemethod a somemethod detail information testng powermock | 0 |
29,212 | 23,806,009,168 | IssuesEvent | 2022-09-04 03:17:43 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Minimum .NET SDK version updated to 7.0.100 Preview 7 | area-Infrastructure | We have updated out minimum .NET SDK version to 7.0.100 Preview 7.
If you use the `build.cmd` script's `-vs` flag, then there is no action required.
If you directly open the solution files in the repo in Visual Studio or you use environments that use the global SDK (such as Visual Studio Code), download and install the 7.0.100-preview.7 SDK globally from https://dotnet.microsoft.com/en-us/download/dotnet/7.0 | 1.0 | Minimum .NET SDK version updated to 7.0.100 Preview 7 - We have updated out minimum .NET SDK version to 7.0.100 Preview 7.
If you use the `build.cmd` script's `-vs` flag, then there is no action required.
If you directly open the solution files in the repo in Visual Studio or you use environments that use the global SDK (such as Visual Studio Code), download and install the 7.0.100-preview.7 SDK globally from https://dotnet.microsoft.com/en-us/download/dotnet/7.0 | infrastructure | minimum net sdk version updated to preview we have updated out minimum net sdk version to preview if you use the build cmd script s vs flag then there is no action required if you directly open the solution files in the repo in visual studio or you use environments that use the global sdk such as visual studio code download and install the preview sdk globally from | 1 |
30,645 | 24,968,093,129 | IssuesEvent | 2022-11-01 21:19:36 | APSIMInitiative/ApsimX | https://api.github.com/repos/APSIMInitiative/ApsimX | closed | Soil downloads should be able to be cancelled | bug interface/infrastructure | Using the soil download can be slow. It needs to allowed to be cancelled. | 1.0 | Soil downloads should be able to be cancelled - Using the soil download can be slow. It needs to allowed to be cancelled. | infrastructure | soil downloads should be able to be cancelled using the soil download can be slow it needs to allowed to be cancelled | 1 |
124,102 | 17,772,462,063 | IssuesEvent | 2021-08-30 15:06:06 | kapseliboi/SWoT | https://api.github.com/repos/kapseliboi/SWoT | opened | CVE-2021-23424 (High) detected in ansi-html-0.0.7.tgz | security vulnerability | ## CVE-2021-23424 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-html-0.0.7.tgz</b></p></summary>
<p>An elegant lib that converts the chalked (ANSI) text to HTML.</p>
<p>Library home page: <a href="https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz">https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz</a></p>
<p>Path to dependency file: SWoT/web/package.json</p>
<p>Path to vulnerable library: SWoT/web/node_modules/ansi-html/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-3.4.1.tgz (Root Library)
- webpack-dev-server-3.10.3.tgz
- :x: **ansi-html-0.0.7.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kapseliboi/SWoT/commit/8d372876409db6f93b958aebaf02be985ee81f03">8d372876409db6f93b958aebaf02be985ee81f03</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects all versions of package ansi-html. If an attacker provides a malicious string, it will get stuck processing the input for an extremely long time.
<p>Publish Date: 2021-08-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23424>CVE-2021-23424</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-23424 (High) detected in ansi-html-0.0.7.tgz - ## CVE-2021-23424 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ansi-html-0.0.7.tgz</b></p></summary>
<p>An elegant lib that converts the chalked (ANSI) text to HTML.</p>
<p>Library home page: <a href="https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz">https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz</a></p>
<p>Path to dependency file: SWoT/web/package.json</p>
<p>Path to vulnerable library: SWoT/web/node_modules/ansi-html/package.json</p>
<p>
Dependency Hierarchy:
- react-scripts-3.4.1.tgz (Root Library)
- webpack-dev-server-3.10.3.tgz
- :x: **ansi-html-0.0.7.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/kapseliboi/SWoT/commit/8d372876409db6f93b958aebaf02be985ee81f03">8d372876409db6f93b958aebaf02be985ee81f03</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
This affects all versions of package ansi-html. If an attacker provides a malicious string, it will get stuck processing the input for an extremely long time.
<p>Publish Date: 2021-08-18
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23424>CVE-2021-23424</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_infrastructure | cve high detected in ansi html tgz cve high severity vulnerability vulnerable library ansi html tgz an elegant lib that converts the chalked ansi text to html library home page a href path to dependency file swot web package json path to vulnerable library swot web node modules ansi html package json dependency hierarchy react scripts tgz root library webpack dev server tgz x ansi html tgz vulnerable library found in head commit a href found in base branch master vulnerability details this affects all versions of package ansi html if an attacker provides a malicious string it will get stuck processing the input for an extremely long time publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with whitesource | 0 |
27,060 | 21,074,218,259 | IssuesEvent | 2022-04-02 00:08:23 | RasaHQ/rasa | https://api.github.com/repos/RasaHQ/rasa | closed | Rasa X - forever no response when chatting | area:rasa-x/backend :tophat: area:rasa-x/infrastructure :steam_locomotive: | **Rasa version**: 2.1.2
**Rasa SDK version** (if used & relevant):
**Rasa X version** (if used & relevant): 0.34.0
**Python version**: 3.8.5
**Operating system** (windows, osx, ...): Ubuntu 20.04
**Issue**: When chatting to bot via Rasa X, the interface forever showing three dots.
I tried to deploy Rasa X manually using docker-compose and also using the provided install.sh. Both ends with the same result The initial training data is generated using `rasa init`
Firefox Network Monitor shows that rasa x continuously calling
GET | [http://playground/api/conversations/02d64d82716744deb6f90bd7d1c7218c?format=full_conversation&since=0&environment=production](http://playground/api/conversations/02d64d82716744deb6f90bd7d1c7218c?format=full_conversation&since=0&environment=production)
with the following response payload
{"sender_id":"02d64d82716744deb6f90bd7d1c7218c","slots":{},"latest_message":{"intent":{},"entities":[],"text":null,"message_id":null,"metadata":{}},"latest_event_time":null,"followup_action":"action_listen","paused":false,"events":[],"latest_input_channel":null,"active_loop":{},"latest_action":{},"latest_action_name":null}
When I chat via the share link the payload is instead
{"version":"0.34.0","status":"failure","message":"Client for conversation_id 'e6a9cb7c226a457f87233236f7fae74d' could not be found","reason":"ClientNotFound","details":{},"help":null,"code":404}
**Error (including full traceback)**: No obvious error observed but in rasa-production's log, it shows that the intent classification is working
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Tracker with sender_id 'fd50491a3ec94694ad59bc5da3d92847' stored to database
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.processor - Starting a new session for conversation ID 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.processor - Policy prediction ended with events '[]'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.processor - Action 'action_session_start' ended with events '<span class="error">[
<rasa.shared.core.events.sessionstarted object at 0x7f046c3412d0>
,
<rasa.shared.core.events.actionexecuted object at 0x7f046c145390>
]
</rasa.shared.core.events.actionexecuted>
</rasa.shared.core.events.sessionstarted></span>'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.lock_store - Issuing ticket for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.lock_store - Acquiring lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.lock_store - Acquired lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Tracker with sender_id 'fd50491a3ec94694ad59bc5da3d92847' stored to database
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Tracker with sender_id 'fd50491a3ec94694ad59bc5da3d92847' stored to database
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.lock_store - Deleted lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.channels.rasa_chat - Fetched JWT public key from URL 'http://rasa-x:5002/api/version' for algorithm 'RS256':
rasa-production_1 | ----~~BEGIN PUBLIC KEY~~----
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | ----~~END PUBLIC KEY~~----
rasa-production_1 |
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.lock_store - Issuing ticket for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.lock_store - Acquiring lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.lock_store - Acquired lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.tracker_store - Recreating tracker from sender id 'fd50491a3ec94694ad59bc5da3d92847'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.nlu.classifiers.diet_classifier - There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.nlu.selectors.response_selector - Adding following selector key to message property: default
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Received user message 'hi' with intent '
{'id': 9049028199040845406, 'name': 'greet', 'confidence': 0.999953031539917}
' and entities '[]'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 3 events.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.memoization - Current tracker state:
rasa-production_1 | <span class="error">[state 1]</span> user intent: greet | previous action name: action_listen
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.memoization - There is a memorised next action 'utter_greet'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.rule_policy - Current tracker state:
rasa-production_1 | <span class="error">[state 1]</span> user intent: greet | previous action name: action_listen
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.rule_policy - There is no applicable rule.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Predicted next action 'utter_greet' with confidence 1.00.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Policy prediction ended with events '[]'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Action 'utter_greet' ended with events '[BotUttered('Hey! How are you?',
{"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}
,
{"template_name": "utter_greet"}
, 1608710947.453702)]'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.memoization - Current tracker state:
rasa-production_1 | <span class="error">[state 1]</span> user intent: greet | previous action name: action_listen
rasa-production_1 | <span class="error">[state 2]</span> user intent: greet | previous action name: utter_greet
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.memoization - There is a memorised next action 'action_listen'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.rule_policy - Current tracker state:
rasa-production_1 | <span class="error">[state 1]</span> user intent: greet | previous action name: action_listen
rasa-production_1 | <span class="error">[state 2]</span> user intent: greet | previous action name: utter_greet
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.rule_policy - There is no applicable rule.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Policy prediction ended with events '[]'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.tracker_store - Recreating tracker from sender id 'fd50491a3ec94694ad59bc5da3d92847'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.tracker_store - Tracker with sender_id 'fd50491a3ec94694ad59bc5da3d92847' stored to database
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.lock_store - Deleted lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
**Command or request that led to error**:
Talking to the bot
**Content of configuration file (config.yml)** (if relevant): default as generated by `rasa init`
**Content of domain file (domain.yml)** (if relevant): default as generated by `rasa init` | 1.0 | Rasa X - forever no response when chatting - **Rasa version**: 2.1.2
**Rasa SDK version** (if used & relevant):
**Rasa X version** (if used & relevant): 0.34.0
**Python version**: 3.8.5
**Operating system** (windows, osx, ...): Ubuntu 20.04
**Issue**: When chatting to bot via Rasa X, the interface forever showing three dots.
I tried to deploy Rasa X manually using docker-compose and also using the provided install.sh. Both ends with the same result The initial training data is generated using `rasa init`
Firefox Network Monitor shows that rasa x continuously calling
GET | [http://playground/api/conversations/02d64d82716744deb6f90bd7d1c7218c?format=full_conversation&since=0&environment=production](http://playground/api/conversations/02d64d82716744deb6f90bd7d1c7218c?format=full_conversation&since=0&environment=production)
with the following response payload
{"sender_id":"02d64d82716744deb6f90bd7d1c7218c","slots":{},"latest_message":{"intent":{},"entities":[],"text":null,"message_id":null,"metadata":{}},"latest_event_time":null,"followup_action":"action_listen","paused":false,"events":[],"latest_input_channel":null,"active_loop":{},"latest_action":{},"latest_action_name":null}
When I chat via the share link the payload is instead
{"version":"0.34.0","status":"failure","message":"Client for conversation_id 'e6a9cb7c226a457f87233236f7fae74d' could not be found","reason":"ClientNotFound","details":{},"help":null,"code":404}
**Error (including full traceback)**: No obvious error observed but in rasa-production's log, it shows that the intent classification is working
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Tracker with sender_id 'fd50491a3ec94694ad59bc5da3d92847' stored to database
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.processor - Starting a new session for conversation ID 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.processor - Policy prediction ended with events '[]'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.processor - Action 'action_session_start' ended with events '<span class="error">[
<rasa.shared.core.events.sessionstarted object at 0x7f046c3412d0>
,
<rasa.shared.core.events.actionexecuted object at 0x7f046c145390>
]
</rasa.shared.core.events.actionexecuted>
</rasa.shared.core.events.sessionstarted></span>'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.lock_store - Issuing ticket for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.lock_store - Acquiring lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.lock_store - Acquired lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Tracker with sender_id 'fd50491a3ec94694ad59bc5da3d92847' stored to database
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Can't retrieve tracker matching sender id 'fd50491a3ec94694ad59bc5da3d92847' from SQL storage. Returning `None` instead.
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.tracker_store - Tracker with sender_id 'fd50491a3ec94694ad59bc5da3d92847' stored to database
rasa-production_1 | 2020-12-23 08:09:03 DEBUG rasa.core.lock_store - Deleted lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.channels.rasa_chat - Fetched JWT public key from URL 'http://rasa-x:5002/api/version' for algorithm 'RS256':
rasa-production_1 | ----~~BEGIN PUBLIC KEY~~----
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | REMOVED
rasa-production_1 | ----~~END PUBLIC KEY~~----
rasa-production_1 |
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.lock_store - Issuing ticket for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.lock_store - Acquiring lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.lock_store - Acquired lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.tracker_store - Recreating tracker from sender id 'fd50491a3ec94694ad59bc5da3d92847'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.nlu.classifiers.diet_classifier - There is no trained model for 'ResponseSelector': The component is either not trained or didn't receive enough training data.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.nlu.selectors.response_selector - Adding following selector key to message property: default
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Received user message 'hi' with intent '
{'id': 9049028199040845406, 'name': 'greet', 'confidence': 0.999953031539917}
' and entities '[]'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Logged UserUtterance - tracker now has 3 events.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.memoization - Current tracker state:
rasa-production_1 | <span class="error">[state 1]</span> user intent: greet | previous action name: action_listen
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.memoization - There is a memorised next action 'utter_greet'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.rule_policy - Current tracker state:
rasa-production_1 | <span class="error">[state 1]</span> user intent: greet | previous action name: action_listen
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.rule_policy - There is no applicable rule.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Predicted next action 'utter_greet' with confidence 1.00.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Policy prediction ended with events '[]'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Action 'utter_greet' ended with events '[BotUttered('Hey! How are you?',
{"elements": null, "quick_replies": null, "buttons": null, "attachment": null, "image": null, "custom": null}
,
{"template_name": "utter_greet"}
, 1608710947.453702)]'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.memoization - Current tracker state:
rasa-production_1 | <span class="error">[state 1]</span> user intent: greet | previous action name: action_listen
rasa-production_1 | <span class="error">[state 2]</span> user intent: greet | previous action name: utter_greet
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.memoization - There is a memorised next action 'action_listen'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.rule_policy - Current tracker state:
rasa-production_1 | <span class="error">[state 1]</span> user intent: greet | previous action name: action_listen
rasa-production_1 | <span class="error">[state 2]</span> user intent: greet | previous action name: utter_greet
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.rule_policy - There is no applicable rule.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.policies.ensemble - Predicted next action using policy_0_MemoizationPolicy.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Predicted next action 'action_listen' with confidence 1.00.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Policy prediction ended with events '[]'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.processor - Action 'action_listen' ended with events '[]'.
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.tracker_store - Recreating tracker from sender id 'fd50491a3ec94694ad59bc5da3d92847'
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.tracker_store - Tracker with sender_id 'fd50491a3ec94694ad59bc5da3d92847' stored to database
rasa-production_1 | 2020-12-23 08:09:07 DEBUG rasa.core.lock_store - Deleted lock for conversation 'fd50491a3ec94694ad59bc5da3d92847'.
**Command or request that led to error**:
Talking to the bot
**Content of configuration file (config.yml)** (if relevant): default as generated by `rasa init`
**Content of domain file (domain.yml)** (if relevant): default as generated by `rasa init` | infrastructure | rasa x forever no response when chatting rasa version rasa sdk version if used relevant rasa x version if used relevant python version operating system windows osx ubuntu issue when chatting to bot via rasa x the interface forever showing three dots i tried to deploy rasa x manually using docker compose and also using the provided install sh both ends with the same result the initial training data is generated using rasa init firefox network monitor shows that rasa x continuously calling get with the following response payload sender id slots latest message intent entities text null message id null metadata latest event time null followup action action listen paused false events latest input channel null active loop latest action latest action name null when i chat via the share link the payload is instead version status failure message client for conversation id could not be found reason clientnotfound details help null code error including full traceback no obvious error observed but in rasa production s log it shows that the intent classification is working rasa production debug rasa core tracker store can t retrieve tracker matching sender id from sql storage returning none instead rasa production debug rasa core tracker store can t retrieve tracker matching sender id from sql storage returning none instead rasa production debug rasa core tracker store tracker with sender id stored to database rasa production debug rasa core processor starting a new session for conversation id rasa production debug rasa core processor policy prediction ended with events rasa production debug rasa core processor action action session start ended with events rasa production debug rasa core lock store issuing ticket for conversation rasa production debug rasa core lock store acquiring lock for conversation rasa production debug rasa core lock store acquired lock for conversation rasa production debug rasa core tracker store can t retrieve tracker matching sender id from sql storage returning none instead rasa production debug rasa core tracker store can t retrieve tracker matching sender id from sql storage returning none instead rasa production debug rasa core tracker store tracker with sender id stored to database rasa production debug rasa core tracker store can t retrieve tracker matching sender id from sql storage returning none instead rasa production debug rasa core tracker store tracker with sender id stored to database rasa production debug rasa core lock store deleted lock for conversation rasa production debug rasa core channels rasa chat fetched jwt public key from url for algorithm rasa production begin public key rasa production removed rasa production removed rasa production removed rasa production removed rasa production removed rasa production removed rasa production removed rasa production end public key rasa production rasa production debug rasa core lock store issuing ticket for conversation rasa production debug rasa core lock store acquiring lock for conversation rasa production debug rasa core lock store acquired lock for conversation rasa production debug rasa core tracker store recreating tracker from sender id rasa production debug rasa nlu classifiers diet classifier there is no trained model for responseselector the component is either not trained or didn t receive enough training data rasa production debug rasa nlu selectors response selector adding following selector key to message property default rasa production debug rasa core processor received user message hi with intent id name greet confidence and entities rasa production debug rasa core processor logged userutterance tracker now has events rasa production debug rasa core policies memoization current tracker state rasa production user intent greet previous action name action listen rasa production debug rasa core policies memoization there is a memorised next action utter greet rasa production debug rasa core policies rule policy current tracker state rasa production user intent greet previous action name action listen rasa production debug rasa core policies rule policy there is no applicable rule rasa production debug rasa core policies ensemble predicted next action using policy memoizationpolicy rasa production debug rasa core processor predicted next action utter greet with confidence rasa production debug rasa core processor policy prediction ended with events rasa production debug rasa core processor action utter greet ended with events botuttered hey how are you elements null quick replies null buttons null attachment null image null custom null template name utter greet rasa production debug rasa core policies memoization current tracker state rasa production user intent greet previous action name action listen rasa production user intent greet previous action name utter greet rasa production debug rasa core policies memoization there is a memorised next action action listen rasa production debug rasa core policies rule policy current tracker state rasa production user intent greet previous action name action listen rasa production user intent greet previous action name utter greet rasa production debug rasa core policies rule policy there is no applicable rule rasa production debug rasa core policies ensemble predicted next action using policy memoizationpolicy rasa production debug rasa core processor predicted next action action listen with confidence rasa production debug rasa core processor policy prediction ended with events rasa production debug rasa core processor action action listen ended with events rasa production debug rasa core tracker store recreating tracker from sender id rasa production debug rasa core tracker store tracker with sender id stored to database rasa production debug rasa core lock store deleted lock for conversation command or request that led to error talking to the bot content of configuration file config yml if relevant default as generated by rasa init content of domain file domain yml if relevant default as generated by rasa init | 1 |
7,446 | 6,961,972,457 | IssuesEvent | 2017-12-08 11:40:51 | appleseedhq/appleseed | https://api.github.com/repos/appleseedhq/appleseed | opened | Remove includes and types from dependencies from public headers. | Infrastructure Refactoring | Remove as much as possible the need for dependency headers and libs when using appleseed as a library
or when developing plugins for appleseed. | 1.0 | Remove includes and types from dependencies from public headers. - Remove as much as possible the need for dependency headers and libs when using appleseed as a library
or when developing plugins for appleseed. | infrastructure | remove includes and types from dependencies from public headers remove as much as possible the need for dependency headers and libs when using appleseed as a library or when developing plugins for appleseed | 1 |
566,505 | 16,823,122,778 | IssuesEvent | 2021-06-17 15:11:21 | woocommerce/woocommerce | https://api.github.com/repos/woocommerce/woocommerce | closed | Existing download permissions get lost after updating products via CSV import | component: order priority: high type: bug | **Prerequisites (mark completed items with an [x]):**
- [x] I have have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
**Describe the bug**
After updating a downloadable product via CSV import as per these instructions, customers that had already purchased the existing downloadable product lose the download permission.
**Expected behavior**
I'd expect existing download permissions to remain active.
**Actual behavior**
The download permissions get removed from past orders and from **My Account > Downloads** on the customer view.
**Steps to reproduce the bug (We need to be able to reproduce the bug in order to fix it.)**
Steps to reproduce the bug:
1. Create a `downloadable` and `virtual` product and set up the basic things (name, price, SKU)
2. Place an order with this product. Notice that the download permission will be granted and the product will appear under **My Account > Downloads**
3. Export the product using the built-in export tool in **Products > Export**.
4. Import the exported CSV via **Products > Import** and make sure to click **Update existing products** as [per these instructions](https://docs.woocommerce.com/document/product-csv-importer-exporter/#section-6).
5. Notice the product will be removed from the download permissions section in the order created in step 2 and will not show up in **My Account > Downloads** anymore.
**Isolating the problem (mark completed items with an [x]):**
- [x] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [x] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above. | 1.0 | Existing download permissions get lost after updating products via CSV import - **Prerequisites (mark completed items with an [x]):**
- [x] I have have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
**Describe the bug**
After updating a downloadable product via CSV import as per these instructions, customers that had already purchased the existing downloadable product lose the download permission.
**Expected behavior**
I'd expect existing download permissions to remain active.
**Actual behavior**
The download permissions get removed from past orders and from **My Account > Downloads** on the customer view.
**Steps to reproduce the bug (We need to be able to reproduce the bug in order to fix it.)**
Steps to reproduce the bug:
1. Create a `downloadable` and `virtual` product and set up the basic things (name, price, SKU)
2. Place an order with this product. Notice that the download permission will be granted and the product will appear under **My Account > Downloads**
3. Export the product using the built-in export tool in **Products > Export**.
4. Import the exported CSV via **Products > Import** and make sure to click **Update existing products** as [per these instructions](https://docs.woocommerce.com/document/product-csv-importer-exporter/#section-6).
5. Notice the product will be removed from the download permissions section in the order created in step 2 and will not show up in **My Account > Downloads** anymore.
**Isolating the problem (mark completed items with an [x]):**
- [x] I have deactivated other plugins and confirmed this bug occurs when only WooCommerce plugin is active.
- [x] This bug happens with a default WordPress theme active, or [Storefront](https://woocommerce.com/storefront/).
- [x] I can reproduce this bug consistently using the steps above. | non_infrastructure | existing download permissions get lost after updating products via csv import prerequisites mark completed items with an i have have carried out troubleshooting steps and i believe i have found a bug i have searched for similar bugs in both open and closed issues and cannot find a duplicate describe the bug after updating a downloadable product via csv import as per these instructions customers that had already purchased the existing downloadable product lose the download permission expected behavior i d expect existing download permissions to remain active actual behavior the download permissions get removed from past orders and from my account downloads on the customer view steps to reproduce the bug we need to be able to reproduce the bug in order to fix it steps to reproduce the bug create a downloadable and virtual product and set up the basic things name price sku place an order with this product notice that the download permission will be granted and the product will appear under my account downloads export the product using the built in export tool in products export import the exported csv via products import and make sure to click update existing products as notice the product will be removed from the download permissions section in the order created in step and will not show up in my account downloads anymore isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only woocommerce plugin is active this bug happens with a default wordpress theme active or i can reproduce this bug consistently using the steps above | 0 |
34,202 | 28,499,935,900 | IssuesEvent | 2023-04-18 16:33:40 | IBM-Cloud/terraform-provider-ibm | https://api.github.com/repos/IBM-Cloud/terraform-provider-ibm | closed | Service endpoint missing in data source of ibm_is_virtual_endpoint_gateway | service/VPC Infrastructure | We need the service endpoint in the data source of bm_is_virtual_endpoint_gateway
https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/is_virtual_endpoint_gateway#attribute-reference
It is missing in the code.
https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/service/vpc/data_source_ibm_is_virtual_endpoint_gateway.go
<!---
Please note the following potential times when an issue might be in Terraform core:
* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues
* [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues
* [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues
* [Registry](https://registry.terraform.io/) issues
* Spans resources across multiple providers
If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead.
--->
<!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Terraform CLI and Terraform IBM Provider Version
<!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). --->
### Affected Resource(s)
<!--- Please list the affected resources and data sources. --->
* ibm_XXXXX
### Terraform Configuration Files
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
```hcl
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please share a link to the ZIP file.
```
### Debug Output
<!---
Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html).
--->
### Panic Output
<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. --->
### Expected Behavior
<!--- What should have happened? --->
### Actual Behavior
<!--- What actually happened? --->
### Steps to Reproduce
<!--- Please list the steps required to reproduce the issue. --->
1. `terraform apply`
### Important Factoids
<!--- Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? --->
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example:
--->
* #0000
| 1.0 | Service endpoint missing in data source of ibm_is_virtual_endpoint_gateway - We need the service endpoint in the data source of bm_is_virtual_endpoint_gateway
https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/is_virtual_endpoint_gateway#attribute-reference
It is missing in the code.
https://github.com/IBM-Cloud/terraform-provider-ibm/blob/master/ibm/service/vpc/data_source_ibm_is_virtual_endpoint_gateway.go
<!---
Please note the following potential times when an issue might be in Terraform core:
* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues
* [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues
* [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues
* [Registry](https://registry.terraform.io/) issues
* Spans resources across multiple providers
If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead.
--->
<!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
* If you are interested in working on this issue or have submitted a pull request, please leave a comment
<!--- Thank you for keeping this note for the community --->
### Terraform CLI and Terraform IBM Provider Version
<!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). --->
### Affected Resource(s)
<!--- Please list the affected resources and data sources. --->
* ibm_XXXXX
### Terraform Configuration Files
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
```hcl
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please share a link to the ZIP file.
```
### Debug Output
<!---
Please provide a link to a GitHub Gist containing the complete debug output. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
To obtain the debug output, see the [Terraform documentation on debugging](https://www.terraform.io/docs/internals/debugging.html).
--->
### Panic Output
<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. --->
### Expected Behavior
<!--- What should have happened? --->
### Actual Behavior
<!--- What actually happened? --->
### Steps to Reproduce
<!--- Please list the steps required to reproduce the issue. --->
1. `terraform apply`
### Important Factoids
<!--- Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? --->
### References
<!---
Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests
Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example:
--->
* #0000
| infrastructure | service endpoint missing in data source of ibm is virtual endpoint gateway we need the service endpoint in the data source of bm is virtual endpoint gateway it is missing in the code please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are running into one of these scenarios we recommend opening an issue in the instead community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment terraform cli and terraform ibm provider version affected resource s ibm xxxxx terraform configuration files please include all terraform configurations required to reproduce the bug bug reports without a functional reproduction may be closed without investigation hcl copy paste your terraform configurations here for large terraform configs please share a link to the zip file debug output please provide a link to a github gist containing the complete debug output please do not paste the debug output in the issue just paste a link to the gist to obtain the debug output see the panic output expected behavior actual behavior steps to reproduce terraform apply important factoids references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor documentation for example | 1 |
51,355 | 7,696,672,102 | IssuesEvent | 2018-05-18 16:01:35 | briannesbitt/Carbon | https://api.github.com/repos/briannesbitt/Carbon | closed | Document version 1.28.0 and missing methods | 1.x documentation | - [x] Carbon isStartOfDay, isEndOfDay, isMidnight, isMidday methods
- [x] CarbonInterval macro methods
- [x] Carbon/CarbonInterval ::make method
- [x] CarbonInterval: forHumans short format
- [x] CarbonInterval: getDateIntervalSpec, spec, compareDateIntervals, compare, createFromDateString
- [x] CarbonInterval: getCascadeFactors, setCascadeFactors, getFactor, getDaysPerWeek, getHoursPerDay, getMinutesPerHours, getSecondsPerMinutes, cascade, total methods and total getters
- [x] Cleanup CarbonPeriod mentions | 1.0 | Document version 1.28.0 and missing methods - - [x] Carbon isStartOfDay, isEndOfDay, isMidnight, isMidday methods
- [x] CarbonInterval macro methods
- [x] Carbon/CarbonInterval ::make method
- [x] CarbonInterval: forHumans short format
- [x] CarbonInterval: getDateIntervalSpec, spec, compareDateIntervals, compare, createFromDateString
- [x] CarbonInterval: getCascadeFactors, setCascadeFactors, getFactor, getDaysPerWeek, getHoursPerDay, getMinutesPerHours, getSecondsPerMinutes, cascade, total methods and total getters
- [x] Cleanup CarbonPeriod mentions | non_infrastructure | document version and missing methods carbon isstartofday isendofday ismidnight ismidday methods carboninterval macro methods carbon carboninterval make method carboninterval forhumans short format carboninterval getdateintervalspec spec comparedateintervals compare createfromdatestring carboninterval getcascadefactors setcascadefactors getfactor getdaysperweek gethoursperday getminutesperhours getsecondsperminutes cascade total methods and total getters cleanup carbonperiod mentions | 0 |
145,683 | 13,157,966,354 | IssuesEvent | 2020-08-10 13:37:16 | hapijs/hapi | https://api.github.com/repos/hapijs/hapi | closed | Joi docs 404 | documentation | <!--
⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️
You must complete this entire issue template to receive support. You MUST NOT remove, change, or replace the template with your own format. A missing or incomplete report will cause your issue to be closed without comment. Please respect the time and experience that went into this template. It is here for a reason. Thank you!
⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️
-->
#### What are you trying to achieve or the steps to reproduce ?
Just wanna read the docs 😄 Currently 404ing for me at this url: `https://hapi.dev/module/joi`.
| 1.0 | Joi docs 404 - <!--
⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️
You must complete this entire issue template to receive support. You MUST NOT remove, change, or replace the template with your own format. A missing or incomplete report will cause your issue to be closed without comment. Please respect the time and experience that went into this template. It is here for a reason. Thank you!
⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️
-->
#### What are you trying to achieve or the steps to reproduce ?
Just wanna read the docs 😄 Currently 404ing for me at this url: `https://hapi.dev/module/joi`.
| non_infrastructure | joi docs ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ you must complete this entire issue template to receive support you must not remove change or replace the template with your own format a missing or incomplete report will cause your issue to be closed without comment please respect the time and experience that went into this template it is here for a reason thank you ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ what are you trying to achieve or the steps to reproduce just wanna read the docs 😄 currently for me at this url | 0 |
21,510 | 14,602,164,907 | IssuesEvent | 2020-12-21 09:50:34 | jvostrc/PV247-project | https://api.github.com/repos/jvostrc/PV247-project | closed | Firebase hosting and deployment | Infrastructure | Je potřeba zjistit a připravit deploynutí přes Firebase tak, aby náš projekt byl přístupný zvenčí. | 1.0 | Firebase hosting and deployment - Je potřeba zjistit a připravit deploynutí přes Firebase tak, aby náš projekt byl přístupný zvenčí. | infrastructure | firebase hosting and deployment je potřeba zjistit a připravit deploynutí přes firebase tak aby náš projekt byl přístupný zvenčí | 1 |
5,500 | 5,712,304,481 | IssuesEvent | 2017-04-19 02:49:22 | OpenSCAP/scap-security-guide | https://api.github.com/repos/OpenSCAP/scap-security-guide | closed | use applicability_check to make SSG more friendly to derivative OS'? | enhancement Fedora Infrastructure RHEL6 RHEL7 | certain checks -- such as the use of FIPS or certified crypto -- simply aren't possible on RHEL derivatives. Should we use the optional applicability check to auto fail such rules (e.g. only pass on RHEL, which is FIPS 140-2'd), and start dropping the CPE checks for other rules?
from https://oval.mitre.org/language/version5.11/ovaldefinition/documentation/oval-definitions-schema.html#CriteriaType:
```
The optional applicability_check attribute provides a Boolean flag that when true indicates that the criteria is being used to determine whether the OVAL Definition applies to a given system.
```
The user community has expressed interest in getting CentOS support in here, perhaps this is a good starting point.... @gregelin ?
| 1.0 | use applicability_check to make SSG more friendly to derivative OS'? - certain checks -- such as the use of FIPS or certified crypto -- simply aren't possible on RHEL derivatives. Should we use the optional applicability check to auto fail such rules (e.g. only pass on RHEL, which is FIPS 140-2'd), and start dropping the CPE checks for other rules?
from https://oval.mitre.org/language/version5.11/ovaldefinition/documentation/oval-definitions-schema.html#CriteriaType:
```
The optional applicability_check attribute provides a Boolean flag that when true indicates that the criteria is being used to determine whether the OVAL Definition applies to a given system.
```
The user community has expressed interest in getting CentOS support in here, perhaps this is a good starting point.... @gregelin ?
| infrastructure | use applicability check to make ssg more friendly to derivative os certain checks such as the use of fips or certified crypto simply aren t possible on rhel derivatives should we use the optional applicability check to auto fail such rules e g only pass on rhel which is fips d and start dropping the cpe checks for other rules from the optional applicability check attribute provides a boolean flag that when true indicates that the criteria is being used to determine whether the oval definition applies to a given system the user community has expressed interest in getting centos support in here perhaps this is a good starting point gregelin | 1 |
288,328 | 24,898,735,928 | IssuesEvent | 2022-10-28 18:27:59 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | add more unit tests for batch fixer | Area-IDE Test Concept-Continuous Improvement | see #320 for more detail.
basically, we need a way unit tests for batch fixer covering many corner cases.
| 1.0 | add more unit tests for batch fixer - see #320 for more detail.
basically, we need a way unit tests for batch fixer covering many corner cases.
| non_infrastructure | add more unit tests for batch fixer see for more detail basically we need a way unit tests for batch fixer covering many corner cases | 0 |
117,009 | 11,945,622,993 | IssuesEvent | 2020-04-03 06:19:03 | fatin99/ped | https://api.github.com/repos/fatin99/ped | opened | Diet command not working | severity.Medium type.DocumentationBug | 
Entering diet does not allow the user to go to the diet content page. Was only able to do so after entering "1" as shown by the programme output, however the instructions were not made clear in the user guide.
| 1.0 | Diet command not working - 
Entering diet does not allow the user to go to the diet content page. Was only able to do so after entering "1" as shown by the programme output, however the instructions were not made clear in the user guide.
| non_infrastructure | diet command not working entering diet does not allow the user to go to the diet content page was only able to do so after entering as shown by the programme output however the instructions were not made clear in the user guide | 0 |
46,291 | 11,811,200,701 | IssuesEvent | 2020-03-19 17:46:27 | gravitational/gravity | https://api.github.com/repos/gravitational/gravity | closed | lint docs as part of make & CI | build/tooling documentation | @benarent cleaned up a *ton* of latent issues in the docs in #1210, primarily thanks to [milv](https://github.com/magicmatatjahu/milv). In order to keep things tidy, we should begin enforcing milv compatibility (and any other good mkdocs static analysis tools) in our CI job. Without this we will regress over time, and need another bulk cleanup.
This builds off of the one-time task #877 | 1.0 | lint docs as part of make & CI - @benarent cleaned up a *ton* of latent issues in the docs in #1210, primarily thanks to [milv](https://github.com/magicmatatjahu/milv). In order to keep things tidy, we should begin enforcing milv compatibility (and any other good mkdocs static analysis tools) in our CI job. Without this we will regress over time, and need another bulk cleanup.
This builds off of the one-time task #877 | non_infrastructure | lint docs as part of make ci benarent cleaned up a ton of latent issues in the docs in primarily thanks to in order to keep things tidy we should begin enforcing milv compatibility and any other good mkdocs static analysis tools in our ci job without this we will regress over time and need another bulk cleanup this builds off of the one time task | 0 |
20,871 | 3,422,683,381 | IssuesEvent | 2015-12-09 00:24:13 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | Update error code validation to be strong-mode error-aware. | area-analyzer Customer-Flutter FixIt-15Q4 Priority-Medium Type-Defect | We'll need to do this in order to not get false negatives when validating .analysis_options files that suppress strong-mode warnings.
For example:
```
analyzer:
strong-mode: true
errors:
strong_mode_static_type_error: false
```
is valid but the error validator will flag `strong_mode_static_type_error` since it's not in the `ErrorCode.values` enum. | 1.0 | Update error code validation to be strong-mode error-aware. - We'll need to do this in order to not get false negatives when validating .analysis_options files that suppress strong-mode warnings.
For example:
```
analyzer:
strong-mode: true
errors:
strong_mode_static_type_error: false
```
is valid but the error validator will flag `strong_mode_static_type_error` since it's not in the `ErrorCode.values` enum. | non_infrastructure | update error code validation to be strong mode error aware we ll need to do this in order to not get false negatives when validating analysis options files that suppress strong mode warnings for example analyzer strong mode true errors strong mode static type error false is valid but the error validator will flag strong mode static type error since it s not in the errorcode values enum | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.