Creating a Docker Container to Run AS3 Declarations
This guide will take you through some very basic docker, Python, and F5 AS3 configuration to create a single-function container that will update a pre-determined BIG-IP using an AS3 declaration stor...
Updated Jun 06, 2023
Version 2.0Robert_Haynes
Ret. Employee
Joined June 11, 2008
Robert_Haynes
May 09, 2019Ret. Employee
Hey Piotr, I've fixed the errors you spotted - and you are right, one of the AS3 URL declarations is redundant.
I think that actually it would be better to have the URL of the AS3 declaration as an argument in the docker file - even if the source is from an environment variable or an argument passed in at the docker build stage.
I've left it in but commented it out with an explanation - as otherwise future readers will be really confused.
Thanks for taking the time on this.